@ocap/indexdb 1.14.2 → 1.14.6
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/util.js +3 -0
- 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.
|
6
|
+
"version": "1.14.6",
|
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.
|
26
|
-
"@ocap/util": "1.14.
|
25
|
+
"@ocap/state": "1.14.6",
|
26
|
+
"@ocap/util": "1.14.6",
|
27
27
|
"kareem": "^2.3.2",
|
28
28
|
"lodash": "^4.17.21"
|
29
29
|
},
|
30
|
-
"gitHead": "
|
30
|
+
"gitHead": "dd379a7d1bd2a46be27a29e6f0c65fa161ec0b0c"
|
31
31
|
}
|