|
1 | 1 | {
|
2 | 2 | "name": "@windingtree/org.id-resolver",
|
3 |
| - "version": "3.2.1", |
| 3 | + "version": "3.2.2", |
4 | 4 | "description": "ORGiD DID resolver",
|
5 | 5 | "main": "dist/src/index.js",
|
6 | 6 | "types": "dist/src/index.d.ts",
|
|
32 | 32 | "url": "git+ssh://[email protected]:windingtree/org.id-resolver.git"
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 |
| - "@windingtree/org.id": "^3.0.1", |
36 |
| - "@windingtree/org.id-auth": "^1.2.3", |
37 |
| - "@windingtree/org.id-core": "^1.2.3", |
38 |
| - "@windingtree/org.id-utils": "^1.2.3", |
39 |
| - "@windingtree/org.json-schema": "1.0.2", |
| 35 | + "@windingtree/org.id": "^3.1.1", |
| 36 | + "@windingtree/org.id-auth": "^1.2.4", |
| 37 | + "@windingtree/org.id-core": "^1.2.4", |
| 38 | + "@windingtree/org.id-utils": "^1.2.4", |
| 39 | + "@windingtree/org.json-schema": "1.1.0", |
40 | 40 | "ethers": "^5.7.2",
|
41 |
| - "luxon": "^3.0.4" |
| 41 | + "luxon": "^3.1.1" |
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 | 44 | "@istanbuljs/nyc-config-typescript": "1.0.2",
|
45 |
| - "@nomiclabs/hardhat-ethers": "2.2.0", |
46 |
| - "@types/chai": "4.3.3", |
| 45 | + "@nomiclabs/hardhat-ethers": "2.2.1", |
| 46 | + "@types/chai": "4.3.4", |
47 | 47 | "@types/chai-as-promised": "7.1.5",
|
48 |
| - "@types/luxon": "3.0.2", |
49 |
| - "@types/mocha": "10.0.0", |
50 |
| - "@windingtree/org.id-test-setup": "^1.2.3", |
51 |
| - "chai": "4.3.6", |
| 48 | + "@types/luxon": "3.1.0", |
| 49 | + "@types/mocha": "10.0.1", |
| 50 | + "@windingtree/org.id-test-setup": "^1.2.4", |
| 51 | + "chai": "4.3.7", |
52 | 52 | "chai-as-promised": "7.1.1",
|
53 |
| - "eslint": "8.25.0", |
54 |
| - "hardhat": "2.12.0", |
| 53 | + "eslint": "8.29.0", |
| 54 | + "hardhat": "2.12.3", |
55 | 55 | "nyc": "15.1.0",
|
56 | 56 | "ts-node": "10.9.1",
|
57 |
| - "typescript": "4.8.4" |
| 57 | + "typescript": "4.9.3" |
58 | 58 | }
|
59 | 59 | }
|
0 commit comments