@ocap/indexdb-elasticsearch 1.18.121 → 1.18.122

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,7 @@ module.exports = () => ({
11
11
  data: { type: 'object', enabled: false },
12
12
  assets: { type: 'keyword' },
13
13
  slashers: { type: 'keyword' },
14
+ nonce: { type: 'keyword' },
14
15
  tokens: {
15
16
  type: 'nested',
16
17
  properties: {
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.121",
4
+ "version": "1.18.122",
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": "eaf67cc724b5642ad29c441fac3891186013e27c",
41
+ "gitHead": "1d522587088f88d0b6f710e89fa18d5d7acbd61f",
42
42
  "dependencies": {
43
- "@arcblock/did": "1.18.121",
43
+ "@arcblock/did": "1.18.122",
44
44
  "@elastic/elasticsearch": "7.13.0",
45
- "@ocap/indexdb": "1.18.121",
46
- "@ocap/util": "1.18.121",
45
+ "@ocap/indexdb": "1.18.122",
46
+ "@ocap/util": "1.18.122",
47
47
  "axios": "^0.27.2",
48
48
  "bn.js": "^5.2.1",
49
49
  "debug": "^4.3.4",