@agoric/builders 0.1.1-dev-99a3a43.0 → 0.1.1-dev-0fbe81c.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-99a3a43.0+99a3a43",
3
+ "version": "0.1.1-dev-0fbe81c.0+0fbe81c",
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-99a3a43.0+99a3a43",
27
- "@agoric/internal": "0.3.3-dev-99a3a43.0+99a3a43",
28
- "@agoric/notifier": "0.6.3-dev-99a3a43.0+99a3a43",
29
- "@agoric/smart-wallet": "0.5.4-dev-99a3a43.0+99a3a43",
30
- "@agoric/vat-data": "0.5.3-dev-99a3a43.0+99a3a43",
31
- "@agoric/vats": "0.15.2-dev-99a3a43.0+99a3a43",
32
- "@agoric/zoe": "0.26.3-dev-99a3a43.0+99a3a43",
26
+ "@agoric/ertp": "0.16.3-dev-0fbe81c.0+0fbe81c",
27
+ "@agoric/internal": "0.3.3-dev-0fbe81c.0+0fbe81c",
28
+ "@agoric/notifier": "0.6.3-dev-0fbe81c.0+0fbe81c",
29
+ "@agoric/smart-wallet": "0.5.4-dev-0fbe81c.0+0fbe81c",
30
+ "@agoric/vat-data": "0.5.3-dev-0fbe81c.0+0fbe81c",
31
+ "@agoric/vats": "0.15.2-dev-0fbe81c.0+0fbe81c",
32
+ "@agoric/zoe": "0.26.3-dev-0fbe81c.0+0fbe81c",
33
33
  "@endo/bundle-source": "^3.4.0",
34
34
  "@endo/captp": "^4.3.0",
35
35
  "@endo/eventual-send": "^1.2.5",
@@ -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-99a3a43.0+99a3a43",
45
- "@agoric/governance": "0.10.4-dev-99a3a43.0+99a3a43",
46
- "@agoric/inter-protocol": "0.16.2-dev-99a3a43.0+99a3a43",
47
- "@agoric/orchestration": "0.1.1-dev-99a3a43.0+99a3a43",
48
- "@agoric/store": "0.9.3-dev-99a3a43.0+99a3a43",
49
- "@agoric/swing-store": "0.9.2-dev-99a3a43.0+99a3a43",
50
- "@agoric/swingset-liveslots": "0.10.3-dev-99a3a43.0+99a3a43",
51
- "@agoric/time": "0.3.3-dev-99a3a43.0+99a3a43",
44
+ "@agoric/deploy-script-support": "0.10.4-dev-0fbe81c.0+0fbe81c",
45
+ "@agoric/governance": "0.10.4-dev-0fbe81c.0+0fbe81c",
46
+ "@agoric/inter-protocol": "0.16.2-dev-0fbe81c.0+0fbe81c",
47
+ "@agoric/orchestration": "0.1.1-dev-0fbe81c.0+0fbe81c",
48
+ "@agoric/store": "0.9.3-dev-0fbe81c.0+0fbe81c",
49
+ "@agoric/swing-store": "0.9.2-dev-0fbe81c.0+0fbe81c",
50
+ "@agoric/swingset-liveslots": "0.10.3-dev-0fbe81c.0+0fbe81c",
51
+ "@agoric/time": "0.3.3-dev-0fbe81c.0+0fbe81c",
52
52
  "@endo/errors": "^1.2.5",
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": "99a3a439411a8c1972c405d7a2893644fc3d56e6"
84
+ "gitHead": "0fbe81cc9cc07a04886733bd92eb7cd0801e5e76"
85
85
  }
@@ -14,7 +14,7 @@ import { E } from '@endo/far';
14
14
  const trace = makeTracer('StartSA', true);
15
15
 
16
16
  /**
17
- * @import {start as StartFn} from '@agoric/orchestration/src/examples/sendAnywhere.contract.js';
17
+ * @import {start as StartFn} from '@agoric/orchestration/src/examples/send-anywhere.contract.js';
18
18
  */
19
19
 
20
20
  /**
@@ -87,7 +87,7 @@ export const getManifest = () => {
87
87
  export const defaultProposalBuilder = async () =>
88
88
  harden({
89
89
  // Somewhat unorthodox, source the exports from this builder module
90
- sourceSpec: '@agoric/builders/scripts/testing/restart-sendAnywhere.js',
90
+ sourceSpec: '@agoric/builders/scripts/testing/restart-send-anywhere.js',
91
91
  getManifestCall: [getManifest.name],
92
92
  });
93
93
 
@@ -17,7 +17,7 @@ import { E } from '@endo/far';
17
17
  const trace = makeTracer('StartSA', true);
18
18
 
19
19
  /**
20
- * @import {start as StartFn} from '@agoric/orchestration/src/examples/sendAnywhere.contract.js';
20
+ * @import {start as StartFn} from '@agoric/orchestration/src/examples/send-anywhere.contract.js';
21
21
  */
22
22
 
23
23
  /**
@@ -61,14 +61,14 @@ export const startSendAnywhere = async ({
61
61
  marshaller,
62
62
  orchestrationService: cosmosInterchainService,
63
63
  storageNode: E(NonNullish(await chainStorage)).makeChildNode(
64
- 'sendAnywhere',
64
+ 'send-anywhere',
65
65
  ),
66
66
  timerService: chainTimerService,
67
67
  }),
68
68
  );
69
69
 
70
70
  const { instance } = await E(startUpgradable)({
71
- label: 'sendAnywhere',
71
+ label: 'send-anywhere',
72
72
  installation: sendAnywhere,
73
73
  issuerKeywordRecord: { Stable: await IST },
74
74
  privateArgs,
@@ -113,13 +113,13 @@ export const getManifest = ({ restoreRef }, { installationRef }) => {
113
113
  export const defaultProposalBuilder = async ({ publishRef, install }) =>
114
114
  harden({
115
115
  // Somewhat unorthodox, source the exports from this builder module
116
- sourceSpec: '@agoric/builders/scripts/testing/start-sendAnywhere.js',
116
+ sourceSpec: '@agoric/builders/scripts/testing/start-send-anywhere.js',
117
117
  getManifestCall: [
118
118
  getManifest.name,
119
119
  {
120
120
  installationRef: publishRef(
121
121
  install(
122
- '@agoric/orchestration/src/examples/sendAnywhere.contract.js',
122
+ '@agoric/orchestration/src/examples/send-anywhere.contract.js',
123
123
  ),
124
124
  ),
125
125
  },