@agoric/internal 0.2.2-dev-03d1e1c.0 → 0.2.2-dev-c0b16c2.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/internal",
|
|
3
|
-
"version": "0.2.2-dev-
|
|
3
|
+
"version": "0.2.2-dev-c0b16c2.0+c0b16c2",
|
|
4
4
|
"description": "Externally unsupported utilities internal to agoric-sdk",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"lint:types": "tsc -p jsconfig.json"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@agoric/zone": "0.1.1-dev-
|
|
23
|
+
"@agoric/zone": "0.1.1-dev-c0b16c2.0+c0b16c2",
|
|
24
24
|
"@endo/far": "^0.2.18",
|
|
25
25
|
"@endo/marshal": "^0.8.5",
|
|
26
26
|
"@endo/patterns": "^0.2.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "c0b16c2d66d4b45f4cb437645b4719bf67c737ba"
|
|
46
46
|
}
|
|
@@ -39,7 +39,7 @@ export function makeMockChainStorageRoot(): {
|
|
|
39
39
|
/**
|
|
40
40
|
* Defaults to deserializing slot references into plain Remotable
|
|
41
41
|
* objects, but if supplied with a different marshaller, it could
|
|
42
|
-
* produce Remotables with e.g. the
|
|
42
|
+
* produce Remotables with e.g. the slot string embedded in the
|
|
43
43
|
* iface.
|
|
44
44
|
*
|
|
45
45
|
* @param {string} path
|
|
@@ -58,7 +58,7 @@ export function makeMockChainStorageRoot(): {
|
|
|
58
58
|
/**
|
|
59
59
|
* Defaults to deserializing slot references into plain Remotable
|
|
60
60
|
* objects, but if supplied with a different marshaller, it could
|
|
61
|
-
* produce Remotables with e.g. the
|
|
61
|
+
* produce Remotables with e.g. the slot string embedded in the
|
|
62
62
|
* iface.
|
|
63
63
|
*
|
|
64
64
|
* @param {string} path
|
|
@@ -141,7 +141,7 @@ export const makeMockChainStorageRoot = () => {
|
|
|
141
141
|
/**
|
|
142
142
|
* Defaults to deserializing slot references into plain Remotable
|
|
143
143
|
* objects, but if supplied with a different marshaller, it could
|
|
144
|
-
* produce Remotables with e.g. the
|
|
144
|
+
* produce Remotables with e.g. the slot string embedded in the
|
|
145
145
|
* iface.
|
|
146
146
|
*
|
|
147
147
|
* @param {string} path
|