@agoric/store
Advanced tools
Comparing version 0.4.15 to 0.4.16
@@ -6,2 +6,10 @@ # Change Log | ||
### [0.4.16](https://github.com/Agoric/agoric-sdk/compare/@agoric/store@0.4.15...@agoric/store@0.4.16) (2021-06-16) | ||
**Note:** Version bump only for package @agoric/store | ||
### [0.4.15](https://github.com/Agoric/agoric-sdk/compare/@agoric/store@0.4.14...@agoric/store@0.4.15) (2021-06-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@agoric/store", | ||
"version": "0.4.15", | ||
"version": "0.4.16", | ||
"description": "Wrapper for JavaScript map", | ||
@@ -36,8 +36,8 @@ "parsers": { | ||
"dependencies": { | ||
"@agoric/assert": "^0.3.0", | ||
"@agoric/marshal": "^0.4.12" | ||
"@agoric/assert": "^0.3.1", | ||
"@agoric/marshal": "^0.4.13" | ||
}, | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.5.14", | ||
"@agoric/swingset-vat": "^0.17.3", | ||
"@agoric/install-ses": "^0.5.15", | ||
"@agoric/swingset-vat": "^0.18.0", | ||
"ava": "^3.12.1", | ||
@@ -53,3 +53,3 @@ "esm": "agoric-labs/esm#Agoric-built" | ||
"extends": [ | ||
"@agoric" | ||
"@endo" | ||
] | ||
@@ -76,3 +76,3 @@ }, | ||
}, | ||
"gitHead": "9ca63a63f1a46b3564785cb3227010f2ae4e98fa" | ||
"gitHead": "4cdde28341be30257ba8945df1cc7011fe74d196" | ||
} |
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
34967
Updated@agoric/assert@^0.3.1
Updated@agoric/marshal@^0.4.13