@windingtree/org.id-resolver 3.0.0-beta.7 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windingtree/org.id-resolver",
3
- "version": "3.0.0-beta.5",
3
+ "version": "3.0.0-beta.21",
4
4
  "description": "ORGiD DID resolver",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "scripts": {
14
14
  "lint": "npx eslint . --ext .ts",
15
15
  "lint:fix": "npx eslint . --ext .ts --fix",
16
- "build": "rm -rf dist && npx tsc -p tsconfig-build.json",
16
+ "build": "rm -rf dist && npx tsc -p tsconfig-build.json && npx ts-node ./scripts/responseSchema.ts > ./dist/responseSchema.json",
17
17
  "test": "npx hardhat test",
18
18
  "test:coverage": "npx nyc --reporter=html --reporter=lcov hardhat test"
19
19
  },
@@ -32,28 +32,28 @@
32
32
  "url": "git+ssh://git@github.com:windingtree/org.id-resolver.git"
33
33
  },
34
34
  "dependencies": {
35
- "@windingtree/org.id": "3.0.0-beta.6",
36
- "@windingtree/org.id-auth": "1.0.0-beta.26",
37
- "@windingtree/org.id-core": "1.0.0-beta.26",
38
- "@windingtree/org.id-utils": "1.0.0-beta.26",
39
- "@windingtree/org.json-schema": "1.0.0-beta.5",
40
- "ethers": "5.5.1",
41
- "luxon": "2.1.1"
35
+ "@windingtree/org.id": "^3.0.1",
36
+ "@windingtree/org.id-auth": "^1.0.0-beta.48",
37
+ "@windingtree/org.id-core": "^1.0.0-beta.48",
38
+ "@windingtree/org.id-utils": "^1.0.0-beta.48",
39
+ "@windingtree/org.json-schema": "1.0.2",
40
+ "ethers": "5.7.1",
41
+ "luxon": "3.0.4"
42
42
  },
43
43
  "devDependencies": {
44
- "@istanbuljs/nyc-config-typescript": "1.0.1",
45
- "@nomiclabs/hardhat-ethers": "2.0.2",
46
- "@types/chai": "4.2.22",
47
- "@types/chai-as-promised": "7.1.4",
48
- "@types/luxon": "2.0.7",
49
- "@types/mocha": "9.0.0",
50
- "@windingtree/org.id-test-setup": "1.0.0-beta.26",
51
- "chai": "4.3.4",
44
+ "@istanbuljs/nyc-config-typescript": "1.0.2",
45
+ "@nomiclabs/hardhat-ethers": "2.2.0",
46
+ "@types/chai": "4.3.3",
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.0.0-beta.48",
51
+ "chai": "4.3.6",
52
52
  "chai-as-promised": "7.1.1",
53
- "eslint": "8.3.0",
54
- "hardhat": "2.7.0",
53
+ "eslint": "8.25.0",
54
+ "hardhat": "2.12.0",
55
55
  "nyc": "15.1.0",
56
- "ts-node": "10.4.0",
57
- "typescript": "4.5.2"
56
+ "ts-node": "10.9.1",
57
+ "typescript": "4.8.4"
58
58
  }
59
59
  }