@ocap/statedb-memory 1.18.132 → 1.18.134

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 +7 -7
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.132",
4
+ "version": "1.18.134",
5
5
  "author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ArcBlock/blockchain/issues",
@@ -14,7 +14,7 @@
14
14
  "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)"
15
15
  ],
16
16
  "devDependencies": {
17
- "jest": "^27.5.1"
17
+ "jest": "^29.7.0"
18
18
  },
19
19
  "homepage": "https://github.com/ArcBlock/blockchain/tree/master/statedb/memory",
20
20
  "keywords": [
@@ -37,12 +37,12 @@
37
37
  "test": "jest --forceExit --detectOpenHandles",
38
38
  "coverage": "npm run test -- --coverage"
39
39
  },
40
- "gitHead": "6699d47364eb94f564e0fcf6ea55b6e7ea005d0d",
40
+ "gitHead": "a21756466da49ac08bcdf55b33e5d8c1f69fe815",
41
41
  "dependencies": {
42
- "@ocap/state": "1.18.132",
43
- "@ocap/statedb": "1.18.132",
44
- "@ocap/util": "1.18.132",
45
- "debug": "^4.3.4",
42
+ "@ocap/state": "1.18.134",
43
+ "@ocap/statedb": "1.18.134",
44
+ "@ocap/util": "1.18.134",
45
+ "debug": "^4.3.6",
46
46
  "lodash": "^4.17.21",
47
47
  "lokijs": "^1.5.12"
48
48
  }