@maz-ui/nuxt 5.0.0-beta.19 → 5.0.0-beta.20
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/README.md +1 -1
- package/dist/module.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -264,7 +264,7 @@ This module is built specifically for Nuxt with perfect SSR and SSG support:
|
|
|
264
264
|
|
|
265
265
|
## Learn More
|
|
266
266
|
|
|
267
|
-
- **[Full Documentation](https://maz-ui.com/
|
|
267
|
+
- **[Full Documentation](https://maz-ui.com/ecosystem/nuxt)**
|
|
268
268
|
- **[Report Issues](https://github.com/LouisMazel/maz-ui/issues)**
|
|
269
269
|
- **[Discussions](https://github.com/LouisMazel/maz-ui/discussions)**
|
|
270
270
|
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maz-ui/nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.0.0-beta.
|
|
4
|
+
"version": "5.0.0-beta.20",
|
|
5
5
|
"description": "Nuxt module for Maz-UI",
|
|
6
6
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
7
7
|
"license": "MIT",
|
|
8
|
-
"homepage": "https://maz-ui.com/
|
|
8
|
+
"homepage": "https://maz-ui.com/ecosystem/nuxt",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "git+https://github.com/LouisMazel/maz-ui.git"
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"@nuxt/devtools-kit": "^3.2.3",
|
|
52
52
|
"@nuxt/kit": "^4.4.6",
|
|
53
53
|
"defu": "^6.1.7",
|
|
54
|
-
"@maz-ui/themes": "5.0.0-beta.18",
|
|
55
54
|
"@maz-ui/translations": "5.0.0-beta.18",
|
|
55
|
+
"@maz-ui/themes": "5.0.0-beta.20",
|
|
56
56
|
"@maz-ui/utils": "5.0.0-beta.18",
|
|
57
|
-
"maz-ui": "5.0.0-beta.
|
|
57
|
+
"maz-ui": "5.0.0-beta.20"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@nuxt/devtools": "^3.2.3",
|