|
1 | 1 | {
|
2 | 2 | "name": "@0xpolygonid/js-sdk",
|
3 |
| - "version": "1.7.5", |
| 3 | + "version": "1.8.0", |
4 | 4 | "description": "SDK to work with Polygon ID",
|
5 | 5 | "main": "dist/node/cjs/index.js",
|
6 | 6 | "module": "dist/node/esm/index.js",
|
|
33 | 33 | "tsc:declaration:watch": "tsc --watch --module commonjs --emitDeclarationOnly",
|
34 | 34 | "test": "env TS_NODE_COMPILER_OPTIONS='{\"strict\": false, \"module\": \"CommonJS\"}' mocha",
|
35 | 35 | "lint": "eslint --fix --ext .ts src/** tests/**",
|
36 |
| - "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", |
37 |
| - "deps:check": "madge --circular --extensions ts ./" |
| 36 | + "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"" |
38 | 37 | },
|
39 | 38 | "repository": {
|
40 | 39 | "type": "git",
|
|
67 | 66 | "@types/jsonld": "^1.5.11",
|
68 | 67 | "@types/mocha": "^10.0.3",
|
69 | 68 | "@types/node": "^20.8.9",
|
| 69 | + "@types/pubsub-js": "^1.8.6", |
70 | 70 | "@types/uuid": "^9.0.6",
|
71 | 71 | "@typescript-eslint/eslint-plugin": "^5.41.0",
|
72 | 72 | "chai": "^4.3.10",
|
|
75 | 75 | "chokidar": "^3.5.3",
|
76 | 76 | "eslint-config-prettier": "^8.8.0",
|
77 | 77 | "eslint-plugin-prettier": "^4.2.1",
|
78 |
| - "madge": "^6.1.0", |
79 | 78 | "mocha": "10.2.0",
|
80 | 79 | "prettier": "^2.7.1",
|
81 | 80 | "rimraf": "^5.0.5",
|
|
88 | 87 | "@iden3/js-crypto": "1.0.3",
|
89 | 88 | "@iden3/js-iden3-core": "1.2.1",
|
90 | 89 | "@iden3/js-jsonld-merklization": "1.1.2",
|
91 |
| - "@iden3/js-jwz": "1.2.1", |
| 90 | + "@iden3/js-jwz": "1.3.0", |
92 | 91 | "@iden3/js-merkletree": "1.1.2",
|
93 |
| - "ffjavascript": "0.2.62", |
94 |
| - "snarkjs": "0.7.2", |
95 |
| - "rfc4648": "1.5.3" |
| 92 | + "ffjavascript": "0.2.63", |
| 93 | + "rfc4648": "1.5.3", |
| 94 | + "snarkjs": "0.7.3" |
96 | 95 | },
|
97 | 96 | "dependencies": {
|
98 | 97 | "ajv": "8.12.0",
|
|
102 | 101 | "elliptic": "6.5.4",
|
103 | 102 | "ethers": "6.8.0",
|
104 | 103 | "idb-keyval": "6.2.0",
|
105 |
| - "js-sha3": "0.9.2", |
| 104 | + "js-sha3": "0.9.3", |
106 | 105 | "jsonld": "8.3.1",
|
| 106 | + "pubsub-js": "1.9.4", |
107 | 107 | "uuid": "9.0.1"
|
108 | 108 | },
|
109 | 109 | "browserslist": {
|
|
0 commit comments