@swc-node/core
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.4.1](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.4.0...@swc-node/core@0.4.1) (2020-08-23) | ||
### Bug Fixes | ||
- wrong benchmark setup ([7bd298d](https://github.com/Brooooooklyn/swc-node/commit/7bd298d1d4cf3dddf770caa75671e681066e5b83)) | ||
# [0.4.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.3.0...@swc-node/core@0.4.0) (2020-08-23) | ||
@@ -8,0 +14,0 @@ |
@@ -40,2 +40,3 @@ const { platform } = require('os') | ||
sourceMaps: typeof opts.sourcemap === 'undefined' ? true : opts.sourcemap, | ||
swcrc: false, | ||
} | ||
@@ -65,2 +66,3 @@ return bindings.transformSync(source, path, Buffer.from(JSON.stringify(swcOptions))) | ||
}, | ||
swcrc: false, | ||
sourceMaps: typeof opts.sourcemap === 'undefined' ? true : opts.sourcemap, | ||
@@ -67,0 +69,0 @@ } |
{ | ||
"name": "@swc-node/core", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Faster swc nodejs binding", | ||
@@ -59,8 +59,8 @@ "keywords": [ | ||
}, | ||
"gitHead": "404a35cec5c360762a3b5d561ad76ee51a3de5d5", | ||
"gitHead": "dee582f49c2303f36e4efac3f3fdae2d08c10143", | ||
"optionalDependencies": { | ||
"@swc-node/core-darwin": "^0.4.0", | ||
"@swc-node/core-linux": "^0.4.0", | ||
"@swc-node/core-win32": "^0.4.0" | ||
"@swc-node/core-darwin": "^0.4.1", | ||
"@swc-node/core-linux": "^0.4.1", | ||
"@swc-node/core-win32": "^0.4.1" | ||
} | ||
} |
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
10008
93