@agoric/assert
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.2.3...@agoric/assert@0.2.4) (2021-03-24) | ||
**Note:** Version bump only for package @agoric/assert | ||
## [0.2.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.2.2...@agoric/assert@0.2.3) (2021-03-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@agoric/assert", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Assert expression support that protects sensitive data", | ||
@@ -17,3 +17,3 @@ "parsers": { | ||
"test:xs": "exit 0", | ||
"lint-fix": "yarn lint --fix", | ||
"lint-fix": "yarn lint:eslint --fix && yarn lint:types", | ||
"lint-check": "yarn lint", | ||
@@ -39,3 +39,3 @@ "lint": "yarn lint:types && yarn lint:eslint", | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.5.3", | ||
"@agoric/install-ses": "^0.5.4", | ||
"ava": "^3.12.1", | ||
@@ -75,3 +75,3 @@ "esm": "^3.2.25", | ||
}, | ||
"gitHead": "5ad5f483f05ba20d903b4423bfb4fa0d2ce75fd7" | ||
"gitHead": "be478ee84773b8e403cf896e53df28146a60f976" | ||
} |
@@ -14,2 +14,5 @@ /* global globalThis */ | ||
// The assertions re-exported here are defined in | ||
// https://github.com/endojs/endo/blob/master/packages/ses/src/error/assert.js | ||
import './types'; | ||
@@ -16,0 +19,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
20540
330