@nx/nuxt 17.3.1 → 17.3.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/nuxt",
|
|
3
|
-
"version": "17.3.
|
|
3
|
+
"version": "17.3.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nuxt plugin for Nx contains executors and generators for managing Nuxt applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Vitest, Cypress, and Storybook.\n\n- Generators for applications, libraries, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
|
|
6
6
|
"repository": {
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"tslib": "^2.3.0",
|
|
32
32
|
"@nuxt/kit": "^3.8.1",
|
|
33
|
-
"@nx/devkit": "17.3.
|
|
34
|
-
"@nx/js": "17.3.
|
|
35
|
-
"@nx/eslint": "17.3.
|
|
36
|
-
"@nx/vue": "17.3.
|
|
33
|
+
"@nx/devkit": "17.3.2",
|
|
34
|
+
"@nx/js": "17.3.2",
|
|
35
|
+
"@nx/eslint": "17.3.2",
|
|
36
|
+
"@nx/vue": "17.3.2"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {},
|
|
39
39
|
"publishConfig": {
|
|
@@ -384,6 +384,25 @@ defineProps<{
|
|
|
384
384
|
nx g @nx/vue:component ui/src/lib/button
|
|
385
385
|
</pre>
|
|
386
386
|
</details>
|
|
387
|
+
<details>
|
|
388
|
+
<summary>
|
|
389
|
+
<svg
|
|
390
|
+
fill="none"
|
|
391
|
+
stroke="currentColor"
|
|
392
|
+
viewBox="0 0 24 24"
|
|
393
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
394
|
+
>
|
|
395
|
+
<path
|
|
396
|
+
strokeLinecap="round"
|
|
397
|
+
strokeLinejoin="round"
|
|
398
|
+
strokeWidth="2"
|
|
399
|
+
d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"
|
|
400
|
+
/>
|
|
401
|
+
</svg>
|
|
402
|
+
View project details
|
|
403
|
+
</summary>
|
|
404
|
+
<pre>nx show project {{ title }} --web</pre>
|
|
405
|
+
</details>
|
|
387
406
|
<details>
|
|
388
407
|
<summary>
|
|
389
408
|
<svg
|