@nx/vue 17.1.0-beta.4 → 17.1.1

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.1.0-beta.4",
3
+ "version": "17.1.1",
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": "3.0.5",
32
32
  "tslib": "^2.3.0",
33
- "@nx/devkit": "17.1.0-beta.4",
34
- "@nx/js": "17.1.0-beta.4",
35
- "@nx/eslint": "17.1.0-beta.4",
36
- "@nx/vite": "17.1.0-beta.4",
37
- "@nx/web": "17.1.0-beta.4"
33
+ "@nx/devkit": "17.1.1",
34
+ "@nx/js": "17.1.1",
35
+ "@nx/eslint": "17.1.1",
36
+ "@nx/vite": "17.1.1",
37
+ "@nx/web": "17.1.1"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
@@ -372,9 +372,9 @@ defineProps<{
372
372
  </summary>
373
373
  <pre>
374
374
  <span># Generate UI lib</span>
375
- nx g @nx/react:lib ui
375
+ nx g @nx/vue:lib ui
376
376
  <span># Add a component</span>
377
- nx g @nx/react:component button --project ui
377
+ nx g @nx/vue:component ui/src/lib/button
378
378
  </pre>
379
379
  </details>
380
380
  <details>