@swc-node/core
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [0.6.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.4.2...@swc-node/core@0.6.0) (2020-08-31) | ||
### Features | ||
- **core:** provide jest hoist plugin ([f3638f2](https://github.com/Brooooooklyn/swc-node/commit/f3638f2004b9fb323261a301b6fe354255846965)) | ||
# [0.5.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.4.2...@swc-node/core@0.5.0) (2020-08-28) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@swc-node/core", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "Faster swc nodejs binding", | ||
@@ -24,7 +24,6 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
"lib" | ||
], | ||
@@ -54,4 +53,4 @@ "os": [ | ||
"scripts": { | ||
"prepublishOnly": "node ./publish.js", | ||
"version": "node ./version.js" | ||
"prepublishOnly": "node -r @swc-node/register ./publish.ts", | ||
"version": "node -r @swc-node/register ./version.ts" | ||
}, | ||
@@ -61,8 +60,8 @@ "dependencies": { | ||
}, | ||
"gitHead": "eda0507e6e5013f46d82245cf27ca0d44745a4f1", | ||
"gitHead": "0f52c62ef3cf6c5989ee4a9274badbd9ffa35ac8", | ||
"optionalDependencies": { | ||
"@swc-node/core-darwin": "^0.5.0", | ||
"@swc-node/core-linux": "^0.5.0", | ||
"@swc-node/core-win32": "^0.5.0" | ||
"@swc-node/core-darwin": "^0.6.0", | ||
"@swc-node/core-linux": "^0.6.0", | ||
"@swc-node/core-win32": "^0.6.0" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
169361
8
91
1