@endo/static-module-record
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.6.3](https://github.com/endojs/endo/compare/@endo/static-module-record@0.6.2...@endo/static-module-record@0.6.3) (2021-09-18) | ||
### Bug Fixes | ||
* **static-module-record:** Opt out of compact codegen ([d113270](https://github.com/endojs/endo/commit/d1132708fb4204b99c4646b3788d6e0b3e81dc9d)) | ||
### [0.6.2](https://github.com/endojs/endo/compare/@endo/static-module-record@0.6.1...@endo/static-module-record@0.6.2) (2021-08-14) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@endo/static-module-record", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Shim for the SES StaticModuleRecord and module-to-program transformer", | ||
@@ -42,4 +42,4 @@ "keywords": [ | ||
"@ava/babel": "^1.0.1", | ||
"@endo/eslint-config": "^0.3.14", | ||
"@endo/ses-ava": "^0.2.7", | ||
"@endo/eslint-config": "^0.3.15", | ||
"@endo/ses-ava": "^0.2.8", | ||
"ava": "^3.12.1", | ||
@@ -55,3 +55,3 @@ "babel-eslint": "^10.0.3", | ||
"prettier": "^1.19.1", | ||
"ses": "^0.14.2", | ||
"ses": "^0.14.3", | ||
"typescript": "^4.0.5" | ||
@@ -83,3 +83,3 @@ }, | ||
}, | ||
"gitHead": "d95b3951c50dbaf3b6f7cdc52f0fc8ad166d9c4e" | ||
"gitHead": "619005298bde41e3013b8d704db543c0888a239f" | ||
} |
@@ -58,2 +58,3 @@ import * as h from './hidden.js'; | ||
retainLines: true, | ||
compact: false, | ||
}, | ||
@@ -71,2 +72,3 @@ plugins: [analyzePlugin], | ||
retainLines: true, | ||
compact: false, | ||
}, | ||
@@ -73,0 +75,0 @@ plugins: [transformPlugin], |
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
49004
871