unplugin-auto-import
Advanced tools
Comparing version 0.9.5 to 0.10.0
{ | ||
"name": "unplugin-auto-import", | ||
"version": "0.9.5", | ||
"version": "0.10.0", | ||
"packageManager": "pnpm@7.1.1", | ||
@@ -74,14 +74,2 @@ "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": { | ||
@@ -100,3 +88,3 @@ "@vueuse/core": "*" | ||
"magic-string": "^0.26.2", | ||
"unimport": "^0.4.5", | ||
"unimport": "^0.6.1", | ||
"unplugin": "^0.7.2" | ||
@@ -106,17 +94,28 @@ }, | ||
"@antfu/eslint-config": "^0.25.2", | ||
"@antfu/ni": "^0.16.3", | ||
"@types/node": "^18.0.4", | ||
"@antfu/ni": "^0.17.2", | ||
"@types/node": "^18.0.6", | ||
"@types/resolve": "^1.20.2", | ||
"@vueuse/metadata": "^8.9.2", | ||
"@vueuse/metadata": "^8.9.4", | ||
"bumpp": "^8.2.1", | ||
"eslint": "^8.19.0", | ||
"eslint": "^8.20.0", | ||
"esno": "^0.16.3", | ||
"fast-glob": "^3.2.11", | ||
"rollup": "^2.76.0", | ||
"rollup": "^2.77.0", | ||
"tsup": "^6.1.3", | ||
"typescript": "^4.7.4", | ||
"vite": "^3.0.0", | ||
"vitest": "^0.18.0", | ||
"vite": "^3.0.2", | ||
"vitest": "^0.18.1", | ||
"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" | ||
} | ||
} | ||
} |
@@ -201,6 +201,8 @@ # unplugin-auto-import | ||
// Auto import for all module exports under directories | ||
// Auto import for module exports under directories | ||
// by default it only scan one level of modules under the directory | ||
dirs: [ | ||
// './hooks', | ||
// './composables' | ||
// './composables' // only root modules | ||
// './composables/**', // all nested modules | ||
// ... | ||
@@ -207,0 +209,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
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
62637
341
+ Addedscule@0.3.2(transitive)
+ Addedunimport@0.6.8(transitive)
+ Addedunplugin@0.9.6(transitive)
- Removedscule@0.2.1(transitive)
- Removedunimport@0.4.7(transitive)
Updatedunimport@^0.6.1