@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.
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +4 -5
- package/.nuxt/components.d.ts +0 -1512
- package/.nuxt/imports.d.ts +0 -32
- package/.nuxt/nuxt.d.ts +0 -19
- package/.nuxt/schema/nuxt.schema.d.ts +0 -17
- package/.nuxt/types/app-defaults.d.ts +0 -7
- package/.nuxt/types/app.config.d.ts +0 -37
- package/.nuxt/types/build.d.ts +0 -0
- package/.nuxt/types/imports.d.ts +0 -2
- package/.nuxt/types/middleware.d.ts +0 -6
- package/.nuxt/types/nitro-config.d.ts +0 -14
- package/.nuxt/types/nitro-imports.d.ts +0 -5
- package/.nuxt/types/nitro-nuxt.d.ts +0 -29
- package/.nuxt/types/nitro-routes.d.ts +0 -11
- package/.nuxt/types/nitro.d.ts +0 -3
- package/.nuxt/types/plugins.d.ts +0 -37
- package/.nuxt/types/schema.d.ts +0 -164
- package/.nuxt/types/vue-shim.d.ts +0 -0
- package/playground/.nuxt/components.d.ts +0 -1588
- package/playground/.nuxt/imports.d.ts +0 -32
- package/playground/.nuxt/nuxt.d.ts +0 -19
- package/playground/.nuxt/schema/nuxt.schema.d.ts +0 -17
- package/playground/.nuxt/types/app-defaults.d.ts +0 -7
- package/playground/.nuxt/types/app.config.d.ts +0 -37
- package/playground/.nuxt/types/build.d.ts +0 -21
- package/playground/.nuxt/types/imports.d.ts +0 -790
- package/playground/.nuxt/types/middleware.d.ts +0 -6
- package/playground/.nuxt/types/nitro-config.d.ts +0 -14
- package/playground/.nuxt/types/nitro-imports.d.ts +0 -130
- package/playground/.nuxt/types/nitro-nuxt.d.ts +0 -29
- package/playground/.nuxt/types/nitro-routes.d.ts +0 -11
- package/playground/.nuxt/types/nitro.d.ts +0 -3
- package/playground/.nuxt/types/plugins.d.ts +0 -35
- package/playground/.nuxt/types/schema.d.ts +0 -164
- package/playground/.nuxt/types/vue-shim.d.ts +0 -0
- package/playground/node_modules/.vue-global-types/vue_3.5_false.d.ts +0 -112
- package/una.config.d.ts +0 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
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.
|
|
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.
|
|
53
|
-
"@una-ui/preset": "^0.22.0-beta.
|
|
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"
|