@ocap/statedb 1.18.119 → 1.18.121

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.119",
6
+ "version": "1.18.121",
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.119",
26
- "@ocap/state": "1.18.119",
27
- "@ocap/util": "1.18.119",
25
+ "@arcblock/did": "1.18.121",
26
+ "@ocap/state": "1.18.121",
27
+ "@ocap/util": "1.18.121",
28
28
  "kareem": "^2.4.1",
29
29
  "lodash": "^4.17.21"
30
30
  },
31
- "gitHead": "9fbb96ff7eaf81613bbabb1f8a76d977a5953d22"
31
+ "gitHead": "eaf67cc724b5642ad29c441fac3891186013e27c"
32
32
  }