@agoric/assert
Advanced tools
Comparing version 0.2.12 to 0.3.0
@@ -6,2 +6,20 @@ # Change Log | ||
## [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.2.12...@agoric/assert@0.3.0) (2021-06-15) | ||
### ⚠ BREAKING CHANGES | ||
* **assert:** Converts `@agoric/assert` from emulated ESM with `node -r esm` to Node.js ESM proper. | ||
### Features | ||
* **assert:** RESM to NESM ([d991df7](https://github.com/Agoric/agoric-sdk/commit/d991df7c0b56bd8c7eb0995bddfbd473010a7726)) | ||
### Bug Fixes | ||
* Pin ESM to forked version ([54dbb55](https://github.com/Agoric/agoric-sdk/commit/54dbb55d64d7ff7adb395bc4bd9d1461dd2d3c17)) | ||
## [0.2.12](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.2.11...@agoric/assert@0.2.12) (2021-05-10) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "@agoric/assert", | ||
"version": "0.2.12", | ||
"version": "0.3.0", | ||
"description": "Assert expression support that protects sensitive data", | ||
"parsers": { | ||
"js": "mjs" | ||
}, | ||
"type": "module", | ||
"main": "src/assert.js", | ||
@@ -38,6 +36,4 @@ "engines": { | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.5.13", | ||
"ava": "^3.12.1", | ||
"esm": "^3.2.25", | ||
"nyc": "^15.1.0" | ||
"@agoric/install-ses": "^0.5.14", | ||
"ava": "^3.12.1" | ||
}, | ||
@@ -52,5 +48,2 @@ "files": [ | ||
"test/**/test-*.js" | ||
], | ||
"require": [ | ||
"esm" | ||
] | ||
@@ -74,5 +67,5 @@ }, | ||
"dependencies": { | ||
"ses": "^0.12.7" | ||
"ses": "^0.13.2" | ||
}, | ||
"gitHead": "d8f34ff1881b4f7e627f3fdab6888e9ef711bab6" | ||
"gitHead": "9ca63a63f1a46b3564785cb3227010f2ae4e98fa" | ||
} |
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
23255
2
Yes
+ Addedses@0.13.5(transitive)
- Removed@agoric/babel-standalone@7.17.7(transitive)
- Removed@agoric/make-hardener@0.1.3(transitive)
- Removed@agoric/transform-module@0.4.1(transitive)
- Removedses@0.12.7(transitive)
Updatedses@^0.13.2