@windingtree/org.id-resolver 3.0.0-beta.15 → 3.0.0-beta.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/package.json +9 -9
- package/dist/responseSchema.json +1112 -0
- package/dist/src/index.d.ts +0 -30
- package/dist/src/index.js +5 -56
- package/dist/src/index.js.map +1 -1
- package/package.json +10 -10
package/dist/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@windingtree/org.id-resolver",
|
3
|
-
"version": "3.0.0-beta.
|
3
|
+
"version": "3.0.0-beta.19",
|
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
|
},
|
@@ -33,10 +33,10 @@
|
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
35
|
"@windingtree/org.id": "^3.0.0-beta.6",
|
36
|
-
"@windingtree/org.id-auth": "^1.0.0-beta.
|
37
|
-
"@windingtree/org.id-core": "^1.0.0-beta.
|
38
|
-
"@windingtree/org.id-utils": "^1.0.0-beta.
|
39
|
-
"@windingtree/org.json-schema": "1.0.
|
36
|
+
"@windingtree/org.id-auth": "^1.0.0-beta.47",
|
37
|
+
"@windingtree/org.id-core": "^1.0.0-beta.47",
|
38
|
+
"@windingtree/org.id-utils": "^1.0.0-beta.47",
|
39
|
+
"@windingtree/org.json-schema": "1.0.2",
|
40
40
|
"ethers": "5.5.3",
|
41
41
|
"luxon": "2.3.0"
|
42
42
|
},
|
@@ -47,11 +47,11 @@
|
|
47
47
|
"@types/chai-as-promised": "7.1.4",
|
48
48
|
"@types/luxon": "2.0.9",
|
49
49
|
"@types/mocha": "9.0.0",
|
50
|
-
"@windingtree/org.id-test-setup": "1.0.0-beta.
|
50
|
+
"@windingtree/org.id-test-setup": "1.0.0-beta.47",
|
51
51
|
"chai": "4.3.4",
|
52
52
|
"chai-as-promised": "7.1.1",
|
53
|
-
"eslint": "8.
|
54
|
-
"hardhat": "2.8.
|
53
|
+
"eslint": "8.7.0",
|
54
|
+
"hardhat": "2.8.3",
|
55
55
|
"nyc": "15.1.0",
|
56
56
|
"ts-node": "10.4.0",
|
57
57
|
"typescript": "4.5.4"
|