unplugin-auto-import
Advanced tools
Comparing version 0.15.1 to 0.15.2
import { | ||
unplugin_default | ||
} from "./chunk-AF7WSRST.js"; | ||
} from "./chunk-ZFHW45CN.js"; | ||
import "./chunk-7TX24XEC.js"; | ||
@@ -5,0 +5,0 @@ |
import { | ||
unplugin_default | ||
} from "./chunk-AF7WSRST.js"; | ||
} from "./chunk-ZFHW45CN.js"; | ||
import "./chunk-7TX24XEC.js"; | ||
@@ -5,0 +5,0 @@ |
import { | ||
unplugin_default | ||
} from "./chunk-AF7WSRST.js"; | ||
} from "./chunk-ZFHW45CN.js"; | ||
import "./chunk-7TX24XEC.js"; | ||
@@ -5,0 +5,0 @@ export { |
import { | ||
unplugin_default | ||
} from "./chunk-AF7WSRST.js"; | ||
} from "./chunk-ZFHW45CN.js"; | ||
import "./chunk-7TX24XEC.js"; | ||
@@ -5,0 +5,0 @@ |
import { | ||
unplugin_default | ||
} from "./chunk-AF7WSRST.js"; | ||
} from "./chunk-ZFHW45CN.js"; | ||
import "./chunk-7TX24XEC.js"; | ||
@@ -5,0 +5,0 @@ |
@@ -116,2 +116,8 @@ import { Arrayable, Awaitable } from '@antfu/utils'; | ||
/** | ||
* Inject the imports at the end of other imports | ||
* | ||
* @default true | ||
*/ | ||
injectAtEnd?: boolean; | ||
/** | ||
* Path for directories to be auto imported | ||
@@ -118,0 +124,0 @@ */ |
import { | ||
unplugin_default | ||
} from "./chunk-AF7WSRST.js"; | ||
} from "./chunk-ZFHW45CN.js"; | ||
import "./chunk-7TX24XEC.js"; | ||
@@ -5,0 +5,0 @@ |
import { | ||
unplugin_default | ||
} from "./chunk-AF7WSRST.js"; | ||
} from "./chunk-ZFHW45CN.js"; | ||
import "./chunk-7TX24XEC.js"; | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "unplugin-auto-import", | ||
"type": "module", | ||
"version": "0.15.1", | ||
"packageManager": "pnpm@7.29.0", | ||
"version": "0.15.2", | ||
"packageManager": "pnpm@7.30.1", | ||
"description": "Register global imports on demand for Vite and Webpack", | ||
@@ -105,23 +105,23 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"magic-string": "^0.30.0", | ||
"minimatch": "^7.4.2", | ||
"unimport": "^3.0.2", | ||
"unplugin": "^1.1.0" | ||
"minimatch": "^7.4.3", | ||
"unimport": "^3.0.3", | ||
"unplugin": "^1.3.1" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.36.0", | ||
"@antfu/eslint-config": "^0.37.0", | ||
"@antfu/ni": "^0.20.0", | ||
"@nuxt/kit": "^3.2.3", | ||
"@types/node": "^18.14.6", | ||
"@nuxt/kit": "^3.3.1", | ||
"@types/node": "^18.15.5", | ||
"@types/resolve": "^1.20.2", | ||
"@vueuse/metadata": "^9.13.0", | ||
"bumpp": "^9.0.0", | ||
"eslint": "^8.35.0", | ||
"eslint": "^8.36.0", | ||
"esno": "^0.16.3", | ||
"fast-glob": "^3.2.12", | ||
"rollup": "^3.18.0", | ||
"tsup": "^6.6.3", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.1.4", | ||
"vitest": "^0.29.2", | ||
"webpack": "^5.75.0" | ||
"rollup": "^3.20.1", | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.0.2", | ||
"vite": "^4.2.1", | ||
"vitest": "^0.29.7", | ||
"webpack": "^5.76.3" | ||
}, | ||
@@ -128,0 +128,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
75910
2293
Updatedminimatch@^7.4.3
Updatedunimport@^3.0.3
Updatedunplugin@^1.3.1