@agoric/swing-store-simple
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.3.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/swing-store-simple@0.3.2...@agoric/swing-store-simple@0.3.3) (2021-03-16) | ||
### Bug Fixes | ||
* make separate 'test:xs' target, remove XS from 'test' target ([b9c1a69](https://github.com/Agoric/agoric-sdk/commit/b9c1a6987093fc8e09e8aba7acd2a1618413bac8)), closes [#2647](https://github.com/Agoric/agoric-sdk/issues/2647) | ||
## [0.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/swing-store-simple@0.3.1...@agoric/swing-store-simple@0.3.2) (2021-02-22) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@agoric/swing-store-simple", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Persistent storage for SwingSet, based on a Map, optionally backed by a simple JSON file", | ||
@@ -16,2 +16,3 @@ "parsers": { | ||
"test:nyc": "nyc ava", | ||
"test:xs": "exit 0", | ||
"lint-fix": "eslint --fix '**/*.js'", | ||
@@ -49,3 +50,3 @@ "lint-check": "eslint '**/*.js'" | ||
}, | ||
"gitHead": "d9b77a4d36fe99c963e86733b90d878231201422" | ||
"gitHead": "5ad5f483f05ba20d903b4423bfb4fa0d2ce75fd7" | ||
} |
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
29345