@nx/nuxt 17.3.0 → 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.0",
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.0",
34
- "@nx/js": "17.3.0",
35
- "@nx/eslint": "17.3.0",
36
- "@nx/vue": "17.3.0"
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
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "cli": "nx",
4
4
  "$id": "NxNuxtApp",
5
5
  "title": "Create a Nuxt Application for Nx",
@@ -89,11 +89,11 @@
89
89
  { "value": "css", "label": "CSS" },
90
90
  {
91
91
  "value": "scss",
92
- "label": "SASS(.scss) [ http://sass-lang.com ]"
92
+ "label": "SASS(.scss) [ https://sass-lang.com ]"
93
93
  },
94
94
  {
95
95
  "value": "less",
96
- "label": "LESS [ http://lesscss.org ]"
96
+ "label": "LESS [ https://lesscss.org ]"
97
97
  },
98
98
  { "value": "none", "label": "None" }
99
99
  ]
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxNuxtInit",
4
4
  "title": "Init Nuxt Plugin",
5
5
  "description": "Initialize a Nuxt Plugin.",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "cli": "nx",
4
4
  "$id": "NxNuxtStorybookConfigure",
5
5
  "title": "Nuxt Storybook Configure",