@ocap/indexdb 1.23.1 → 1.24.1

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/util.js +1 -0
  2. package/package.json +3 -3
package/lib/util.js CHANGED
@@ -100,6 +100,7 @@ const createIndexedToken = (x) => ({
100
100
  icon: x.icon,
101
101
  totalSupply: x.totalSupply,
102
102
  initialSupply: x.initialSupply,
103
+ maxTotalSupply: x.maxTotalSupply,
103
104
  foreignToken: x.foreignToken,
104
105
  tokenFactoryAddress: x.tokenFactoryAddress,
105
106
  data: x.data,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.23.1",
6
+ "version": "1.24.1",
7
7
  "description": "Defines the basic interface for OCAP IndexDB",
8
8
  "main": "lib/main.js",
9
9
  "files": [
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "kareem": "^2.4.1",
23
23
  "lodash": "^4.17.21",
24
- "@ocap/state": "1.23.1",
25
- "@ocap/util": "1.23.1"
24
+ "@ocap/state": "1.24.1",
25
+ "@ocap/util": "1.24.1"
26
26
  },
27
27
  "scripts": {
28
28
  "lint": "eslint tests lib",