@agoric/swing-store-simple
Advanced tools
Comparing version 0.4.3 to 0.4.5
@@ -6,2 +6,19 @@ # Change Log | ||
### [0.4.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/swing-store-simple@0.4.4...@agoric/swing-store-simple@0.4.5) (2021-06-28) | ||
### Features | ||
* demand-paged vats are reloaded from heap snapshots ([#2848](https://github.com/Agoric/agoric-sdk/issues/2848)) ([cb239cb](https://github.com/Agoric/agoric-sdk/commit/cb239cbb27943ad58c304d85ee9b61ba917af79c)), closes [#2273](https://github.com/Agoric/agoric-sdk/issues/2273) [#2277](https://github.com/Agoric/agoric-sdk/issues/2277) [#2422](https://github.com/Agoric/agoric-sdk/issues/2422) | ||
### [0.4.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/swing-store-simple@0.4.3...@agoric/swing-store-simple@0.4.4) (2021-06-25) | ||
**Note:** Version bump only for package @agoric/swing-store-simple | ||
### [0.4.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/swing-store-simple@0.4.2...@agoric/swing-store-simple@0.4.3) (2021-06-24) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@agoric/swing-store-simple", | ||
"version": "0.4.3", | ||
"version": "0.4.5", | ||
"description": "Persistent storage for SwingSet, based on a Map, optionally backed by a simple JSON file", | ||
@@ -23,7 +23,7 @@ "parsers": { | ||
"dependencies": { | ||
"@agoric/assert": "^0.3.3", | ||
"@agoric/assert": "^0.3.5", | ||
"n-readlines": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.5.17", | ||
"@agoric/install-ses": "^0.5.19", | ||
"ava": "^3.12.1", | ||
@@ -53,3 +53,3 @@ "esm": "agoric-labs/esm#Agoric-built" | ||
}, | ||
"gitHead": "64f226355b09775c602efcd643df0f5423dfb922" | ||
"gitHead": "330365cd4ef23f7bf65870868355b9d5bcca28c9" | ||
} |
@@ -15,3 +15,3 @@ // @ts-check | ||
* offset?: number, | ||
* itemCount?: number, | ||
* itemCount: number, | ||
* }} StreamPosition | ||
@@ -18,0 +18,0 @@ * |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36963
Updated@agoric/assert@^0.3.5