@agoric/internal 0.3.3-dev-32c4d68.0 → 0.3.3-dev-177a8d0.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.3.3-dev-
|
|
3
|
+
"version": "0.3.3-dev-177a8d0.0+177a8d0",
|
|
4
4
|
"description": "Externally unsupported utilities internal to agoric-sdk",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"lint:types": "tsc"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@agoric/assert": "0.6.1-dev-
|
|
24
|
-
"@agoric/base-zone": "0.1.1-dev-
|
|
23
|
+
"@agoric/assert": "0.6.1-dev-177a8d0.0+177a8d0",
|
|
24
|
+
"@agoric/base-zone": "0.1.1-dev-177a8d0.0+177a8d0",
|
|
25
25
|
"@endo/common": "^1.1.0",
|
|
26
26
|
"@endo/far": "^1.0.4",
|
|
27
27
|
"@endo/init": "^1.0.4",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"typeCoverage": {
|
|
54
54
|
"atLeast": 92.83
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "177a8d0995d88dec48d28dac19065d960e7c18eb"
|
|
57
57
|
}
|
|
@@ -116,7 +116,7 @@ export const makeFakeStorageKit = (rootPath, rootOptions) => {
|
|
|
116
116
|
/** @type {import('../src/lib-chainStorage.js').StorageMessage[]} */
|
|
117
117
|
const messages = [];
|
|
118
118
|
/** @param {import('../src/lib-chainStorage.js').StorageMessage} message */
|
|
119
|
-
|
|
119
|
+
|
|
120
120
|
const toStorage = message => {
|
|
121
121
|
messages.push(message);
|
|
122
122
|
switch (message.method) {
|