@ocap/indexdb-elasticsearch 1.17.18 → 1.17.19

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 +2 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -32,6 +32,8 @@ const indexdb = new ESIndexDB({
32
32
  });
33
33
  ```
34
34
 
35
+ **If you run this in production please set `ES_SHARD_COUNT` and `ES_REPLICA_COUNT` properly to achieve better reliability and performance**
36
+
35
37
  ## Run test
36
38
 
37
39
  Create a file: `indexdb/elasticsearch/.env.test`, and input:
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.17.18",
4
+ "version": "1.17.19",
5
5
  "author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ArcBlock/asset-chain/issues",
@@ -38,12 +38,12 @@
38
38
  "test": "jest --forceExit --detectOpenHandles",
39
39
  "coverage": "npm run test -- --coverage"
40
40
  },
41
- "gitHead": "103fab8c32e816f494b9a486e27804b91ca290b4",
41
+ "gitHead": "c7b89498bef29344800f0019fa3ecbbecfd36eaa",
42
42
  "dependencies": {
43
- "@arcblock/did": "1.17.18",
43
+ "@arcblock/did": "1.17.19",
44
44
  "@elastic/elasticsearch": "7.13.0",
45
- "@ocap/indexdb": "1.17.18",
46
- "@ocap/util": "1.17.18",
45
+ "@ocap/indexdb": "1.17.19",
46
+ "@ocap/util": "1.17.19",
47
47
  "axios": "^0.25.0",
48
48
  "bn.js": "^5.2.1",
49
49
  "debug": "^4.3.4",