@ocap/indexdb-elasticsearch 1.19.5 → 1.19.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ocap/indexdb-elasticsearch",
|
3
3
|
"description": "OCAP indexdb adapter that uses elasticsearch as backend",
|
4
|
-
"version": "1.19.
|
4
|
+
"version": "1.19.7",
|
5
5
|
"author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",
|
6
6
|
"bugs": {
|
7
7
|
"url": "https://github.com/ArcBlock/blockchain/issues",
|
@@ -37,12 +37,12 @@
|
|
37
37
|
"lint:fix": "eslint --fix tests lib",
|
38
38
|
"test": "jest --forceExit --detectOpenHandles"
|
39
39
|
},
|
40
|
-
"gitHead": "
|
40
|
+
"gitHead": "b3a8e11bd01dd1dc6e2d222bc7dd2476f278a9f7",
|
41
41
|
"dependencies": {
|
42
|
-
"@arcblock/did": "1.19.
|
42
|
+
"@arcblock/did": "1.19.7",
|
43
43
|
"@elastic/elasticsearch": "7.13.0",
|
44
|
-
"@ocap/indexdb": "1.19.
|
45
|
-
"@ocap/util": "1.19.
|
44
|
+
"@ocap/indexdb": "1.19.7",
|
45
|
+
"@ocap/util": "1.19.7",
|
46
46
|
"axios": "^1.7.5",
|
47
47
|
"bn.js": "^5.2.1",
|
48
48
|
"debug": "^4.3.6",
|