@agoric/internal 0.3.3-dev-5513dea.0 → 0.3.3-dev-6f05870.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-5513dea.0+5513dea",
3
+ "version": "0.3.3-dev-6f05870.0+6f05870",
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-5513dea.0+5513dea",
24
- "@agoric/zone": "0.2.3-dev-5513dea.0+5513dea",
23
+ "@agoric/assert": "0.6.1-dev-6f05870.0+6f05870",
24
+ "@agoric/zone": "0.2.3-dev-6f05870.0+6f05870",
25
25
  "@endo/far": "^0.2.19",
26
26
  "@endo/init": "^0.5.57",
27
27
  "@endo/marshal": "^0.8.6",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "5513deae3726540e422462d245cffc4bc44894e5"
47
+ "gitHead": "6f05870eef00470eb99022513e2df5ff62e81785"
48
48
  }
@@ -1,5 +1,5 @@
1
1
  export const AG_COSMOS_INIT: "AG_COSMOS_INIT";
2
- export const COSMOS_SNAPSHOT: "COSMOS_SNAPSHOT";
2
+ export const SWING_STORE_EXPORT: "SWING_STORE_EXPORT";
3
3
  export const BEGIN_BLOCK: "BEGIN_BLOCK";
4
4
  export const CALCULATE_FEES_IN_BEANS: "CALCULATE_FEES_IN_BEANS";
5
5
  export const CORE_EVAL: "CORE_EVAL";
@@ -1 +1 @@
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
+ {"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"}
@@ -1,7 +1,7 @@
1
1
  // @jessie-check
2
2
 
3
3
  export const AG_COSMOS_INIT = 'AG_COSMOS_INIT';
4
- export const COSMOS_SNAPSHOT = 'COSMOS_SNAPSHOT';
4
+ export const SWING_STORE_EXPORT = 'SWING_STORE_EXPORT';
5
5
  export const BEGIN_BLOCK = 'BEGIN_BLOCK';
6
6
  export const CALCULATE_FEES_IN_BEANS = 'CALCULATE_FEES_IN_BEANS';
7
7
  export const CORE_EVAL = 'CORE_EVAL';