@vueless/nuxt 1.3.5-beta.56 → 1.3.5-beta.57

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.
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.13.0"
6
6
  },
7
- "version": "1.3.5-beta.56",
7
+ "version": "1.3.5-beta.57",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -4,7 +4,7 @@ import { TailwindCSS, Vueless } from 'vueless/plugin-vite';
4
4
  import { autoImportUserConfigs, cacheMergedConfigs } from 'vueless/utils/node/helper.js';
5
5
  import { VUELESS_LIBRARY, NUXT_MODULE_ENV, COMPONENTS } from 'vueless/constants.js';
6
6
 
7
- const module = defineNuxtModule({
7
+ const module$1 = defineNuxtModule({
8
8
  meta: {
9
9
  name: "@vueless/nuxt",
10
10
  configKey: "vueless",
@@ -25,8 +25,9 @@ const module = defineNuxtModule({
25
25
  const vuelessPath = await resolvePath(VUELESS_LIBRARY);
26
26
  const vuelessDir = dirname(vuelessPath);
27
27
  _nuxt.hook("vite:extendConfig", async (config) => {
28
- config.plugins = config.plugins || [];
29
- config.plugins.push(
28
+ const vite = config;
29
+ vite.plugins = vite.plugins || [];
30
+ vite.plugins.push(
30
31
  TailwindCSS({ postcss }),
31
32
  Vueless({ env: NUXT_MODULE_ENV, basePath, debug, include })
32
33
  );
@@ -55,4 +56,4 @@ const module = defineNuxtModule({
55
56
  }
56
57
  });
57
58
 
58
- export { module as default };
59
+ export { module$1 as default };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/nuxt",
3
- "version": "1.3.5-beta.56",
3
+ "version": "1.3.5-beta.57",
4
4
  "description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
5
5
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
6
6
  "homepage": "https://vueless.com",
@@ -31,26 +31,26 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "pathe": "^2.0.3",
34
- "vueless": "^1.4.4-beta.0"
34
+ "vueless": "^1.4.7"
35
35
  },
36
36
  "devDependencies": {
37
- "@material-symbols/svg-500": "^0.35.0",
38
- "@nuxt/devtools": "^2.6.5",
39
- "@nuxt/eslint-config": "^1.9.0",
40
- "@nuxt/kit": "^4.1.3",
37
+ "@material-symbols/svg-500": "^0.44.4",
38
+ "@nuxt/devtools": "^3.2.4",
39
+ "@nuxt/eslint-config": "^1.15.2",
40
+ "@nuxt/kit": "^4.4.2",
41
41
  "@nuxt/module-builder": "^1.0.2",
42
- "@nuxt/schema": "^4.1.3",
43
- "@nuxt/test-utils": "^3.19.2",
44
- "@release-it/conventional-changelog": "^10.0.1",
42
+ "@nuxt/schema": "^4.4.2",
43
+ "@nuxt/test-utils": "^4.0.2",
44
+ "@release-it/conventional-changelog": "^11.0.0",
45
45
  "@types/node": "latest",
46
- "@vueless/storybook": "^1.2.10",
46
+ "@vueless/storybook": "^1.5.2",
47
47
  "changelogen": "^0.6.2",
48
- "eslint": "^9.33.0",
49
- "nuxt": "^4.1.3",
50
- "release-it": "^19.0.4",
48
+ "eslint": "^10.2.1",
49
+ "nuxt": "^4.4.2",
50
+ "release-it": "^20.0.1",
51
51
  "typescript": "latest",
52
- "vitest": "^3.2.4",
53
- "vue-tsc": "^3.0.5"
52
+ "vitest": "^4.1.5",
53
+ "vue-tsc": "^3.2.7"
54
54
  },
55
55
  "overrides": {
56
56
  "conventional-changelog-conventionalcommits": "8.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/nuxt",
3
- "version": "1.3.5-beta.56",
3
+ "version": "1.3.5-beta.57",
4
4
  "description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
5
5
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
6
6
  "homepage": "https://vueless.com",
@@ -31,26 +31,26 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "pathe": "^2.0.3",
34
- "vueless": "^1.4.4-beta.0"
34
+ "vueless": "^1.4.7"
35
35
  },
36
36
  "devDependencies": {
37
- "@material-symbols/svg-500": "^0.35.0",
38
- "@nuxt/devtools": "^2.6.5",
39
- "@nuxt/eslint-config": "^1.9.0",
40
- "@nuxt/kit": "^4.1.3",
37
+ "@material-symbols/svg-500": "^0.44.4",
38
+ "@nuxt/devtools": "^3.2.4",
39
+ "@nuxt/eslint-config": "^1.15.2",
40
+ "@nuxt/kit": "^4.4.2",
41
41
  "@nuxt/module-builder": "^1.0.2",
42
- "@nuxt/schema": "^4.1.3",
43
- "@nuxt/test-utils": "^3.19.2",
44
- "@release-it/conventional-changelog": "^10.0.1",
42
+ "@nuxt/schema": "^4.4.2",
43
+ "@nuxt/test-utils": "^4.0.2",
44
+ "@release-it/conventional-changelog": "^11.0.0",
45
45
  "@types/node": "latest",
46
- "@vueless/storybook": "^1.2.10",
46
+ "@vueless/storybook": "^1.5.2",
47
47
  "changelogen": "^0.6.2",
48
- "eslint": "^9.33.0",
49
- "nuxt": "^4.1.3",
50
- "release-it": "^19.0.4",
48
+ "eslint": "^10.2.1",
49
+ "nuxt": "^4.4.2",
50
+ "release-it": "^20.0.1",
51
51
  "typescript": "latest",
52
- "vitest": "^3.2.4",
53
- "vue-tsc": "^3.0.5"
52
+ "vitest": "^4.1.5",
53
+ "vue-tsc": "^3.2.7"
54
54
  },
55
55
  "overrides": {
56
56
  "conventional-changelog-conventionalcommits": "8.0.0"