vite-plugin-swc-transform
Advanced tools
Comparing version 0.4.0-beta to 0.4.0-beta.1
{ | ||
"name": "vite-plugin-swc-transform", | ||
"version": "0.4.0-beta", | ||
"version": "0.4.0-beta.1", | ||
"description": "Vite plugin for transforming source files with SWC.", | ||
@@ -34,3 +34,5 @@ "homepage": "https://github.com/ziir/vite-plugin-swc-transform/#readme", | ||
"type": "module", | ||
"module": "./dist/index.js", | ||
"main": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"module": "./dist/esm/index.js", | ||
"files": ["dist", "README.md"], | ||
@@ -40,5 +42,5 @@ "exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/types/index.d.ts", | ||
"source": "./src/index.ts", | ||
"default": "./dist/index.js" | ||
"default": "./dist/esm/index.js" | ||
} | ||
@@ -55,5 +57,6 @@ }, | ||
"check:fix": "npm run check -- --apply", | ||
"prepare": "npm run validate && npm run build", | ||
"prepare": "npm run validate && npm run build && publint", | ||
"test": "vitest -c vitest.config.ts --run", | ||
"validate": "npm run check && npm t" | ||
"validate": "npm run check && npm t", | ||
"prepublishOnly": "publint" | ||
}, | ||
@@ -70,2 +73,3 @@ "dependencies": { | ||
"@types/node": "^20.11.25", | ||
"publint": "^0.2.7", | ||
"typescript": "^5.4.5", | ||
@@ -72,0 +76,0 @@ "vite": "^5.2.11", |
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
25943
17
227
7
1