@agoric/swing-store 0.9.2-dev-e0447b8.0 → 0.9.2-dev-55a0902.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.
@@ -229,7 +229,7 @@ SwingStore contains components to accommodate all the various kinds of state tha
229
229
  * `kvStore`, a general-purpose string/string key-value table
230
230
  * `transcriptStore`: append-only vat deliveries, broken into "spans", delimited by heap snapshot events
231
231
  * `snapshotStore`: binary blobs containing JS engine heap state, to limit transcript replay depth
232
- * `bundleStore`: code bundles that can be imported with `@endo/import-bundle`
232
+ * `bundleStore`: code bundles that can be imported with [@endo/import-bundle](https://www.npmjs.com/package/@endo/import-bundle)
233
233
 
234
234
  Currently, the SwingStore treats transcript spans, heap snapshots, and bundles as export artifacts, with hashes recorded in the export data for validation (and to remember exactly which artifacts are necessary). The `kvStore` is copied one-to-one into the export data (i.e. we keep a full shadow copy in IAVL), because that is the fastest way to ensure the `kvStore` data is fully available and validated.
235
235
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/swing-store",
3
- "version": "0.9.2-dev-e0447b8.0+e0447b8",
3
+ "version": "0.9.2-dev-55a0902.0+55a0902",
4
4
  "description": "Persistent storage for SwingSet",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -21,8 +21,8 @@
21
21
  "lint:eslint": "eslint ."
22
22
  },
23
23
  "dependencies": {
24
- "@agoric/assert": "0.6.1-dev-e0447b8.0+e0447b8",
25
- "@agoric/internal": "0.3.3-dev-e0447b8.0+e0447b8",
24
+ "@agoric/assert": "0.6.1-dev-55a0902.0+55a0902",
25
+ "@agoric/internal": "0.3.3-dev-55a0902.0+55a0902",
26
26
  "@endo/base64": "^1.0.1",
27
27
  "@endo/bundle-source": "^3.0.2",
28
28
  "@endo/check-bundle": "^1.0.2",
@@ -51,5 +51,5 @@
51
51
  "typeCoverage": {
52
52
  "atLeast": 76.1
53
53
  },
54
- "gitHead": "e0447b8374c0a43774ee6d70a00cd8916301e53b"
54
+ "gitHead": "55a09026e240a75c7ea13c4d679302b8e0238d20"
55
55
  }