@agoric/internal 0.3.3-dev-91f5e93.0 → 0.3.3-dev-e28392f.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-91f5e93.0+91f5e93",
3
+ "version": "0.3.3-dev-e28392f.0+e28392f",
4
4
  "description": "Externally unsupported utilities internal to agoric-sdk",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -20,8 +20,8 @@
20
20
  "lint:types": "tsc -p jsconfig.json"
21
21
  },
22
22
  "dependencies": {
23
- "@agoric/assert": "0.6.1-dev-91f5e93.0+91f5e93",
24
- "@agoric/zone": "0.2.3-dev-91f5e93.0+91f5e93",
23
+ "@agoric/assert": "0.6.1-dev-e28392f.0+e28392f",
24
+ "@agoric/zone": "0.2.3-dev-e28392f.0+e28392f",
25
25
  "@endo/far": "^0.2.19",
26
26
  "@endo/marshal": "^0.8.6",
27
27
  "@endo/patterns": "^0.2.3",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "91f5e93d5818c9c52a6035aeaec47a803a6d7363"
46
+ "gitHead": "e28392f880293ee3398c739aeb0e6887feb897ec"
47
47
  }
@@ -1,4 +1,4 @@
1
- export const BOOTSTRAP_BLOCK: "BOOTSTRAP_BLOCK";
1
+ export const AG_COSMOS_INIT: "AG_COSMOS_INIT";
2
2
  export const COSMOS_SNAPSHOT: "COSMOS_SNAPSHOT";
3
3
  export const BEGIN_BLOCK: "BEGIN_BLOCK";
4
4
  export const CALCULATE_FEES_IN_BEANS: "CALCULATE_FEES_IN_BEANS";
@@ -1 +1 @@
1
- {"version":3,"file":"action-types.d.ts","sourceRoot":"","sources":["action-types.js"],"names":[],"mappings":"AAEA,gDAAiD;AACjD,gDAAiD;AACjD,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"}
1
+ {"version":3,"file":"action-types.d.ts","sourceRoot":"","sources":["action-types.js"],"names":[],"mappings":"AAEA,8CAA+C;AAC/C,gDAAiD;AACjD,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"}
@@ -1,6 +1,6 @@
1
1
  // @jessie-check
2
2
 
3
- export const BOOTSTRAP_BLOCK = 'BOOTSTRAP_BLOCK';
3
+ export const AG_COSMOS_INIT = 'AG_COSMOS_INIT';
4
4
  export const COSMOS_SNAPSHOT = 'COSMOS_SNAPSHOT';
5
5
  export const BEGIN_BLOCK = 'BEGIN_BLOCK';
6
6
  export const CALCULATE_FEES_IN_BEANS = 'CALCULATE_FEES_IN_BEANS';