@ocap/indexdb-elasticsearch 1.20.1 → 1.20.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +13 -12
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  ```sh
10
10
  npm install @ocap/indexdb-elasticsearch
11
11
  // or
12
- yarn add @ocap/indexdb-elasticsearch
12
+ pnpm install @ocap/indexdb-elasticsearch
13
13
  ```
14
14
 
15
15
  ## Usage
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.20.1",
4
+ "version": "1.20.3",
5
5
  "author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ArcBlock/blockchain/issues",
@@ -32,20 +32,21 @@
32
32
  "type": "git",
33
33
  "url": "https://github.com/ArcBlock/blockchain/tree/master/indexdb/elasticsearch"
34
34
  },
35
- "scripts": {
36
- "lint": "eslint tests lib",
37
- "lint:fix": "eslint --fix tests lib",
38
- "test": "jest --forceExit --detectOpenHandles"
39
- },
40
- "gitHead": "f73bddbe4b86106fd348e43ce9e19a626acdc9f6",
35
+ "gitHead": "87990c8b5e215107fc587c1ced0d6b3e2cd2483e",
41
36
  "dependencies": {
42
- "@arcblock/did": "1.20.1",
43
37
  "@elastic/elasticsearch": "7.13.0",
44
- "@ocap/indexdb": "1.20.1",
45
- "@ocap/util": "1.20.1",
46
38
  "axios": "^1.7.5",
47
39
  "bn.js": "^5.2.1",
48
40
  "debug": "^4.3.6",
49
- "lodash": "^4.17.21"
41
+ "lodash": "^4.17.21",
42
+ "@arcblock/did": "1.20.3",
43
+ "@ocap/indexdb": "1.20.3",
44
+ "@ocap/util": "1.20.3",
45
+ "@ocap/indexdb-test": "1.20.3"
46
+ },
47
+ "scripts": {
48
+ "lint": "eslint tests lib",
49
+ "lint:fix": "eslint --fix tests lib",
50
+ "test": "jest --forceExit --detectOpenHandles"
50
51
  }
51
- }
52
+ }