@agoric/spawner 0.6.9-getting-started-dev-d127d1d.0 → 0.6.9-getting-started-dev-e15fc21.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bundleFileName": "bundle-spawn.js",
|
|
3
|
-
"bundleTime": "2023-11-
|
|
3
|
+
"bundleTime": "2023-11-15T16:06:20.924Z",
|
|
4
4
|
"moduleSource": {
|
|
5
5
|
"relative": "../../src/vat-spawned.js",
|
|
6
6
|
"absolute": "/home/runner/work/agoric-sdk/agoric-sdk/packages/spawner/src/vat-spawned.js"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"contents": [
|
|
9
9
|
{
|
|
10
10
|
"relativePath": "",
|
|
11
|
-
"mtime": "2023-11-
|
|
11
|
+
"mtime": "2023-11-15T16:04:38.488Z"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"relativePath": "../../../../node_modules/@endo/import-bundle/src/index.js",
|
|
@@ -158,6 +158,22 @@
|
|
|
158
158
|
"relativePath": "../../../../node_modules/@endo/eventual-send/src/E.js",
|
|
159
159
|
"mtime": "2023-11-14T15:43:28.363Z"
|
|
160
160
|
},
|
|
161
|
+
{
|
|
162
|
+
"relativePath": "../../../../node_modules/@endo/promise-kit/src/is-promise.js",
|
|
163
|
+
"mtime": "2023-11-14T15:43:27.739Z"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"relativePath": "../../../../node_modules/@endo/promise-kit/src/memo-race.js",
|
|
167
|
+
"mtime": "2023-11-14T15:43:27.739Z"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"relativePath": "../../../../node_modules/@endo/promise-kit/src/promise-executor-kit.js",
|
|
171
|
+
"mtime": "2023-11-14T15:43:27.739Z"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"relativePath": "../../../../node_modules/@endo/promise-kit/src/types.js",
|
|
175
|
+
"mtime": "2023-11-14T15:43:27.739Z"
|
|
176
|
+
},
|
|
161
177
|
{
|
|
162
178
|
"relativePath": "../../../../node_modules/@endo/compartment-mapper/src/compartment-map.js",
|
|
163
179
|
"mtime": "2023-11-14T15:43:27.434Z"
|
|
@@ -202,22 +218,6 @@
|
|
|
202
218
|
"relativePath": "../../../../node_modules/@endo/zip/index.js",
|
|
203
219
|
"mtime": "2023-11-14T15:43:28.298Z"
|
|
204
220
|
},
|
|
205
|
-
{
|
|
206
|
-
"relativePath": "../../../../node_modules/@endo/promise-kit/src/is-promise.js",
|
|
207
|
-
"mtime": "2023-11-14T15:43:27.739Z"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"relativePath": "../../../../node_modules/@endo/promise-kit/src/memo-race.js",
|
|
211
|
-
"mtime": "2023-11-14T15:43:27.739Z"
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"relativePath": "../../../../node_modules/@endo/promise-kit/src/promise-executor-kit.js",
|
|
215
|
-
"mtime": "2023-11-14T15:43:27.739Z"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"relativePath": "../../../../node_modules/@endo/promise-kit/src/types.js",
|
|
219
|
-
"mtime": "2023-11-14T15:43:27.739Z"
|
|
220
|
-
},
|
|
221
221
|
{
|
|
222
222
|
"relativePath": "../../../../node_modules/@endo/pass-style/src/copyArray.js",
|
|
223
223
|
"mtime": "2023-11-14T15:43:28.652Z"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/spawner",
|
|
3
|
-
"version": "0.6.9-getting-started-dev-
|
|
3
|
+
"version": "0.6.9-getting-started-dev-e15fc21.0+e15fc21",
|
|
4
4
|
"description": "Wrapper for JavaScript map",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/contractHost.js",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@agoric/assert": "0.6.1-getting-started-dev-
|
|
33
|
+
"@agoric/assert": "0.6.1-getting-started-dev-e15fc21.0+e15fc21",
|
|
34
34
|
"@endo/eventual-send": "0.17.2",
|
|
35
35
|
"@endo/import-bundle": "0.3.4",
|
|
36
36
|
"@endo/marshal": "0.8.5"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@agoric/internal": "0.4.0-getting-started-dev-
|
|
40
|
-
"@agoric/swingset-vat": "0.32.3-getting-started-dev-
|
|
39
|
+
"@agoric/internal": "0.4.0-getting-started-dev-e15fc21.0+e15fc21",
|
|
40
|
+
"@agoric/swingset-vat": "0.32.3-getting-started-dev-e15fc21.0+e15fc21",
|
|
41
41
|
"@endo/bundle-source": "2.5.2-upstream-rollup",
|
|
42
42
|
"@endo/init": "0.5.56",
|
|
43
43
|
"ava": "^5.2.0",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
],
|
|
58
58
|
"timeout": "2m"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "e15fc21cb67e9e853d9c09f14fb334f9c4cc50b4"
|
|
61
61
|
}
|