@agoric/builders 0.1.1-dev-7f12e80.0 → 0.1.1-dev-e6c4837.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/builders",
3
- "version": "0.1.1-dev-7f12e80.0+7f12e80",
3
+ "version": "0.1.1-dev-e6c4837.0+e6c4837",
4
4
  "description": "Build scripts for proposals to an Agoric chain",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -23,13 +23,13 @@
23
23
  "author": "Agoric",
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@agoric/ertp": "0.16.3-dev-7f12e80.0+7f12e80",
27
- "@agoric/internal": "0.3.3-dev-7f12e80.0+7f12e80",
28
- "@agoric/notifier": "0.6.3-dev-7f12e80.0+7f12e80",
29
- "@agoric/smart-wallet": "0.5.4-dev-7f12e80.0+7f12e80",
30
- "@agoric/vat-data": "0.5.3-dev-7f12e80.0+7f12e80",
31
- "@agoric/vats": "0.15.2-dev-7f12e80.0+7f12e80",
32
- "@agoric/zoe": "0.26.3-dev-7f12e80.0+7f12e80",
26
+ "@agoric/ertp": "0.16.3-dev-e6c4837.0+e6c4837",
27
+ "@agoric/internal": "0.3.3-dev-e6c4837.0+e6c4837",
28
+ "@agoric/notifier": "0.6.3-dev-e6c4837.0+e6c4837",
29
+ "@agoric/smart-wallet": "0.5.4-dev-e6c4837.0+e6c4837",
30
+ "@agoric/vat-data": "0.5.3-dev-e6c4837.0+e6c4837",
31
+ "@agoric/vats": "0.15.2-dev-e6c4837.0+e6c4837",
32
+ "@agoric/zoe": "0.26.3-dev-e6c4837.0+e6c4837",
33
33
  "@endo/bundle-source": "^3.3.0",
34
34
  "@endo/captp": "^4.2.2",
35
35
  "@endo/eventual-send": "^1.2.4",
@@ -41,14 +41,14 @@
41
41
  "import-meta-resolve": "^2.2.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@agoric/deploy-script-support": "0.10.4-dev-7f12e80.0+7f12e80",
45
- "@agoric/governance": "0.10.4-dev-7f12e80.0+7f12e80",
46
- "@agoric/inter-protocol": "0.16.2-dev-7f12e80.0+7f12e80",
47
- "@agoric/orchestration": "0.1.1-dev-7f12e80.0+7f12e80",
48
- "@agoric/store": "0.9.3-dev-7f12e80.0+7f12e80",
49
- "@agoric/swing-store": "0.9.2-dev-7f12e80.0+7f12e80",
50
- "@agoric/swingset-liveslots": "0.10.3-dev-7f12e80.0+7f12e80",
51
- "@agoric/time": "0.3.3-dev-7f12e80.0+7f12e80",
44
+ "@agoric/deploy-script-support": "0.10.4-dev-e6c4837.0+e6c4837",
45
+ "@agoric/governance": "0.10.4-dev-e6c4837.0+e6c4837",
46
+ "@agoric/inter-protocol": "0.16.2-dev-e6c4837.0+e6c4837",
47
+ "@agoric/orchestration": "0.1.1-dev-e6c4837.0+e6c4837",
48
+ "@agoric/store": "0.9.3-dev-e6c4837.0+e6c4837",
49
+ "@agoric/swing-store": "0.9.2-dev-e6c4837.0+e6c4837",
50
+ "@agoric/swingset-liveslots": "0.10.3-dev-e6c4837.0+e6c4837",
51
+ "@agoric/time": "0.3.3-dev-e6c4837.0+e6c4837",
52
52
  "@endo/errors": "^1.2.4",
53
53
  "ava": "^5.3.0",
54
54
  "c8": "^9.1.0"
@@ -81,5 +81,5 @@
81
81
  "typeCoverage": {
82
82
  "atLeast": 76.03
83
83
  },
84
- "gitHead": "7f12e80b36a41b74433162db9e8df0344330060d"
84
+ "gitHead": "e6c48371a7bec8756f679ae6608f8ab4d47321df"
85
85
  }
@@ -46,6 +46,9 @@ export const startSendAnywhere = async ({
46
46
  // @ts-expect-error unknown instance
47
47
  produce: { sendAnywhere: produceInstance },
48
48
  },
49
+ issuer: {
50
+ consume: { IST },
51
+ },
49
52
  }) => {
50
53
  trace(startSendAnywhere.name);
51
54
 
@@ -67,6 +70,7 @@ export const startSendAnywhere = async ({
67
70
  const { instance } = await E(startUpgradable)({
68
71
  label: 'sendAnywhere',
69
72
  installation: sendAnywhere,
73
+ issuerKeywordRecord: { Stable: await IST },
70
74
  privateArgs,
71
75
  });
72
76
  produceInstance.resolve(instance);
@@ -94,6 +98,9 @@ export const getManifest = ({ restoreRef }, { installationRef }) => {
94
98
  instance: {
95
99
  produce: { sendAnywhere: true },
96
100
  },
101
+ issuer: {
102
+ consume: { IST: true },
103
+ },
97
104
  },
98
105
  },
99
106
  installations: {