@ocap/indexdb 1.14.3 → 1.14.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/util.js +3 -0
  2. package/package.json +4 -4
package/lib/util.js CHANGED
@@ -53,6 +53,9 @@ const createIndexedAsset = (x) => ({
53
53
  genesisTime: x.context.genesisTime,
54
54
  renaissanceTime: x.context.renaissanceTime,
55
55
  data: x.data,
56
+ display: x.display,
57
+ endpoint: x.endpoint,
58
+ tags: x.tags,
56
59
  });
57
60
 
58
61
  const createIndexedDelegation = (x, ctx) => ({
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.14.3",
6
+ "version": "1.14.7",
7
7
  "description": "Defines the basic interface for OCAP IndexDB",
8
8
  "main": "lib/main.js",
9
9
  "files": [
@@ -22,10 +22,10 @@
22
22
  "jest": "^27.3.1"
23
23
  },
24
24
  "dependencies": {
25
- "@ocap/state": "1.14.3",
26
- "@ocap/util": "1.14.3",
25
+ "@ocap/state": "1.14.7",
26
+ "@ocap/util": "1.14.7",
27
27
  "kareem": "^2.3.2",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
- "gitHead": "05775365b339c77fa517d1a3180d347fee66d146"
30
+ "gitHead": "54d1d67b4c1902652083f4143a089da40489cf8d"
31
31
  }