From f25e3d5d65c985ffaa96be14c05de2555bf41c85 Mon Sep 17 00:00:00 2001 From: superical Date: Thu, 8 Aug 2024 16:11:08 +0800 Subject: [PATCH] fix: update doc store (#298) --- jest.config.js | 1 - package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/jest.config.js b/jest.config.js index 60e61be8..95e1c1b6 100644 --- a/jest.config.js +++ b/jest.config.js @@ -6,5 +6,4 @@ module.exports = { moduleNameMapper: { axios: "axios/dist/node/axios.cjs", // Temporary workaround: Force Jest to import the CommonJS Axios build }, - transformIgnorePatterns: ["node_modules/(?!(@govtechsg/document-store-ethers-v5)/)"], }; diff --git a/package-lock.json b/package-lock.json index 51994ad5..bf1405a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", "@commitlint/prompt": "^18.4.3", - "@govtechsg/document-store-ethers-v5": "^4.0.0", + "@govtechsg/document-store-ethers-v5": "^4.1.0", "@snyk/protect": "^1.1257.0", "@types/debug": "^4.1.5", "@types/jest": "^26.0.23", @@ -3365,9 +3365,9 @@ } }, "node_modules/@govtechsg/document-store-ethers-v5": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@govtechsg/document-store-ethers-v5/-/document-store-ethers-v5-4.0.0.tgz", - "integrity": "sha512-kw7MXwLneBJzWjIqo7juhRhAN9+g9g3qoH0XyKOsVluUHPApOIy/X4ZtaSyEngPq18oWkZEHcU7kOR/z4teXgQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@govtechsg/document-store-ethers-v5/-/document-store-ethers-v5-4.1.0.tgz", + "integrity": "sha512-GYr8lfAOcsPanu7TZhRY+cb2OdgOeawlbwL+QSgedt/ghwxLphI3J/dYA/p6htUt/qEmCcbRh39LDM93NSh1gg==", "dev": true }, "node_modules/@govtechsg/jsonld": { diff --git a/package.json b/package.json index 294146ac..fd617735 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", "@commitlint/prompt": "^18.4.3", - "@govtechsg/document-store-ethers-v5": "^4.0.0", + "@govtechsg/document-store-ethers-v5": "^4.1.0", "@snyk/protect": "^1.1257.0", "@types/debug": "^4.1.5", "@types/jest": "^26.0.23",