@agoric/builders 0.1.1-dev-77eeafc.0 → 0.1.1-dev-d12673b.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-77eeafc.0+77eeafc",
3
+ "version": "0.1.1-dev-d12673b.0+d12673b",
4
4
  "description": "Build scripts for proposals to an Agoric chain",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -23,33 +23,33 @@
23
23
  "author": "Agoric",
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@agoric/ertp": "0.16.3-dev-77eeafc.0+77eeafc",
27
- "@agoric/internal": "0.3.3-dev-77eeafc.0+77eeafc",
28
- "@agoric/notifier": "0.6.3-dev-77eeafc.0+77eeafc",
29
- "@agoric/smart-wallet": "0.5.4-dev-77eeafc.0+77eeafc",
30
- "@agoric/vat-data": "0.5.3-dev-77eeafc.0+77eeafc",
31
- "@agoric/vats": "0.15.2-dev-77eeafc.0+77eeafc",
32
- "@agoric/zoe": "0.26.3-dev-77eeafc.0+77eeafc",
33
- "@endo/bundle-source": "^3.2.3",
34
- "@endo/captp": "^4.2.0",
35
- "@endo/eventual-send": "^1.2.2",
36
- "@endo/far": "^1.1.2",
37
- "@endo/init": "^1.1.2",
38
- "@endo/marshal": "^1.5.0",
39
- "@endo/promise-kit": "^1.1.2",
40
- "@endo/stream": "^1.2.2",
26
+ "@agoric/ertp": "0.16.3-dev-d12673b.0+d12673b",
27
+ "@agoric/internal": "0.3.3-dev-d12673b.0+d12673b",
28
+ "@agoric/notifier": "0.6.3-dev-d12673b.0+d12673b",
29
+ "@agoric/smart-wallet": "0.5.4-dev-d12673b.0+d12673b",
30
+ "@agoric/vat-data": "0.5.3-dev-d12673b.0+d12673b",
31
+ "@agoric/vats": "0.15.2-dev-d12673b.0+d12673b",
32
+ "@agoric/zoe": "0.26.3-dev-d12673b.0+d12673b",
33
+ "@endo/bundle-source": "^3.3.0",
34
+ "@endo/captp": "^4.2.2",
35
+ "@endo/eventual-send": "^1.2.4",
36
+ "@endo/far": "^1.1.4",
37
+ "@endo/init": "^1.1.3",
38
+ "@endo/marshal": "^1.5.2",
39
+ "@endo/promise-kit": "^1.1.4",
40
+ "@endo/stream": "^1.2.4",
41
41
  "import-meta-resolve": "^2.2.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@agoric/deploy-script-support": "0.10.4-dev-77eeafc.0+77eeafc",
45
- "@agoric/governance": "0.10.4-dev-77eeafc.0+77eeafc",
46
- "@agoric/inter-protocol": "0.16.2-dev-77eeafc.0+77eeafc",
47
- "@agoric/orchestration": "0.1.1-dev-77eeafc.0+77eeafc",
48
- "@agoric/store": "0.9.3-dev-77eeafc.0+77eeafc",
49
- "@agoric/swing-store": "0.9.2-dev-77eeafc.0+77eeafc",
50
- "@agoric/swingset-liveslots": "0.10.3-dev-77eeafc.0+77eeafc",
51
- "@agoric/time": "0.3.3-dev-77eeafc.0+77eeafc",
52
- "@endo/errors": "^1.2.2",
44
+ "@agoric/deploy-script-support": "0.10.4-dev-d12673b.0+d12673b",
45
+ "@agoric/governance": "0.10.4-dev-d12673b.0+d12673b",
46
+ "@agoric/inter-protocol": "0.16.2-dev-d12673b.0+d12673b",
47
+ "@agoric/orchestration": "0.1.1-dev-d12673b.0+d12673b",
48
+ "@agoric/store": "0.9.3-dev-d12673b.0+d12673b",
49
+ "@agoric/swing-store": "0.9.2-dev-d12673b.0+d12673b",
50
+ "@agoric/swingset-liveslots": "0.10.3-dev-d12673b.0+d12673b",
51
+ "@agoric/time": "0.3.3-dev-d12673b.0+d12673b",
52
+ "@endo/errors": "^1.2.4",
53
53
  "ava": "^5.3.0",
54
54
  "c8": "^9.1.0"
55
55
  },
@@ -81,5 +81,5 @@
81
81
  "typeCoverage": {
82
82
  "atLeast": 76.03
83
83
  },
84
- "gitHead": "77eeafcf01afcfd9f5f38ae16f13adc9496dc24d"
84
+ "gitHead": "d12673b2e59d46b3ba967504c16ba5389818fbdb"
85
85
  }
@@ -48,6 +48,7 @@ export default async function priceAuthorityFromNotifier(
48
48
 
49
49
  if (!aggregatorInstance) {
50
50
  console.log('Autodetecting aggregator instance...');
51
+ // @ts-expect-error inspecific Home type
51
52
  const purse = E(home.wallet).getPurse('Default Zoe invite purse');
52
53
  const { value } = await E(purse).getCurrentAmount();
53
54
  const invitations = value.filter(
@@ -81,6 +82,7 @@ export default async function priceAuthorityFromNotifier(
81
82
  };
82
83
 
83
84
  console.log('Getting wallet bridge...');
85
+ // @ts-expect-error inspecific Home type
84
86
  const bridge = await E(home.wallet).getBridge();
85
87
 
86
88
  // Consume an aggregator invitation for this instance.
@@ -94,6 +96,7 @@ export default async function priceAuthorityFromNotifier(
94
96
  () => {},
95
97
  );
96
98
 
99
+ // @ts-expect-error inspecific Home type
97
100
  const walletAdmin = E(home.wallet).getAdminFacet();
98
101
 
99
102
  console.log('=====================================================');
@@ -111,6 +114,7 @@ export default async function priceAuthorityFromNotifier(
111
114
  const orKey = `offerResult ${id}`;
112
115
  await E(home.scratch).set(
113
116
  orKey,
117
+ // @ts-expect-error inspecific Home type
114
118
  E(home.wallet).lookup('offerResult', id),
115
119
  );
116
120
  console.log(
@@ -50,6 +50,7 @@ export const startAutoStakeIt = async ({
50
50
  installation,
51
51
  terms: undefined,
52
52
  privateArgs: await deeplyFulfilled(
53
+ // @ts-expect-error
53
54
  harden({
54
55
  agoricNames,
55
56
  orchestrationService: cosmosInterchainService,