@agoric/solo 0.10.4-getting-started-dev-d127d1d.0 → 0.10.4-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.
Files changed (1) hide show
  1. package/package.json +18 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/solo",
3
- "version": "0.10.4-getting-started-dev-d127d1d.0+d127d1d",
3
+ "version": "0.10.4-getting-started-dev-e15fc21.0+e15fc21",
4
4
  "description": "Agoric's Solo vat runner",
5
5
  "type": "module",
6
6
  "bin": {
@@ -22,27 +22,27 @@
22
22
  "author": "Agoric",
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@agoric/access-token": "0.4.22-getting-started-dev-d127d1d.0+d127d1d",
26
- "@agoric/assert": "0.6.1-getting-started-dev-d127d1d.0+d127d1d",
27
- "@agoric/cache": "0.3.3-getting-started-dev-d127d1d.0+d127d1d",
28
- "@agoric/cosmic-swingset": "0.42.0-getting-started-dev-d127d1d.0+d127d1d",
29
- "@agoric/internal": "0.4.0-getting-started-dev-d127d1d.0+d127d1d",
30
- "@agoric/notifier": "0.6.3-getting-started-dev-d127d1d.0+d127d1d",
31
- "@agoric/spawner": "0.6.9-getting-started-dev-d127d1d.0+d127d1d",
32
- "@agoric/store": "0.9.3-getting-started-dev-d127d1d.0+d127d1d",
33
- "@agoric/swing-store": "0.9.2-getting-started-dev-d127d1d.0+d127d1d",
34
- "@agoric/swingset-vat": "0.32.3-getting-started-dev-d127d1d.0+d127d1d",
35
- "@agoric/telemetry": "0.6.3-getting-started-dev-d127d1d.0+d127d1d",
36
- "@agoric/time": "0.3.3-getting-started-dev-d127d1d.0+d127d1d",
37
- "@agoric/vats": "0.15.2-getting-started-dev-d127d1d.0+d127d1d",
38
- "@agoric/wallet": "0.18.4-getting-started-dev-d127d1d.0+d127d1d",
25
+ "@agoric/access-token": "0.4.22-getting-started-dev-e15fc21.0+e15fc21",
26
+ "@agoric/assert": "0.6.1-getting-started-dev-e15fc21.0+e15fc21",
27
+ "@agoric/cache": "0.3.3-getting-started-dev-e15fc21.0+e15fc21",
28
+ "@agoric/cosmic-swingset": "0.42.0-getting-started-dev-e15fc21.0+e15fc21",
29
+ "@agoric/internal": "0.4.0-getting-started-dev-e15fc21.0+e15fc21",
30
+ "@agoric/notifier": "0.6.3-getting-started-dev-e15fc21.0+e15fc21",
31
+ "@agoric/spawner": "0.6.9-getting-started-dev-e15fc21.0+e15fc21",
32
+ "@agoric/store": "0.9.3-getting-started-dev-e15fc21.0+e15fc21",
33
+ "@agoric/swing-store": "0.9.2-getting-started-dev-e15fc21.0+e15fc21",
34
+ "@agoric/swingset-vat": "0.32.3-getting-started-dev-e15fc21.0+e15fc21",
35
+ "@agoric/telemetry": "0.6.3-getting-started-dev-e15fc21.0+e15fc21",
36
+ "@agoric/time": "0.3.3-getting-started-dev-e15fc21.0+e15fc21",
37
+ "@agoric/vats": "0.15.2-getting-started-dev-e15fc21.0+e15fc21",
38
+ "@agoric/wallet": "0.18.4-getting-started-dev-e15fc21.0+e15fc21",
39
39
  "@endo/captp": "3.1.1",
40
40
  "@endo/eventual-send": "0.17.2",
41
41
  "@endo/import-bundle": "0.3.4",
42
42
  "@endo/init": "0.5.56",
43
43
  "@endo/marshal": "0.8.5",
44
44
  "@endo/promise-kit": "0.2.56",
45
- "agoric": "0.21.2-getting-started-dev-d127d1d.0+d127d1d",
45
+ "agoric": "0.21.2-getting-started-dev-e15fc21.0+e15fc21",
46
46
  "anylogger": "^0.21.0",
47
47
  "deterministic-json": "^1.0.5",
48
48
  "esm": "agoric-labs/esm#Agoric-built",
@@ -57,7 +57,7 @@
57
57
  "ws": "^7.2.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@agoric/ertp": "0.16.3-getting-started-dev-d127d1d.0+d127d1d",
60
+ "@agoric/ertp": "0.16.3-getting-started-dev-e15fc21.0+e15fc21",
61
61
  "@endo/bundle-source": "2.5.2-upstream-rollup",
62
62
  "ava": "^5.2.0",
63
63
  "c8": "^7.13.0"
@@ -75,5 +75,5 @@
75
75
  "timeout": "20m",
76
76
  "workerThreads": false
77
77
  },
78
- "gitHead": "d127d1db6a8d22a5c56c6408f69ae753c8215372"
78
+ "gitHead": "e15fc21cb67e9e853d9c09f14fb334f9c4cc50b4"
79
79
  }