@agoric/builders 0.1.1-dev-cb5ca69.0 → 0.1.1-dev-7902326.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-
|
|
3
|
+
"version": "0.1.1-dev-7902326.0+7902326",
|
|
4
4
|
"description": "Build scripts for proposals to an Agoric chain",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"author": "Agoric",
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@agoric/ertp": "0.16.3-dev-
|
|
27
|
-
"@agoric/fast-usdc": "0.1.1-dev-
|
|
28
|
-
"@agoric/internal": "0.3.3-dev-
|
|
29
|
-
"@agoric/notifier": "0.6.3-dev-
|
|
30
|
-
"@agoric/smart-wallet": "0.5.4-dev-
|
|
31
|
-
"@agoric/vat-data": "0.5.3-dev-
|
|
32
|
-
"@agoric/vats": "0.15.2-dev-
|
|
33
|
-
"@agoric/zoe": "0.26.3-dev-
|
|
26
|
+
"@agoric/ertp": "0.16.3-dev-7902326.0+7902326",
|
|
27
|
+
"@agoric/fast-usdc": "0.1.1-dev-7902326.0+7902326",
|
|
28
|
+
"@agoric/internal": "0.3.3-dev-7902326.0+7902326",
|
|
29
|
+
"@agoric/notifier": "0.6.3-dev-7902326.0+7902326",
|
|
30
|
+
"@agoric/smart-wallet": "0.5.4-dev-7902326.0+7902326",
|
|
31
|
+
"@agoric/vat-data": "0.5.3-dev-7902326.0+7902326",
|
|
32
|
+
"@agoric/vats": "0.15.2-dev-7902326.0+7902326",
|
|
33
|
+
"@agoric/zoe": "0.26.3-dev-7902326.0+7902326",
|
|
34
34
|
"@endo/bundle-source": "^3.5.1",
|
|
35
35
|
"@endo/captp": "^4.4.4",
|
|
36
36
|
"@endo/eventual-send": "^1.3.0",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"import-meta-resolve": "^4.1.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@agoric/deploy-script-support": "0.10.4-dev-
|
|
47
|
-
"@agoric/governance": "0.10.4-dev-
|
|
48
|
-
"@agoric/inter-protocol": "0.16.2-dev-
|
|
49
|
-
"@agoric/orchestration": "0.1.1-dev-
|
|
50
|
-
"@agoric/store": "0.9.3-dev-
|
|
51
|
-
"@agoric/swing-store": "0.9.2-dev-
|
|
52
|
-
"@agoric/swingset-liveslots": "0.10.3-dev-
|
|
53
|
-
"@agoric/time": "0.3.3-dev-
|
|
46
|
+
"@agoric/deploy-script-support": "0.10.4-dev-7902326.0+7902326",
|
|
47
|
+
"@agoric/governance": "0.10.4-dev-7902326.0+7902326",
|
|
48
|
+
"@agoric/inter-protocol": "0.16.2-dev-7902326.0+7902326",
|
|
49
|
+
"@agoric/orchestration": "0.1.1-dev-7902326.0+7902326",
|
|
50
|
+
"@agoric/store": "0.9.3-dev-7902326.0+7902326",
|
|
51
|
+
"@agoric/swing-store": "0.9.2-dev-7902326.0+7902326",
|
|
52
|
+
"@agoric/swingset-liveslots": "0.10.3-dev-7902326.0+7902326",
|
|
53
|
+
"@agoric/time": "0.3.3-dev-7902326.0+7902326",
|
|
54
54
|
"@endo/errors": "^1.2.9",
|
|
55
55
|
"ava": "^5.3.0",
|
|
56
56
|
"c8": "^10.1.2"
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"typeCoverage": {
|
|
84
84
|
"atLeast": 91.55
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "79023263a7209a3e1f02a0a2446d533289261598"
|
|
87
87
|
}
|
|
@@ -9,7 +9,8 @@ import { parseArgs } from 'node:util';
|
|
|
9
9
|
/**
|
|
10
10
|
* @import {CoreEvalBuilder, DeployScriptFunction} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
11
11
|
* @import {ParseArgsConfig} from 'node:util';
|
|
12
|
-
* @import {
|
|
12
|
+
* @import {Brand} from '@agoric/ertp';
|
|
13
|
+
* @import {FastUSDCConfig, FeedPolicy} from '@agoric/fast-usdc';
|
|
13
14
|
* @import {FastUSDCOpts} from './start-fast-usdc.build.js';
|
|
14
15
|
*/
|
|
15
16
|
|
|
@@ -14,6 +14,7 @@ import { parseArgs } from 'node:util';
|
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* @import {CoreEvalBuilder, DeployScriptFunction} from '@agoric/deploy-script-support/src/externalTypes.js'
|
|
17
|
+
* @import {Brand} from '@agoric/ertp';
|
|
17
18
|
* @import {ParseArgsConfig} from 'node:util'
|
|
18
19
|
* @import {FastUSDCConfig, FeedPolicy} from '@agoric/fast-usdc';
|
|
19
20
|
*/
|