@nx/vue 22.1.0-beta.7 → 22.1.0-beta.8
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": "22.1.0-beta.
|
|
3
|
+
"version": "22.1.0-beta.8",
|
|
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, Playwright, 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": {
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
"migrations": "./migrations.json"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@nx/devkit": "22.1.0-beta.
|
|
33
|
-
"@nx/eslint": "22.1.0-beta.
|
|
34
|
-
"@nx/js": "22.1.0-beta.
|
|
35
|
-
"@nx/vite": "22.1.0-beta.
|
|
36
|
-
"@nx/vitest": "22.1.0-beta.
|
|
37
|
-
"@nx/web": "22.1.0-beta.
|
|
32
|
+
"@nx/devkit": "22.1.0-beta.8",
|
|
33
|
+
"@nx/eslint": "22.1.0-beta.8",
|
|
34
|
+
"@nx/js": "22.1.0-beta.8",
|
|
35
|
+
"@nx/vite": "22.1.0-beta.8",
|
|
36
|
+
"@nx/vitest": "22.1.0-beta.8",
|
|
37
|
+
"@nx/web": "22.1.0-beta.8",
|
|
38
38
|
"picomatch": "4.0.2",
|
|
39
39
|
"semver": "^7.6.3",
|
|
40
40
|
"tslib": "^2.3.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"nx": "22.1.0-beta.
|
|
43
|
+
"nx": "22.1.0-beta.8"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-vite.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/application/lib/add-vite.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAEjB,IAAI,EAGL,MAAM,YAAY,CAAC;AAIpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,wBAAsB,OAAO,CAC3B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CAmC5B;AAED,wBAAsB,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"add-vite.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/application/lib/add-vite.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAEjB,IAAI,EAGL,MAAM,YAAY,CAAC;AAIpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,wBAAsB,OAAO,CAC3B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CAmC5B;AAED,wBAAsB,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,gCA+BpE"}
|
|
@@ -36,7 +36,8 @@ async function addVite(tree, options) {
|
|
|
36
36
|
}
|
|
37
37
|
async function addVitest(tree, options) {
|
|
38
38
|
const tasks = [];
|
|
39
|
-
|
|
39
|
+
(0, devkit_1.ensurePackage)('@nx/vitest', versions_1.nxVersion);
|
|
40
|
+
const { configurationGenerator } = await Promise.resolve().then(() => require('@nx/vitest/generators'));
|
|
40
41
|
const vitestTask = await configurationGenerator(tree, {
|
|
41
42
|
uiFramework: 'none',
|
|
42
43
|
project: options.projectName,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-vite.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/library/lib/add-vite.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,IAAI,EAGL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAG7C,wBAAsB,OAAO,CAC3B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,
|
|
1
|
+
{"version":3,"file":"add-vite.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/library/lib/add-vite.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,IAAI,EAGL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAG7C,wBAAsB,OAAO,CAC3B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CAuE5B"}
|
|
@@ -34,7 +34,8 @@ async function addVite(tree, options) {
|
|
|
34
34
|
options.bundler !== 'vite' // tests are already configured if bundler is vite
|
|
35
35
|
) {
|
|
36
36
|
const { createOrEditViteConfig } = (0, devkit_1.ensurePackage)('@nx/vite', versions_1.nxVersion);
|
|
37
|
-
|
|
37
|
+
(0, devkit_1.ensurePackage)('@nx/vitest', versions_1.nxVersion);
|
|
38
|
+
const { configurationGenerator } = await Promise.resolve().then(() => require('@nx/vitest/generators'));
|
|
38
39
|
const vitestTask = await configurationGenerator(tree, {
|
|
39
40
|
uiFramework: 'vue',
|
|
40
41
|
project: options.projectName,
|