@agoric/builders 0.1.1-dev-f46aec9.0 → 0.1.1-dev-b282e92.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-f46aec9.0+f46aec9",
3
+ "version": "0.1.1-dev-b282e92.0+b282e92",
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-f46aec9.0+f46aec9",
27
- "@agoric/internal": "0.3.3-dev-f46aec9.0+f46aec9",
28
- "@agoric/notifier": "0.6.3-dev-f46aec9.0+f46aec9",
29
- "@agoric/smart-wallet": "0.5.4-dev-f46aec9.0+f46aec9",
30
- "@agoric/vat-data": "0.5.3-dev-f46aec9.0+f46aec9",
31
- "@agoric/vats": "0.15.2-dev-f46aec9.0+f46aec9",
32
- "@agoric/zoe": "0.26.3-dev-f46aec9.0+f46aec9",
26
+ "@agoric/ertp": "0.16.3-dev-b282e92.0+b282e92",
27
+ "@agoric/internal": "0.3.3-dev-b282e92.0+b282e92",
28
+ "@agoric/notifier": "0.6.3-dev-b282e92.0+b282e92",
29
+ "@agoric/smart-wallet": "0.5.4-dev-b282e92.0+b282e92",
30
+ "@agoric/vat-data": "0.5.3-dev-b282e92.0+b282e92",
31
+ "@agoric/vats": "0.15.2-dev-b282e92.0+b282e92",
32
+ "@agoric/zoe": "0.26.3-dev-b282e92.0+b282e92",
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-f46aec9.0+f46aec9",
45
- "@agoric/governance": "0.10.4-dev-f46aec9.0+f46aec9",
46
- "@agoric/inter-protocol": "0.16.2-dev-f46aec9.0+f46aec9",
47
- "@agoric/orchestration": "0.1.1-dev-f46aec9.0+f46aec9",
48
- "@agoric/store": "0.9.3-dev-f46aec9.0+f46aec9",
49
- "@agoric/swing-store": "0.9.2-dev-f46aec9.0+f46aec9",
50
- "@agoric/swingset-liveslots": "0.10.3-dev-f46aec9.0+f46aec9",
51
- "@agoric/time": "0.3.3-dev-f46aec9.0+f46aec9",
44
+ "@agoric/deploy-script-support": "0.10.4-dev-b282e92.0+b282e92",
45
+ "@agoric/governance": "0.10.4-dev-b282e92.0+b282e92",
46
+ "@agoric/inter-protocol": "0.16.2-dev-b282e92.0+b282e92",
47
+ "@agoric/orchestration": "0.1.1-dev-b282e92.0+b282e92",
48
+ "@agoric/store": "0.9.3-dev-b282e92.0+b282e92",
49
+ "@agoric/swing-store": "0.9.2-dev-b282e92.0+b282e92",
50
+ "@agoric/swingset-liveslots": "0.10.3-dev-b282e92.0+b282e92",
51
+ "@agoric/time": "0.3.3-dev-b282e92.0+b282e92",
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": 81.8
83
83
  },
84
- "gitHead": "f46aec96c6aa69bab926c682dbdd37845b3a5618"
84
+ "gitHead": "b282e923866829ba364c059429faa971fa2c9d6a"
85
85
  }
@@ -1,4 +1,4 @@
1
- /* global process */
1
+ /* eslint-env node */
2
2
  import { makeHelpers } from '@agoric/deploy-script-support';
3
3
 
4
4
  import { getManifestForAddAssetToVault } from '@agoric/inter-protocol/src/proposals/addAssetToVault.js';
@@ -1,4 +1,4 @@
1
- /* global process */
1
+ /* eslint-env node */
2
2
  /**
3
3
  * @file can be run with `agoric deploy` after a chain is running (depends on
4
4
  * chain state) Only works with "local" chain and not sim-chain b/c it needs
@@ -1,4 +1,4 @@
1
- /* global process */
1
+ /* eslint-env node */
2
2
  import { makeHelpers } from '@agoric/deploy-script-support';
3
3
 
4
4
  import { getManifestForInviteCommittee } from '@agoric/inter-protocol/src/proposals/committee-proposal.js';
@@ -1,4 +1,4 @@
1
- /* global process */
1
+ /* eslint-env node */
2
2
  import { makeHelpers } from '@agoric/deploy-script-support';
3
3
 
4
4
  export const DEFAULT_CONTRACT_TERMS = {