@una-ui/nuxt 0.21.1-beta.1 → 0.22.0-beta.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.
package/.nuxt/nuxt.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  // Generated by nuxi
2
- /// <reference types="@una-ui/nuxt" />
3
- /// <reference types="@nuxt/devtools" />
4
2
  /// <reference types="@nuxt/telemetry" />
3
+ /// <reference types="@nuxt/devtools" />
4
+ /// <reference types="@una-ui/nuxt" />
5
5
  /// <reference types="nuxt" />
6
6
  /// <reference path="types/app-defaults.d.ts" />
7
7
  /// <reference path="types/plugins.d.ts" />
package/README.md CHANGED
@@ -30,6 +30,16 @@ Visit https://www.unaui.com for full documentation.
30
30
  </a>
31
31
  </p>
32
32
 
33
+ ## 🪴 Project Activity
34
+
35
+ ![Alt](https://repobeats.axiom.co/api/embed/49dee6a65be83113d1241c7bd38f23e211a0f189.svg "Repobeats analytics image")
36
+
37
+ ## 👨‍💻 Contributors
38
+
39
+ <a href="https://github.com/una-ui/una-ui/graphs/contributors">
40
+ <img src="https://contrib.rocks/image?repo=una-ui/una-ui" />
41
+ </a>
42
+
33
43
  ## 🏛️ License
34
44
 
35
45
  [MIT](./LICENSE) License © 2023 [Phojie](https://github.com/phojie)
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@una-ui/nuxt",
3
3
  "configKey": "una",
4
- "version": "0.21.1-beta.1",
4
+ "version": "0.22.0-beta.2",
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.21.1-beta.1";
10
+ const version = "0.22.0-beta.2";
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.21.1-beta.1",
4
+ "version": "0.22.0-beta.2",
5
5
  "description": "Nuxt module for @una-ui",
6
6
  "author": "Phojie Rengel <phojrengel@gmail.com>",
7
7
  "license": "MIT",
@@ -49,8 +49,8 @@
49
49
  "typescript": "^5.5.4",
50
50
  "unocss": "^0.62.4",
51
51
  "unocss-preset-animations": "^1.1.0",
52
- "@una-ui/preset": "^0.21.1-beta.1",
53
- "@una-ui/extractor-vue-script": "^0.21.1-beta.1"
52
+ "@una-ui/extractor-vue-script": "^0.22.0-beta.2",
53
+ "@una-ui/preset": "^0.22.0-beta.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@nuxt/module-builder": "^0.8.1",
@@ -61,10 +61,9 @@
61
61
  "access": "public"
62
62
  },
63
63
  "scripts": {
64
- "build": "nuxt-build-module",
65
- "stub": "nuxt-build-module build --stub && pnpm dev:prepare",
66
- "dev": "pnpm dev:prepare && nuxi dev playground",
67
- "dev:prepare": "nuxt-module-build prepare && nuxi prepare playground",
64
+ "build": "nuxt-build-module build",
65
+ "stub": "nuxt-build-module build --stub",
66
+ "dev": "nuxi dev playground",
68
67
  "playground:build": "nuxi generate playground",
69
68
  "playground:preview": "nuxi preview playground"
70
69
  }