@agoric/deploy-script-support 0.10.4-dev-17c73b7.0 → 0.10.4-dev-074c43c.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -70,8 +70,7 @@ objects.
70
70
 
71
71
  The script describes how to build the core proposal. For
72
72
  `agoric-3-proposals` and uploading to the chain, the script must be named in the
73
- `CoreProposalSteps` section in
74
- [`app.go`](https://github.com/Agoric/agoric-sdk/blob/b13743a2cccf0cb63a412b54384435596d4e81ea/golang/cosmos/app/app.go#L881),
73
+ `CoreProposalSteps` section in [`upgrade.go`](../../golang/cosmos/app/upgrade.go),
75
74
  and its `defaultProposalBuilder` will be invoked directly.
76
75
 
77
76
  Script files should export `defaultProposalBuilder` and a `default` function
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/deploy-script-support",
3
- "version": "0.10.4-dev-17c73b7.0+17c73b7",
3
+ "version": "0.10.4-dev-074c43c.0+074c43c",
4
4
  "description": "Helpers and other support for writing deploy scripts",
5
5
  "type": "module",
6
6
  "main": "src/helpers.js",
@@ -34,15 +34,15 @@
34
34
  },
35
35
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
36
36
  "dependencies": {
37
- "@agoric/ertp": "0.16.3-dev-17c73b7.0+17c73b7",
38
- "@agoric/import-manager": "0.3.12-dev-17c73b7.0+17c73b7",
39
- "@agoric/internal": "0.3.3-dev-17c73b7.0+17c73b7",
40
- "@agoric/notifier": "0.6.3-dev-17c73b7.0+17c73b7",
41
- "@agoric/store": "0.9.3-dev-17c73b7.0+17c73b7",
42
- "@agoric/time": "0.3.3-dev-17c73b7.0+17c73b7",
43
- "@agoric/zoe": "0.26.3-dev-17c73b7.0+17c73b7",
37
+ "@agoric/ertp": "0.16.3-dev-074c43c.0+074c43c",
38
+ "@agoric/import-manager": "0.3.12-dev-074c43c.0+074c43c",
39
+ "@agoric/internal": "0.3.3-dev-074c43c.0+074c43c",
40
+ "@agoric/notifier": "0.6.3-dev-074c43c.0+074c43c",
41
+ "@agoric/store": "0.9.3-dev-074c43c.0+074c43c",
42
+ "@agoric/time": "0.3.3-dev-074c43c.0+074c43c",
43
+ "@agoric/zoe": "0.26.3-dev-074c43c.0+074c43c",
44
44
  "@endo/base64": "^1.0.6",
45
- "@endo/bundle-source": "^3.3.0",
45
+ "@endo/bundle-source": "^3.4.0",
46
46
  "@endo/errors": "^1.2.4",
47
47
  "@endo/far": "^1.1.4",
48
48
  "@endo/marshal": "^1.5.2",
@@ -51,7 +51,7 @@
51
51
  "@endo/zip": "^1.0.6"
52
52
  },
53
53
  "devDependencies": {
54
- "@agoric/vats": "0.15.2-dev-17c73b7.0+17c73b7",
54
+ "@agoric/vats": "0.15.2-dev-074c43c.0+074c43c",
55
55
  "@endo/init": "^1.1.3",
56
56
  "ava": "^5.3.0",
57
57
  "import-meta-resolve": "^2.2.1"
@@ -74,5 +74,5 @@
74
74
  "typeCoverage": {
75
75
  "atLeast": 82.44
76
76
  },
77
- "gitHead": "17c73b7b23d3d58778baab75343ea0e6d99e4d84"
77
+ "gitHead": "074c43c8204f46dbc5179a498b7f004514528296"
78
78
  }