@nx/nuxt 18.1.0-beta.0 → 18.1.0-beta.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/nuxt",
|
|
3
|
-
"version": "18.1.0-beta.
|
|
3
|
+
"version": "18.1.0-beta.1",
|
|
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.10.0",
|
|
33
|
-
"@nx/devkit": "18.1.0-beta.
|
|
34
|
-
"@nx/js": "18.1.0-beta.
|
|
35
|
-
"@nx/eslint": "18.1.0-beta.
|
|
36
|
-
"@nx/vue": "18.1.0-beta.
|
|
33
|
+
"@nx/devkit": "18.1.0-beta.1",
|
|
34
|
+
"@nx/js": "18.1.0-beta.1",
|
|
35
|
+
"@nx/eslint": "18.1.0-beta.1",
|
|
36
|
+
"@nx/vue": "18.1.0-beta.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {},
|
|
39
39
|
"publishConfig": {
|
|
@@ -323,13 +323,13 @@ defineProps<{
|
|
|
323
323
|
You can activate distributed tasks executions and caching by
|
|
324
324
|
running:
|
|
325
325
|
</p>
|
|
326
|
-
<pre>nx connect
|
|
326
|
+
<pre>nx connect</pre>
|
|
327
327
|
<a
|
|
328
328
|
href="https://nx.app/?utm_source=nx-project"
|
|
329
329
|
target="_blank"
|
|
330
330
|
rel="noreferrer"
|
|
331
331
|
>
|
|
332
|
-
|
|
332
|
+
What is Nx Cloud?
|
|
333
333
|
</a>
|
|
334
334
|
</div>
|
|
335
335
|
<a
|