@arcblock/did-util 1.18.94 → 1.18.96
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -12
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@arcblock/did-util",
|
3
3
|
"description": "Helper function to calculate did",
|
4
|
-
"version": "1.18.
|
4
|
+
"version": "1.18.96",
|
5
5
|
"author": {
|
6
6
|
"name": "wangshijun",
|
7
7
|
"email": "shijun@arcblock.io",
|
8
8
|
"url": "https://github.com/wangshijun"
|
9
9
|
},
|
10
10
|
"bugs": {
|
11
|
-
"url": "https://github.com/ArcBlock/
|
11
|
+
"url": "https://github.com/ArcBlock/blockchain/issues",
|
12
12
|
"email": "shijun@arcblock.io"
|
13
13
|
},
|
14
14
|
"publishConfig": {
|
@@ -18,13 +18,13 @@
|
|
18
18
|
"wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
|
19
19
|
],
|
20
20
|
"dependencies": {
|
21
|
-
"@arcblock/did": "1.18.
|
22
|
-
"@ocap/mcrypto": "1.18.
|
23
|
-
"@ocap/message": "1.18.
|
24
|
-
"@ocap/proto": "1.18.
|
25
|
-
"@ocap/types": "1.18.
|
26
|
-
"@ocap/util": "1.18.
|
27
|
-
"@ocap/wallet": "1.18.
|
21
|
+
"@arcblock/did": "1.18.96",
|
22
|
+
"@ocap/mcrypto": "1.18.96",
|
23
|
+
"@ocap/message": "1.18.96",
|
24
|
+
"@ocap/proto": "1.18.96",
|
25
|
+
"@ocap/types": "1.18.96",
|
26
|
+
"@ocap/util": "1.18.96",
|
27
|
+
"@ocap/wallet": "1.18.96"
|
28
28
|
},
|
29
29
|
"main": "lib/index.js",
|
30
30
|
"typings": "lib/index.d.ts",
|
@@ -40,14 +40,14 @@
|
|
40
40
|
"ts-jest": "^28.0.8",
|
41
41
|
"typescript": "^4.8.4"
|
42
42
|
},
|
43
|
-
"homepage": "https://github.com/ArcBlock/
|
43
|
+
"homepage": "https://github.com/ArcBlock/blockchain/tree/master/did/did-util",
|
44
44
|
"keywords": [
|
45
45
|
"did"
|
46
46
|
],
|
47
47
|
"license": "Apache-2.0",
|
48
48
|
"repository": {
|
49
49
|
"type": "git",
|
50
|
-
"url": "https://github.com/ArcBlock/
|
50
|
+
"url": "https://github.com/ArcBlock/blockchain/tree/master/did/did-util"
|
51
51
|
},
|
52
52
|
"scripts": {
|
53
53
|
"lint": "eslint src tests",
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"build": "tsc",
|
60
60
|
"build:watch": "npm run build -- -w"
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "aa29013a8114a39db09e0e787ab1e1bd94fcb453"
|
63
63
|
}
|