@soubiran/vite 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -911,7 +911,7 @@ function factory(options) {
911
911
  plugins.push(ui({
912
912
  autoImport: {
913
913
  dts: "src/auto-imports.d.ts",
914
- dirs: ["src/composables"],
914
+ dirs: ["src/utils", "src/composables"],
915
915
  imports
916
916
  },
917
917
  components: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soubiran/vite",
3
3
  "type": "module",
4
- "version": "0.6.1",
4
+ "version": "0.6.2",
5
5
  "author": "Estéban Soubiran <esteban@soubiran.dev>",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/Barbapapazes",
@@ -62,7 +62,7 @@
62
62
  "vite": "^8.0.1",
63
63
  "vite-ssg": "^28.3.0",
64
64
  "vue-router": "^4.6.3",
65
- "@soubiran/ui": "0.6.1"
65
+ "@soubiran/ui": "0.6.2"
66
66
  },
67
67
  "devDependencies": {
68
68
  "tsdown": "^0.21.4"