@ocap/statedb 1.18.120 → 1.18.122
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"publishConfig": {
|
4
4
|
"access": "public"
|
5
5
|
},
|
6
|
-
"version": "1.18.
|
6
|
+
"version": "1.18.122",
|
7
7
|
"description": "Defines the basic interface for OCAP StateDB",
|
8
8
|
"main": "lib/index.js",
|
9
9
|
"files": [
|
@@ -22,11 +22,11 @@
|
|
22
22
|
"jest": "^27.5.1"
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
|
-
"@arcblock/did": "1.18.
|
26
|
-
"@ocap/state": "1.18.
|
27
|
-
"@ocap/util": "1.18.
|
25
|
+
"@arcblock/did": "1.18.122",
|
26
|
+
"@ocap/state": "1.18.122",
|
27
|
+
"@ocap/util": "1.18.122",
|
28
28
|
"kareem": "^2.4.1",
|
29
29
|
"lodash": "^4.17.21"
|
30
30
|
},
|
31
|
-
"gitHead": "
|
31
|
+
"gitHead": "1d522587088f88d0b6f710e89fa18d5d7acbd61f"
|
32
32
|
}
|