Skip to content

Commit e8d8f75

Browse files
committed
Critical fixes
1 parent f0f5e54 commit e8d8f75

7 files changed

Lines changed: 379 additions & 1181 deletions

File tree

package.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,21 @@
1616
"brace-expansion": "^2.0.3",
1717
"file-type": "^22.0.1",
1818
"lodash": "^4.18.1",
19-
"minimatch": "^9.0.7",
19+
"minimatch": "^10.2.5",
2020
"picomatch": "^4.0.4",
21-
"protobufjs": "^7.5.5",
21+
"protobufjs": "^8.0.1",
2222
"undici": "^6.24.0",
2323
"uuid": "^14.0.0",
24-
"@stablelib/ed25519": "^2.1.0"
24+
"@stablelib/ed25519": "^2.1.0",
25+
"@stablelib/ed25519-cjs": "npm:@stablelib/ed25519@^2.1.0",
26+
"uuid-cjs": "npm:uuid@^14.0.0",
27+
"file-type-cjs": "npm:file-type@^21.3.2",
28+
"@cheqd/ts-proto": {
29+
"protobufjs": "^8.0.1"
30+
},
31+
"@cheqd/ts-proto-cjs": {
32+
"protobufjs": "^8.0.1"
33+
}
2534
},
2635
"devDependencies": {
2736
"@babel/cli": "^7.24.1",
@@ -40,12 +49,17 @@
4049
"brace-expansion": "^2.0.3",
4150
"file-type": "^22.0.1",
4251
"lodash": "^4.18.1",
43-
"minimatch": "^9.0.7",
52+
"minimatch": "^10.2.5",
4453
"picomatch": "^4.0.4",
45-
"protobufjs": "^7.5.5",
54+
"protobufjs": "^8.0.1",
4655
"undici": "^6.24.0",
4756
"uuid": "^14.0.0",
48-
"@stablelib/ed25519": "^2.1.0"
57+
"@stablelib/ed25519": "^2.1.0",
58+
"@stablelib/ed25519-cjs": "npm:@stablelib/ed25519@^2.1.0",
59+
"uuid-cjs": "npm:uuid@^14.0.0",
60+
"file-type-cjs": "npm:file-type@^21.3.2",
61+
"@cheqd/ts-proto/protobufjs": "^8.0.1",
62+
"@cheqd/ts-proto-cjs/protobufjs": "^8.0.1"
4963
},
5064
"scripts": {
5165
"mdbook": "mdbook build tutorials --dest-dir ../out/tutorials",

packages/cheqd-blockchain-api/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,17 @@
6262
"eslint-plugin-jest": "^26.0.0",
6363
"eslint-plugin-sonarjs": "0.5.0",
6464
"eslint-plugin-unused-imports": "^3.0.0",
65-
"eth-revert-reason": "^1.0.3",
66-
"ethers": "^5.4",
67-
"ethr-did-resolver": "^2.2.0",
6865
"glob": "^7.1.6",
6966
"jest": "^29.7.0",
7067
"jest-environment-node": "^29.7.0",
71-
"jsdoc": "^3.6.3",
68+
"jsdoc": "^4.0.5",
7269
"jsdoc-typeof-plugin": "^1.0.0",
7370
"node-datachannel": "^0.5.4",
7471
"parity-scale-codec": "^0.5.3",
75-
"rollup": "2.79.2",
72+
"rollup": "2.80.0",
7673
"rollup-plugin-copy": "^3.4.0",
7774
"rollup-plugin-multi-input": "^1.3.2",
7875
"rollup-plugin-node-polyfills": "^0.2.1",
79-
"rollup-plugin-terser": "^7.0.2",
8076
"rxjs": "^7.4.0",
8177
"typescript": "5.0.4"
8278
},

packages/cheqd-blockchain-api/rollup.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import json from "@rollup/plugin-json";
22
import multiInput from "rollup-plugin-multi-input";
33
import commonjs from "@rollup/plugin-commonjs";
4-
import { terser } from "rollup-plugin-terser";
54
// import { wasm } from '@rollup/plugin-wasm';
65
// import pkg from './package.json';
76

packages/cheqd-blockchain-modules/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,12 @@
6161
"file-type": "^21.3.2",
6262
"jest": "^29.7.0",
6363
"jest-environment-node": "^29.7.0",
64-
"jsdoc": "^3.6.3",
64+
"jsdoc": "^4.0.5",
6565
"jsdoc-typeof-plugin": "^1.0.0",
66-
"rollup": "2.79.2",
66+
"rollup": "2.80.0",
6767
"rollup-plugin-copy": "^3.4.0",
6868
"rollup-plugin-multi-input": "^1.3.2",
69-
"rollup-plugin-node-polyfills": "^0.2.1",
70-
"rollup-plugin-terser": "^7.0.2"
69+
"rollup-plugin-node-polyfills": "^0.2.1"
7170
},
7271
"scripts": {
7372
"build": "rollup -c",

packages/credential-sdk/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,12 @@
9494
"helia": "^4.2.5",
9595
"jest": "^29.7.0",
9696
"jest-environment-node": "^29.7.0",
97-
"jsdoc": "^3.6.3",
97+
"jsdoc": "^4.0.5",
9898
"jsdoc-typeof-plugin": "^1.0.0",
9999
"rollup": "^4.28.0",
100100
"rollup-plugin-copy": "^3.4.0",
101101
"rollup-plugin-multi-input": "^1.4.1",
102-
"rollup-plugin-node-polyfills": "^0.2.1",
103-
"rollup-plugin-terser": "^7.0.2"
102+
"rollup-plugin-node-polyfills": "^0.2.1"
104103
},
105104
"scripts": {
106105
"build": "rollup -c",

packages/vc-delegation-engine/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@
5454
"@babel/plugin-syntax-import-attributes": "^7.25.6",
5555
"@babel/preset-env": "^7.24.3",
5656
"@cedar-policy/cedar-wasm": "^4.5.0",
57-
"@types/minimatch": "^6.0.0",
5857
"@types/node": "^24.10.1",
59-
"@vitest/coverage-v8": "^2.0.2",
58+
"@vitest/coverage-v8": "^4.0.7",
6059
"esbuild": "^0.25.0",
6160
"rimraf": "^5.0.5",
6261
"typescript": "^5.6.3",
63-
"vitest": "^2.1.8"
62+
"vitest": "^4.1.5"
6463
}
6564
}

0 commit comments

Comments
 (0)