@ocap/statedb-memory 1.18.127 → 1.18.129

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ocap/statedb-memory",
3
3
  "description": "OCAP statedb adapter that uses memory as backend statedb, just for test purpose",
4
- "version": "1.18.127",
4
+ "version": "1.18.129",
5
5
  "author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ArcBlock/blockchain/issues",
@@ -37,11 +37,11 @@
37
37
  "test": "jest --forceExit --detectOpenHandles",
38
38
  "coverage": "npm run test -- --coverage"
39
39
  },
40
- "gitHead": "bc7e6c68cb3872db66ab28924c0e9b7fa2ea1db5",
40
+ "gitHead": "422e48b5668be8d25d76037d86926a625b194758",
41
41
  "dependencies": {
42
- "@ocap/state": "1.18.127",
43
- "@ocap/statedb": "1.18.127",
44
- "@ocap/util": "1.18.127",
42
+ "@ocap/state": "1.18.129",
43
+ "@ocap/statedb": "1.18.129",
44
+ "@ocap/util": "1.18.129",
45
45
  "debug": "^4.3.4",
46
46
  "lodash": "^4.17.21",
47
47
  "lokijs": "^1.5.12"