@agoric/deploy-script-support 0.10.4-dev-fbd8633.0 → 0.10.4-dev-e456308.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/deploy-script-support",
3
- "version": "0.10.4-dev-fbd8633.0+fbd8633",
3
+ "version": "0.10.4-dev-e456308.0+e456308",
4
4
  "description": "Helpers and other support for writing deploy scripts",
5
5
  "type": "module",
6
6
  "main": "src/helpers.js",
@@ -34,14 +34,14 @@
34
34
  },
35
35
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
36
36
  "dependencies": {
37
- "@agoric/assert": "0.6.1-dev-fbd8633.0+fbd8633",
38
- "@agoric/ertp": "0.16.3-dev-fbd8633.0+fbd8633",
39
- "@agoric/import-manager": "0.3.12-dev-fbd8633.0+fbd8633",
40
- "@agoric/internal": "0.3.3-dev-fbd8633.0+fbd8633",
41
- "@agoric/notifier": "0.6.3-dev-fbd8633.0+fbd8633",
42
- "@agoric/store": "0.9.3-dev-fbd8633.0+fbd8633",
43
- "@agoric/time": "0.3.3-dev-fbd8633.0+fbd8633",
44
- "@agoric/zoe": "0.26.3-dev-fbd8633.0+fbd8633",
37
+ "@agoric/assert": "0.6.1-dev-e456308.0+e456308",
38
+ "@agoric/ertp": "0.16.3-dev-e456308.0+e456308",
39
+ "@agoric/import-manager": "0.3.12-dev-e456308.0+e456308",
40
+ "@agoric/internal": "0.3.3-dev-e456308.0+e456308",
41
+ "@agoric/notifier": "0.6.3-dev-e456308.0+e456308",
42
+ "@agoric/store": "0.9.3-dev-e456308.0+e456308",
43
+ "@agoric/time": "0.3.3-dev-e456308.0+e456308",
44
+ "@agoric/zoe": "0.26.3-dev-e456308.0+e456308",
45
45
  "@endo/base64": "^1.0.4",
46
46
  "@endo/bundle-source": "^3.2.2",
47
47
  "@endo/far": "^1.1.1",
@@ -51,7 +51,7 @@
51
51
  "@endo/zip": "^1.0.4"
52
52
  },
53
53
  "devDependencies": {
54
- "@agoric/vats": "0.15.2-dev-fbd8633.0+fbd8633",
54
+ "@agoric/vats": "0.15.2-dev-e456308.0+e456308",
55
55
  "@endo/init": "^1.1.1",
56
56
  "ava": "^5.3.0",
57
57
  "import-meta-resolve": "^2.2.1"
@@ -75,5 +75,5 @@
75
75
  "typeCoverage": {
76
76
  "atLeast": 81.47
77
77
  },
78
- "gitHead": "fbd8633ae9f8420a589dd9bc32925418f2dde060"
78
+ "gitHead": "e4563081e57304520ee75f85aff490fcdb640c20"
79
79
  }
@@ -1,6 +1,10 @@
1
1
  // @ts-check
2
2
  const t = 'makeCoreProposalBehavior';
3
3
 
4
+ /**
5
+ * @import {Installation} from '@agoric/zoe/src/zoeService/utils.js';
6
+ */
7
+
4
8
  /**
5
9
  * TODO import these from @agoric/vats when the types are better managed
6
10
  *