@nx/vue 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/vue",
|
|
3
|
-
"version": "17.3.
|
|
3
|
+
"version": "17.3.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Vue plugin for Nx contains executors and generators for managing Vue 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,11 +30,11 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"minimatch": "9.0.3",
|
|
32
32
|
"tslib": "^2.3.0",
|
|
33
|
-
"@nx/devkit": "17.3.
|
|
34
|
-
"@nx/js": "17.3.
|
|
35
|
-
"@nx/eslint": "17.3.
|
|
36
|
-
"@nx/vite": "17.3.
|
|
37
|
-
"@nx/web": "17.3.
|
|
33
|
+
"@nx/devkit": "17.3.2",
|
|
34
|
+
"@nx/js": "17.3.2",
|
|
35
|
+
"@nx/eslint": "17.3.2",
|
|
36
|
+
"@nx/vite": "17.3.2",
|
|
37
|
+
"@nx/web": "17.3.2"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
@@ -377,6 +377,25 @@ defineProps<{
|
|
|
377
377
|
nx g @nx/vue:component ui/src/lib/button
|
|
378
378
|
</pre>
|
|
379
379
|
</details>
|
|
380
|
+
<details>
|
|
381
|
+
<summary>
|
|
382
|
+
<svg
|
|
383
|
+
fill="none"
|
|
384
|
+
stroke="currentColor"
|
|
385
|
+
viewBox="0 0 24 24"
|
|
386
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
387
|
+
>
|
|
388
|
+
<path
|
|
389
|
+
strokeLinecap="round"
|
|
390
|
+
strokeLinejoin="round"
|
|
391
|
+
strokeWidth="2"
|
|
392
|
+
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"
|
|
393
|
+
/>
|
|
394
|
+
</svg>
|
|
395
|
+
View project details
|
|
396
|
+
</summary>
|
|
397
|
+
<pre>nx show project {{ title }} --web</pre>
|
|
398
|
+
</details>
|
|
380
399
|
<details>
|
|
381
400
|
<summary>
|
|
382
401
|
<svg
|