@swc-node/core
Advanced tools
Comparing version 0.7.4 to 0.7.5
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.7.5](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.7.4...@swc-node/core@0.7.5) (2020-09-13) | ||
### Bug Fixes | ||
- **core:** cjs import order and resolver issues ([deca648](https://github.com/Brooooooklyn/swc-node/commit/deca64873c897bddffae4a3c3186966626d274c4)) | ||
## [0.7.4](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.7.3...@swc-node/core@0.7.4) (2020-09-11) | ||
@@ -8,0 +14,0 @@ |
@@ -14,2 +14,2 @@ export interface Options { | ||
export declare function transform(source: string, path: string, options?: Options): any; | ||
export declare const SWC_VERSION = "3a26d3d"; | ||
export declare const SWC_VERSION = "4d5a0da"; |
@@ -47,3 +47,3 @@ "use strict"; | ||
exports.transform = transform; | ||
exports.SWC_VERSION = '3a26d3d'; | ||
exports.SWC_VERSION = '4d5a0da'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@swc-node/core", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "Faster swc nodejs binding", | ||
@@ -64,8 +64,8 @@ "keywords": [ | ||
}, | ||
"gitHead": "38938a204527c3f8df036c98a0494e41661ab652", | ||
"gitHead": "700c3a610d30fe294b213c9e96c38843c6de5840", | ||
"optionalDependencies": { | ||
"@swc-node/core-darwin": "^0.7.4", | ||
"@swc-node/core-linux": "^0.7.4", | ||
"@swc-node/core-win32": "^0.7.4" | ||
"@swc-node/core-darwin": "^0.7.5", | ||
"@swc-node/core-linux": "^0.7.5", | ||
"@swc-node/core-win32": "^0.7.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
174960