@ocap/indexdb-elasticsearch 1.18.69 → 1.18.70
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.
- package/lib/db.js +1 -0
- package/package.json +5 -5
package/lib/db.js
CHANGED
|
@@ -254,6 +254,7 @@ class ESIndexDB extends BaseIndexDB {
|
|
|
254
254
|
return { assets: [], account: null };
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
+
debug('listAssets query conditions', conditions);
|
|
257
258
|
const pagination = formatPagination({ paging, defaultSortField: 'renaissanceTime' });
|
|
258
259
|
|
|
259
260
|
const [result, account] = await Promise.all([
|
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.
|
|
4
|
+
"version": "1.18.70",
|
|
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": "
|
|
41
|
+
"gitHead": "1f83cffbbb5ac5f34b07cb9302676352ac174286",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@arcblock/did": "1.18.
|
|
43
|
+
"@arcblock/did": "1.18.70",
|
|
44
44
|
"@elastic/elasticsearch": "7.13.0",
|
|
45
|
-
"@ocap/indexdb": "1.18.
|
|
46
|
-
"@ocap/util": "1.18.
|
|
45
|
+
"@ocap/indexdb": "1.18.70",
|
|
46
|
+
"@ocap/util": "1.18.70",
|
|
47
47
|
"axios": "^0.27.2",
|
|
48
48
|
"bn.js": "^5.2.1",
|
|
49
49
|
"debug": "^4.3.4",
|