@ocap/indexdb-elasticsearch 1.19.7 → 1.19.9
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.9",
|
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": "ae520a0097cfc29d45d5f481da8e4d9bdb3fbe81",
|
41
41
|
"dependencies": {
|
42
|
-
"@arcblock/did": "1.19.
|
42
|
+
"@arcblock/did": "1.19.9",
|
43
43
|
"@elastic/elasticsearch": "7.13.0",
|
44
|
-
"@ocap/indexdb": "1.19.
|
45
|
-
"@ocap/util": "1.19.
|
44
|
+
"@ocap/indexdb": "1.19.9",
|
45
|
+
"@ocap/util": "1.19.9",
|
46
46
|
"axios": "^1.7.5",
|
47
47
|
"bn.js": "^5.2.1",
|
48
48
|
"debug": "^4.3.6",
|