@ocap/indexdb 1.18.72 → 1.18.74

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/lib/db.js +1 -1
  2. package/package.json +4 -4
package/lib/db.js CHANGED
@@ -42,7 +42,7 @@ class BaseIndexDB extends Ready {
42
42
  throw new Error('listTopAccounts should be implemented in adapter');
43
43
  }
44
44
 
45
- listTokens({ paging }) {
45
+ listTokens({ paging } = {}) {
46
46
  throw new Error('listTokens should be implemented in adapter');
47
47
  }
48
48
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.18.72",
6
+ "version": "1.18.74",
7
7
  "description": "Defines the basic interface for OCAP IndexDB",
8
8
  "main": "lib/main.js",
9
9
  "files": [
@@ -25,10 +25,10 @@
25
25
  "jest": "^27.5.1"
26
26
  },
27
27
  "dependencies": {
28
- "@ocap/state": "1.18.72",
29
- "@ocap/util": "1.18.72",
28
+ "@ocap/state": "1.18.74",
29
+ "@ocap/util": "1.18.74",
30
30
  "kareem": "^2.4.1",
31
31
  "lodash": "^4.17.21"
32
32
  },
33
- "gitHead": "2fb6b97b4324b303960d468a10e849dbc5eae149"
33
+ "gitHead": "87ab9471b0de6669100b56138193ec1705a97fb2"
34
34
  }