@ocap/indexdb-memory 1.18.132 → 1.18.134
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ocap/indexdb-memory",
|
3
3
|
"description": "OCAP indexdb adapter that uses memory as backend, just for test purpose",
|
4
|
-
"version": "1.18.
|
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": "^
|
17
|
+
"jest": "^29.7.0"
|
18
18
|
},
|
19
19
|
"homepage": "https://github.com/ArcBlock/blockchain/tree/master/indexdb/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": "
|
40
|
+
"gitHead": "a21756466da49ac08bcdf55b33e5d8c1f69fe815",
|
41
41
|
"dependencies": {
|
42
|
-
"@arcblock/did": "1.18.
|
43
|
-
"@ocap/indexdb": "1.18.
|
44
|
-
"@ocap/util": "1.18.
|
45
|
-
"debug": "^4.3.
|
42
|
+
"@arcblock/did": "1.18.134",
|
43
|
+
"@ocap/indexdb": "1.18.134",
|
44
|
+
"@ocap/util": "1.18.134",
|
45
|
+
"debug": "^4.3.6",
|
46
46
|
"empty-value": "^1.0.1",
|
47
47
|
"lodash": "^4.17.21",
|
48
48
|
"lokijs": "^1.5.12"
|