@agoric/internal 0.3.3-dev-f047c93.0 → 0.3.3-dev-37e30ec.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-f047c93.0+f047c93",
3
+ "version": "0.3.3-dev-37e30ec.0+37e30ec",
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-f047c93.0+f047c93",
23
+ "@agoric/base-zone": "0.1.1-dev-37e30ec.0+37e30ec",
24
24
  "@endo/common": "^1.2.9",
25
25
  "@endo/errors": "^1.2.9",
26
26
  "@endo/far": "^1.1.10",
@@ -34,7 +34,7 @@
34
34
  "jessie.js": "^0.3.4"
35
35
  },
36
36
  "devDependencies": {
37
- "@agoric/cosmic-proto": "0.4.1-dev-f047c93.0+f047c93",
37
+ "@agoric/cosmic-proto": "0.4.1-dev-37e30ec.0+37e30ec",
38
38
  "@endo/exo": "^1.5.8",
39
39
  "@endo/init": "^1.1.8",
40
40
  "ava": "^5.3.0",
@@ -60,5 +60,5 @@
60
60
  "typeCoverage": {
61
61
  "atLeast": 93.04
62
62
  },
63
- "gitHead": "f047c93df3ba5871cd9f576782f133e6d2bd21ff"
63
+ "gitHead": "37e30ecf0e8d1ef63a626e52c8ee8286cffd5beb"
64
64
  }
@@ -46,6 +46,8 @@ export namespace QueuedActionType {
46
46
  let VBANK_BALANCE_UPDATE: "VBANK_BALANCE_UPDATE";
47
47
  let WALLET_ACTION: "WALLET_ACTION";
48
48
  let WALLET_SPEND_ACTION: "WALLET_SPEND_ACTION";
49
+ let VTRANSFER_IBC_EVENT: "VTRANSFER_IBC_EVENT";
50
+ let KERNEL_UPGRADE_EVENTS: "KERNEL_UPGRADE_EVENTS";
49
51
  }
50
52
  export const CORE_EVAL: "CORE_EVAL";
51
53
  export const DELIVER_INBOUND: "DELIVER_INBOUND";
@@ -55,7 +57,6 @@ export const PLEASE_PROVISION: "PLEASE_PROVISION";
55
57
  export const VBANK_BALANCE_UPDATE: "VBANK_BALANCE_UPDATE";
56
58
  export const WALLET_ACTION: "WALLET_ACTION";
57
59
  export const WALLET_SPEND_ACTION: "WALLET_SPEND_ACTION";
58
- export const CALCULATE_FEES_IN_BEANS: "CALCULATE_FEES_IN_BEANS";
59
60
  export const VTRANSFER_IBC_EVENT: "VTRANSFER_IBC_EVENT";
60
61
  export const KERNEL_UPGRADE_EVENTS: "KERNEL_UPGRADE_EVENTS";
61
62
  //# sourceMappingURL=action-types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"action-types.d.ts","sourceRoot":"","sources":["action-types.js"],"names":[],"mappings":";;;;;;;;;;;;kCAcU,CAAC,OAAO,mBAAmB,EAAE,MAAM,OAAO,mBAAmB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;+BAiC9D,CAAC,OAAO,gBAAgB,EAAE,MAAM,OAAO,gBAAgB,CAAC;;;;;;;;;;;;;;;;;;;AA0BlE,sCAAuC,yBAAyB,CAAC;AACjE,kCAAmC,qBAAqB,CAAC;AACzD,oCAAqC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"action-types.d.ts","sourceRoot":"","sources":["action-types.js"],"names":[],"mappings":";;;;;;;;;;;;kCAcU,CAAC,OAAO,mBAAmB,EAAE,MAAM,OAAO,mBAAmB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;+BAiC9D,CAAC,OAAO,gBAAgB,EAAE,MAAM,OAAO,gBAAgB,CAAC"}
@@ -56,6 +56,8 @@ export const QueuedActionType = /** @type {const} */ ({
56
56
  VBANK_BALANCE_UPDATE: 'VBANK_BALANCE_UPDATE',
57
57
  WALLET_ACTION: 'WALLET_ACTION',
58
58
  WALLET_SPEND_ACTION: 'WALLET_SPEND_ACTION',
59
+ VTRANSFER_IBC_EVENT: 'VTRANSFER_IBC_EVENT',
60
+ KERNEL_UPGRADE_EVENTS: 'KERNEL_UPGRADE_EVENTS',
59
61
  });
60
62
  harden(QueuedActionType);
61
63
 
@@ -69,8 +71,6 @@ export const {
69
71
  VBANK_BALANCE_UPDATE,
70
72
  WALLET_ACTION,
71
73
  WALLET_SPEND_ACTION,
74
+ VTRANSFER_IBC_EVENT,
75
+ KERNEL_UPGRADE_EVENTS,
72
76
  } = QueuedActionType;
73
-
74
- export const CALCULATE_FEES_IN_BEANS = 'CALCULATE_FEES_IN_BEANS';
75
- export const VTRANSFER_IBC_EVENT = 'VTRANSFER_IBC_EVENT';
76
- export const KERNEL_UPGRADE_EVENTS = 'KERNEL_UPGRADE_EVENTS';