@soubiran/vite 0.6.4 → 0.6.5

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 -0
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -910,6 +910,7 @@ function factory(options) {
910
910
  ];
911
911
  if (options.router !== false) imports.push("vue-router");
912
912
  plugins.push(ui({
913
+ scanPackages: ["@soubiran/ui"],
913
914
  router: options.router !== false,
914
915
  autoImport: {
915
916
  dts: "src/auto-imports.d.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soubiran/vite",
3
3
  "type": "module",
4
- "version": "0.6.4",
4
+ "version": "0.6.5",
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.10",
63
63
  "vite-ssg": "^28.3.0",
64
64
  "vue-router": "^5.0.6",
65
- "@soubiran/ui": "0.6.4"
65
+ "@soubiran/ui": "0.6.5"
66
66
  },
67
67
  "devDependencies": {
68
68
  "tsdown": "^0.21.4"