@swc-node/core
Advanced tools
Comparing version 0.7.5 to 0.7.6
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.7.6](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.7.4...@swc-node/core@0.7.6) (2020-09-16) | ||
### Bug Fixes | ||
- **core:** cjs import order and resolver issues ([b61e241](https://github.com/Brooooooklyn/swc-node/commit/b61e241613b376d77278ac087f768c72f84ac807)) | ||
## [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) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@swc-node/core", | ||
"version": "0.7.5", | ||
"version": "0.7.6", | ||
"description": "Faster swc nodejs binding", | ||
@@ -64,8 +64,8 @@ "keywords": [ | ||
}, | ||
"gitHead": "700c3a610d30fe294b213c9e96c38843c6de5840", | ||
"gitHead": "318f7dfefadc8b3b9143bc5ee22211863ee46bc0", | ||
"optionalDependencies": { | ||
"@swc-node/core-darwin": "^0.7.5", | ||
"@swc-node/core-linux": "^0.7.5", | ||
"@swc-node/core-win32": "^0.7.5" | ||
"@swc-node/core-darwin": "^0.7.6", | ||
"@swc-node/core-linux": "^0.7.6", | ||
"@swc-node/core-win32": "^0.7.6" | ||
} | ||
} |
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
211500