@una-ui/nuxt 0.22.0-beta.2 → 0.22.0-beta.3

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 (39) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +1 -1
  3. package/package.json +4 -5
  4. package/.nuxt/components.d.ts +0 -1512
  5. package/.nuxt/imports.d.ts +0 -32
  6. package/.nuxt/nuxt.d.ts +0 -19
  7. package/.nuxt/schema/nuxt.schema.d.ts +0 -17
  8. package/.nuxt/types/app-defaults.d.ts +0 -7
  9. package/.nuxt/types/app.config.d.ts +0 -37
  10. package/.nuxt/types/build.d.ts +0 -0
  11. package/.nuxt/types/imports.d.ts +0 -2
  12. package/.nuxt/types/middleware.d.ts +0 -6
  13. package/.nuxt/types/nitro-config.d.ts +0 -14
  14. package/.nuxt/types/nitro-imports.d.ts +0 -5
  15. package/.nuxt/types/nitro-nuxt.d.ts +0 -29
  16. package/.nuxt/types/nitro-routes.d.ts +0 -11
  17. package/.nuxt/types/nitro.d.ts +0 -3
  18. package/.nuxt/types/plugins.d.ts +0 -37
  19. package/.nuxt/types/schema.d.ts +0 -164
  20. package/.nuxt/types/vue-shim.d.ts +0 -0
  21. package/playground/.nuxt/components.d.ts +0 -1588
  22. package/playground/.nuxt/imports.d.ts +0 -32
  23. package/playground/.nuxt/nuxt.d.ts +0 -19
  24. package/playground/.nuxt/schema/nuxt.schema.d.ts +0 -17
  25. package/playground/.nuxt/types/app-defaults.d.ts +0 -7
  26. package/playground/.nuxt/types/app.config.d.ts +0 -37
  27. package/playground/.nuxt/types/build.d.ts +0 -21
  28. package/playground/.nuxt/types/imports.d.ts +0 -790
  29. package/playground/.nuxt/types/middleware.d.ts +0 -6
  30. package/playground/.nuxt/types/nitro-config.d.ts +0 -14
  31. package/playground/.nuxt/types/nitro-imports.d.ts +0 -130
  32. package/playground/.nuxt/types/nitro-nuxt.d.ts +0 -29
  33. package/playground/.nuxt/types/nitro-routes.d.ts +0 -11
  34. package/playground/.nuxt/types/nitro.d.ts +0 -3
  35. package/playground/.nuxt/types/plugins.d.ts +0 -35
  36. package/playground/.nuxt/types/schema.d.ts +0 -164
  37. package/playground/.nuxt/types/vue-shim.d.ts +0 -0
  38. package/playground/node_modules/.vue-global-types/vue_3.5_false.d.ts +0 -112
  39. package/una.config.d.ts +0 -1
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@una-ui/nuxt",
3
3
  "configKey": "una",
4
- "version": "0.22.0-beta.2",
4
+ "version": "0.22.0-beta.3",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.0.0"
7
7
  },
package/dist/module.mjs CHANGED
@@ -7,7 +7,7 @@ import 'unocss';
7
7
  import 'unocss-preset-animations';
8
8
 
9
9
  const name = "@una-ui/nuxt";
10
- const version = "0.22.0-beta.2";
10
+ const version = "0.22.0-beta.3";
11
11
 
12
12
  const module = defineNuxtModule({
13
13
  meta: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@una-ui/nuxt",
3
3
  "type": "module",
4
- "version": "0.22.0-beta.2",
4
+ "version": "0.22.0-beta.3",
5
5
  "description": "Nuxt module for @una-ui",
6
6
  "author": "Phojie Rengel <phojrengel@gmail.com>",
7
7
  "license": "MIT",
@@ -23,7 +23,6 @@
23
23
  "main": "./dist/module.cjs",
24
24
  "types": "./dist/types.d.ts",
25
25
  "files": [
26
- "**/*.d.ts",
27
26
  "dist"
28
27
  ],
29
28
  "dependencies": {
@@ -49,8 +48,8 @@
49
48
  "typescript": "^5.5.4",
50
49
  "unocss": "^0.62.4",
51
50
  "unocss-preset-animations": "^1.1.0",
52
- "@una-ui/extractor-vue-script": "^0.22.0-beta.2",
53
- "@una-ui/preset": "^0.22.0-beta.2"
51
+ "@una-ui/extractor-vue-script": "^0.22.0-beta.3",
52
+ "@una-ui/preset": "^0.22.0-beta.3"
54
53
  },
55
54
  "devDependencies": {
56
55
  "@nuxt/module-builder": "^0.8.1",
@@ -62,7 +61,7 @@
62
61
  },
63
62
  "scripts": {
64
63
  "build": "nuxt-build-module build",
65
- "stub": "nuxt-build-module build --stub",
64
+ "stub": "nuxt-build-module build --stub && pnpm nuxt-module-build prepare",
66
65
  "dev": "nuxi dev playground",
67
66
  "playground:build": "nuxi generate playground",
68
67
  "playground:preview": "nuxi preview playground"