@ocap/indexdb-elasticsearch 1.18.104 → 1.18.105

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 +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.18.104",
4
+ "version": "1.18.105",
5
5
  "author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ArcBlock/blockchain/issues",
@@ -38,12 +38,12 @@
38
38
  "test": "jest --forceExit --detectOpenHandles",
39
39
  "coverage": "npm run test -- --coverage"
40
40
  },
41
- "gitHead": "c8092aee1964209446020c17fc7c648879e4309d",
41
+ "gitHead": "bc90be96744b8258feccbfc3dd02e1afbe7165cc",
42
42
  "dependencies": {
43
- "@arcblock/did": "1.18.104",
43
+ "@arcblock/did": "1.18.105",
44
44
  "@elastic/elasticsearch": "7.13.0",
45
- "@ocap/indexdb": "1.18.104",
46
- "@ocap/util": "1.18.104",
45
+ "@ocap/indexdb": "1.18.105",
46
+ "@ocap/util": "1.18.105",
47
47
  "axios": "^0.27.2",
48
48
  "bn.js": "^5.2.1",
49
49
  "debug": "^4.3.4",