@agoric/store
Advanced tools
Comparing version 0.6.5 to 0.6.6
@@ -6,2 +6,10 @@ # Change Log | ||
### [0.6.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/store@0.6.5...@agoric/store@0.6.6) (2021-10-13) | ||
**Note:** Version bump only for package @agoric/store | ||
### [0.6.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/store@0.6.4...@agoric/store@0.6.5) (2021-09-23) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@agoric/store", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "Wrapper for JavaScript map", | ||
@@ -34,8 +34,8 @@ "type": "module", | ||
"dependencies": { | ||
"@agoric/assert": "^0.3.13", | ||
"@agoric/marshal": "^0.4.27" | ||
"@agoric/assert": "^0.3.14", | ||
"@agoric/marshal": "^0.4.28" | ||
}, | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.5.27", | ||
"@agoric/swingset-vat": "^0.22.1", | ||
"@agoric/install-ses": "^0.5.28", | ||
"@agoric/swingset-vat": "^0.23.0", | ||
"ava": "^3.12.1" | ||
@@ -69,3 +69,3 @@ }, | ||
}, | ||
"gitHead": "9f3978dbc0a136e149a7c46a4abde96c44f9f249" | ||
"gitHead": "34bf70e60b29f53ba50fd4afebdb02d9196860fa" | ||
} |
@@ -7,3 +7,3 @@ // @ts-check | ||
* This module and its fraternal sibling legacyWeakMap exist only to | ||
* each a transition to the modern `store` system, are deprecated, | ||
* ease a transition to the modern `store` system, are deprecated, | ||
* and will eventually disappear. They are needed for now to support | ||
@@ -10,0 +10,0 @@ * some of the uses of the old behavior that are not compatible with |
38705
Updated@agoric/assert@^0.3.14
Updated@agoric/marshal@^0.4.28