unplugin-auto-import
Advanced tools
Comparing version 0.11.3 to 0.11.4
import { | ||
unplugin_default | ||
} from "./chunk-FWDLO5QN.js"; | ||
import "./chunk-HBHLJZOY.js"; | ||
} from "./chunk-JSTOHG77.js"; | ||
import "./chunk-MHAKGLT7.js"; | ||
@@ -6,0 +6,0 @@ // src/esbuild.ts |
@@ -7,4 +7,4 @@ import * as unplugin from 'unplugin'; | ||
declare const _default: unplugin.UnpluginInstance<Options>; | ||
declare const _default: unplugin.UnpluginInstance<Options, false>; | ||
export { _default as default }; |
import { | ||
unplugin_default | ||
} from "./chunk-FWDLO5QN.js"; | ||
import "./chunk-HBHLJZOY.js"; | ||
} from "./chunk-JSTOHG77.js"; | ||
import "./chunk-MHAKGLT7.js"; | ||
export { | ||
unplugin_default as default | ||
}; |
import { | ||
unplugin_default | ||
} from "./chunk-FWDLO5QN.js"; | ||
import "./chunk-HBHLJZOY.js"; | ||
} from "./chunk-JSTOHG77.js"; | ||
import "./chunk-MHAKGLT7.js"; | ||
@@ -6,0 +6,0 @@ // src/nuxt.ts |
import { | ||
unplugin_default | ||
} from "./chunk-FWDLO5QN.js"; | ||
import "./chunk-HBHLJZOY.js"; | ||
} from "./chunk-JSTOHG77.js"; | ||
import "./chunk-MHAKGLT7.js"; | ||
@@ -6,0 +6,0 @@ // src/rollup.ts |
@@ -1,1 +0,1 @@ | ||
import "./chunk-HBHLJZOY.js"; | ||
import "./chunk-MHAKGLT7.js"; |
import { | ||
unplugin_default | ||
} from "./chunk-FWDLO5QN.js"; | ||
import "./chunk-HBHLJZOY.js"; | ||
} from "./chunk-JSTOHG77.js"; | ||
import "./chunk-MHAKGLT7.js"; | ||
@@ -6,0 +6,0 @@ // src/vite.ts |
import { | ||
unplugin_default | ||
} from "./chunk-FWDLO5QN.js"; | ||
import "./chunk-HBHLJZOY.js"; | ||
} from "./chunk-JSTOHG77.js"; | ||
import "./chunk-MHAKGLT7.js"; | ||
@@ -6,0 +6,0 @@ // src/webpack.ts |
{ | ||
"name": "unplugin-auto-import", | ||
"type": "module", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"packageManager": "pnpm@7.1.1", | ||
@@ -21,2 +21,3 @@ "description": "Register global imports on demand for Vite and Webpack", | ||
"vite", | ||
"astro", | ||
"webpack", | ||
@@ -40,2 +41,7 @@ "rollup", | ||
}, | ||
"./astro": { | ||
"types": "./dist/astro.d.ts", | ||
"require": "./dist/astro.cjs", | ||
"import": "./dist/astro.js" | ||
}, | ||
"./rollup": { | ||
@@ -97,4 +103,4 @@ "types": "./dist/rollup.d.ts", | ||
"magic-string": "^0.26.7", | ||
"unimport": "^0.6.8", | ||
"unplugin": "^0.10.1" | ||
"unimport": "^0.7.0", | ||
"unplugin": "^0.10.2" | ||
}, | ||
@@ -104,5 +110,5 @@ "devDependencies": { | ||
"@antfu/ni": "^0.18.2", | ||
"@types/node": "^18.11.4", | ||
"@types/node": "^18.11.5", | ||
"@types/resolve": "^1.20.2", | ||
"@vueuse/metadata": "^9.3.1", | ||
"@vueuse/metadata": "^9.4.0", | ||
"bumpp": "^8.2.1", | ||
@@ -109,0 +115,0 @@ "eslint": "^8.26.0", |
@@ -165,2 +165,22 @@ # unplugin-auto-import | ||
<details> | ||
<summary>Astro</summary><br> | ||
```ts | ||
// astro.config.mjs | ||
import AutoImport from 'unplugin-auto-import/astro' | ||
export default defineConfig({ | ||
integrations: [ | ||
AutoImport({ | ||
/* options */ | ||
}) | ||
], | ||
}) | ||
``` | ||
<br></details> | ||
## Configuration | ||
@@ -167,0 +187,0 @@ |
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
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
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
68906
32
2292
361
+ Addedscule@1.3.0(transitive)
+ Addedstrip-literal@1.3.0(transitive)
+ Addedunimport@0.7.1(transitive)
+ Addedunplugin@1.15.0(transitive)
+ Addedwebpack-virtual-modules@0.6.2(transitive)
- Removed@rollup/pluginutils@4.2.1(transitive)
- Removedmlly@0.5.17(transitive)
- Removedpathe@0.3.9(transitive)
- Removedscule@0.3.2(transitive)
- Removedstrip-literal@0.4.2(transitive)
- Removedunimport@0.6.8(transitive)
- Removedunplugin@0.9.6(transitive)
Updatedunimport@^0.7.0
Updatedunplugin@^0.10.2