@agoric/internal 0.3.3-dev-5c932ce.0 → 0.3.3-dev-9c73ae4.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/internal",
3
- "version": "0.3.3-dev-5c932ce.0+5c932ce",
3
+ "version": "0.3.3-dev-9c73ae4.0+9c73ae4",
4
4
  "description": "Externally unsupported utilities internal to agoric-sdk",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -20,7 +20,7 @@
20
20
  "lint:types": "tsc"
21
21
  },
22
22
  "dependencies": {
23
- "@agoric/base-zone": "0.1.1-dev-5c932ce.0+5c932ce",
23
+ "@agoric/base-zone": "0.1.1-dev-9c73ae4.0+9c73ae4",
24
24
  "@endo/common": "^1.2.7",
25
25
  "@endo/errors": "^1.2.7",
26
26
  "@endo/far": "^1.1.8",
@@ -59,5 +59,5 @@
59
59
  "typeCoverage": {
60
60
  "atLeast": 93.42
61
61
  },
62
- "gitHead": "5c932ce0135a574d0fd8cac810ba677c92769525"
62
+ "gitHead": "9c73ae4bfa7d48114690e694b065ee0a1ce99e30"
63
63
  }
@@ -14,4 +14,5 @@ export const WALLET_ACTION: "WALLET_ACTION";
14
14
  export const WALLET_SPEND_ACTION: "WALLET_SPEND_ACTION";
15
15
  export const INSTALL_BUNDLE: "INSTALL_BUNDLE";
16
16
  export const VTRANSFER_IBC_EVENT: "VTRANSFER_IBC_EVENT";
17
+ export const KERNEL_UPGRADE_EVENTS: "KERNEL_UPGRADE_EVENTS";
17
18
  //# sourceMappingURL=action-types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"action-types.d.ts","sourceRoot":"","sources":["action-types.js"],"names":[],"mappings":"AAEA,8CAA+C;AAC/C,sDAAuD;AACvD,wCAAyC;AACzC,gEAAiE;AACjE,oCAAqC;AACrC,gDAAiD;AACjD,oCAAqC;AACrC,0CAA2C;AAC3C,sDAAuD;AACvD,oCAAqC;AACrC,kDAAmD;AACnD,0DAA2D;AAC3D,4CAA6C;AAC7C,wDAAyD;AACzD,8CAA+C;AAC/C,wDAAyD"}
1
+ {"version":3,"file":"action-types.d.ts","sourceRoot":"","sources":["action-types.js"],"names":[],"mappings":"AAEA,8CAA+C;AAC/C,sDAAuD;AACvD,wCAAyC;AACzC,gEAAiE;AACjE,oCAAqC;AACrC,gDAAiD;AACjD,oCAAqC;AACrC,0CAA2C;AAC3C,sDAAuD;AACvD,oCAAqC;AACrC,kDAAmD;AACnD,0DAA2D;AAC3D,4CAA6C;AAC7C,wDAAyD;AACzD,8CAA+C;AAC/C,wDAAyD;AACzD,4DAA6D"}
@@ -16,3 +16,4 @@ export const WALLET_ACTION = 'WALLET_ACTION';
16
16
  export const WALLET_SPEND_ACTION = 'WALLET_SPEND_ACTION';
17
17
  export const INSTALL_BUNDLE = 'INSTALL_BUNDLE';
18
18
  export const VTRANSFER_IBC_EVENT = 'VTRANSFER_IBC_EVENT';
19
+ export const KERNEL_UPGRADE_EVENTS = 'KERNEL_UPGRADE_EVENTS';