@nuxt/devtools-ui-kit 4.0.0-alpha.10 → 4.0.0-alpha.11
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 +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @nuxt/devtools-ui-kit
|
|
2
2
|
|
|
3
|
-
<a href="https://
|
|
3
|
+
<a href="https://npmx.dev/package/@nuxt/devtools-ui-kit"><img src="https://flat.badgen.net/npm/v/@nuxt/devtools-ui-kit" alt="npm version"></a>
|
|
4
4
|
|
|
5
5
|
> **Deprecated**: This package is deprecated and no longer recommended for new integrations. It is kept around for existing consumers, but should not be adopted going forward.
|
|
6
6
|
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/devtools-ui-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.0-alpha.
|
|
4
|
+
"version": "4.0.0-alpha.11",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"deprecated": "This package is deprecated and no longer recommended for use. See https://devtools.nuxt.com/module/ui-kit for details.",
|
|
7
7
|
"homepage": "https://devtools.nuxt.com/module/ui-kit",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"dist"
|
|
30
30
|
],
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@nuxt/devtools": "4.0.0-alpha.
|
|
32
|
+
"@nuxt/devtools": "4.0.0-alpha.11"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@iconify-json/carbon": "^1.2.25",
|
|
36
|
-
"@iconify-json/logos": "^1.2.
|
|
36
|
+
"@iconify-json/logos": "^1.2.13",
|
|
37
37
|
"@iconify-json/ri": "^1.2.10",
|
|
38
38
|
"@iconify-json/tabler": "^1.2.38",
|
|
39
39
|
"@nuxt/kit": "npm:@nuxt/kit-nightly@5.0.0-29755283.b4586ef2",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"splitpanes": "^4.1.2",
|
|
52
52
|
"unocss": "^66.7.5",
|
|
53
53
|
"v-lazy-show": "^0.3.0",
|
|
54
|
-
"@nuxt/devtools-kit": "4.0.0-alpha.
|
|
54
|
+
"@nuxt/devtools-kit": "4.0.0-alpha.11"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"nuxt": "npm:nuxt-nightly@5.0.0-29755283.b4586ef2",
|
|
58
58
|
"unbuild": "^3.6.1",
|
|
59
|
-
"@nuxt/devtools": "4.0.0-alpha.
|
|
59
|
+
"@nuxt/devtools": "4.0.0-alpha.11"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|