@kaze-style/swc-plugin
Advanced tools
Comparing version 0.14.2 to 0.14.3
{ | ||
"name": "@kaze-style/swc-plugin", | ||
"version": "0.14.2", | ||
"version": "0.14.3", | ||
"license": "MIT", | ||
@@ -15,8 +15,8 @@ "author": "Taishi Naritomi", | ||
"module": "dist/esm/index.js", | ||
"typings": "dist/types/index.d.ts", | ||
"types": "dist/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/cjs/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts" | ||
"require": "./dist/cjs/index.js" | ||
} | ||
@@ -34,5 +34,6 @@ }, | ||
"test": "cargo test", | ||
"type-check": "tsc --noEmit", | ||
"code-fix": "cargo fmt", | ||
"code-check": "cargo fmt --check", | ||
"type-check": "tsc --noEmit", | ||
"exports-check": "publint", | ||
"dev": "tsx ./../../scripts/build.ts --watch --exec='cargo watch -x \"build-wasi --release --quiet\"'", | ||
@@ -45,4 +46,4 @@ "build": "tsx ./../../scripts/build.ts --exec='cargo build-wasi --release --quiet'" | ||
"devDependencies": { | ||
"@kaze-style/core": "^0.14.2" | ||
"@kaze-style/core": "^0.14.3" | ||
} | ||
} |
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
2792073