unplugin-auto-import
Advanced tools
Comparing version 0.9.4 to 0.9.5
{ | ||
"name": "unplugin-auto-import", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"packageManager": "pnpm@7.1.1", | ||
@@ -74,2 +74,14 @@ "description": "Register global imports on demand for Vite and Webpack", | ||
}, | ||
"scripts": { | ||
"build": "tsup src/*.ts --format cjs,esm --dts --splitting --clean && esno scripts/postbuild.ts", | ||
"dev": "tsup src/*.ts --watch src", | ||
"lint": "eslint .", | ||
"lint:fix": "nr lint --fix", | ||
"play": "npm -C playground run dev", | ||
"prepublishOnly": "nr build", | ||
"release": "bumpp --commit --push --tag && pnpm publish", | ||
"start": "esno src/index.ts", | ||
"test": "vitest", | ||
"test:run": "vitest run" | ||
}, | ||
"peerDependencies": { | ||
@@ -88,3 +100,3 @@ "@vueuse/core": "*" | ||
"magic-string": "^0.26.2", | ||
"unimport": "^0.6.1", | ||
"unimport": "^0.4.5", | ||
"unplugin": "^0.7.2" | ||
@@ -94,28 +106,17 @@ }, | ||
"@antfu/eslint-config": "^0.25.2", | ||
"@antfu/ni": "^0.17.2", | ||
"@types/node": "^18.0.6", | ||
"@antfu/ni": "^0.16.3", | ||
"@types/node": "^18.0.4", | ||
"@types/resolve": "^1.20.2", | ||
"@vueuse/metadata": "^8.9.4", | ||
"@vueuse/metadata": "^8.9.2", | ||
"bumpp": "^8.2.1", | ||
"eslint": "^8.20.0", | ||
"eslint": "^8.19.0", | ||
"esno": "^0.16.3", | ||
"fast-glob": "^3.2.11", | ||
"rollup": "^2.77.0", | ||
"rollup": "^2.76.0", | ||
"tsup": "^6.1.3", | ||
"typescript": "^4.7.4", | ||
"vite": "^3.0.2", | ||
"vitest": "^0.18.1", | ||
"vite": "^3.0.0", | ||
"vitest": "^0.18.0", | ||
"webpack": "^5.73.0" | ||
}, | ||
"scripts": { | ||
"build": "tsup src/*.ts --format cjs,esm --dts --splitting --clean && esno scripts/postbuild.ts", | ||
"dev": "tsup src/*.ts --watch src", | ||
"lint": "eslint .", | ||
"lint:fix": "nr lint --fix", | ||
"play": "npm -C playground run dev", | ||
"release": "bumpp --commit --push --tag && pnpm publish", | ||
"start": "esno src/index.ts", | ||
"test": "vitest", | ||
"test:run": "vitest run" | ||
} | ||
} | ||
} |
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
62535
+ Addedscule@0.2.1(transitive)
+ Addedunimport@0.4.7(transitive)
- Removedscule@0.3.2(transitive)
- Removedunimport@0.6.8(transitive)
- Removedunplugin@0.9.6(transitive)
Updatedunimport@^0.4.5