@agoric/assert
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.3.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.3.6...@agoric/assert@0.3.7) (2021-07-28) | ||
### Bug Fixes | ||
* **assert:** Use module extension for types.js ([7e79e5e](https://github.com/Agoric/agoric-sdk/commit/7e79e5e37f2ae0955e6a205c744bff44cd0bbe57)) | ||
### [0.3.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.3.5...@agoric/assert@0.3.6) (2021-07-01) | ||
@@ -8,0 +17,0 @@ |
@@ -1,1 +0,1 @@ | ||
import './src/types'; | ||
import './src/types.js'; |
{ | ||
"name": "@agoric/assert", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Assert expression support that protects sensitive data", | ||
@@ -36,3 +36,3 @@ "type": "module", | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.5.20", | ||
"@agoric/install-ses": "^0.5.21", | ||
"ava": "^3.12.1" | ||
@@ -68,3 +68,3 @@ }, | ||
}, | ||
"gitHead": "6410fbc01abf1f0d0fa3d6a1275fe8f117b98b0a" | ||
"gitHead": "835ce6579a257107f363e29a234643679844cc0e" | ||
} |
@@ -21,3 +21,3 @@ /* global globalThis */ | ||
// but we need to import it here as well. | ||
import './types'; | ||
import './types.js'; | ||
@@ -24,0 +24,0 @@ const { freeze } = Object; |
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
24596