@ocap/indexdb-fs 1.18.95 → 1.18.96
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ocap/indexdb-fs",
|
3
3
|
"description": "OCAP indexdb adapter that uses file system as backend",
|
4
|
-
"version": "1.18.
|
4
|
+
"version": "1.18.96",
|
5
5
|
"author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",
|
6
6
|
"bugs": {
|
7
|
-
"url": "https://github.com/ArcBlock/
|
7
|
+
"url": "https://github.com/ArcBlock/blockchain/issues",
|
8
8
|
"email": "shijun@arcblock.io"
|
9
9
|
},
|
10
10
|
"publishConfig": {
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"devDependencies": {
|
17
17
|
"jest": "^27.5.1"
|
18
18
|
},
|
19
|
-
"homepage": "https://github.com/ArcBlock/
|
19
|
+
"homepage": "https://github.com/ArcBlock/blockchain/tree/master/indexdb/fs",
|
20
20
|
"keywords": [
|
21
21
|
"ocap",
|
22
22
|
"indexdb",
|
@@ -29,7 +29,7 @@
|
|
29
29
|
],
|
30
30
|
"repository": {
|
31
31
|
"type": "git",
|
32
|
-
"url": "https://github.com/ArcBlock/
|
32
|
+
"url": "https://github.com/ArcBlock/blockchain/tree/master/indexdb/fs"
|
33
33
|
},
|
34
34
|
"scripts": {
|
35
35
|
"lint": "eslint tests lib",
|
@@ -37,11 +37,11 @@
|
|
37
37
|
"test": "jest --forceExit --detectOpenHandles",
|
38
38
|
"coverage": "npm run test -- --coverage"
|
39
39
|
},
|
40
|
-
"gitHead": "
|
40
|
+
"gitHead": "aa29013a8114a39db09e0e787ab1e1bd94fcb453",
|
41
41
|
"dependencies": {
|
42
|
-
"@ocap/indexdb": "1.18.
|
43
|
-
"@ocap/indexdb-memory": "1.18.
|
44
|
-
"@ocap/util": "1.18.
|
42
|
+
"@ocap/indexdb": "1.18.96",
|
43
|
+
"@ocap/indexdb-memory": "1.18.96",
|
44
|
+
"@ocap/util": "1.18.96",
|
45
45
|
"debug": "^4.3.4",
|
46
46
|
"lodash": "^4.17.21",
|
47
47
|
"lokijs": "^1.5.12"
|