@nx/vue 22.0.0-beta.2 → 22.0.0-beta.4
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.0.0-beta.
|
|
3
|
+
"version": "22.0.0-beta.4",
|
|
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": {
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"picomatch": "^4.0.2",
|
|
33
33
|
"tslib": "^2.3.0",
|
|
34
|
-
"@nx/devkit": "22.0.0-beta.
|
|
35
|
-
"@nx/js": "22.0.0-beta.
|
|
36
|
-
"@nx/eslint": "22.0.0-beta.
|
|
37
|
-
"@nx/vite": "22.0.0-beta.
|
|
38
|
-
"@nx/web": "22.0.0-beta.
|
|
34
|
+
"@nx/devkit": "22.0.0-beta.4",
|
|
35
|
+
"@nx/js": "22.0.0-beta.4",
|
|
36
|
+
"@nx/eslint": "22.0.0-beta.4",
|
|
37
|
+
"@nx/vite": "22.0.0-beta.4",
|
|
38
|
+
"@nx/web": "22.0.0-beta.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"nx": "22.0.0-beta.
|
|
41
|
+
"nx": "22.0.0-beta.4"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../../../../../../packages/vue/src/generators/library/library.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EAOjB,IAAI,EAGL,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../../../../../../packages/vue/src/generators/library/library.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EAOjB,IAAI,EAGL,MAAM,YAAY,CAAC;AA0BpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAM1D;AAED,wBAAsB,wBAAwB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAoKxE;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -9,7 +9,6 @@ const js_1 = require("@nx/js");
|
|
|
9
9
|
const add_release_config_1 = require("@nx/js/src/generators/library/utils/add-release-config");
|
|
10
10
|
const sort_fields_1 = require("@nx/js/src/utils/package-json/sort-fields");
|
|
11
11
|
const ts_solution_setup_1 = require("@nx/js/src/utils/typescript/ts-solution-setup");
|
|
12
|
-
const use_legacy_versioning_1 = require("nx/src/command-line/release/config/use-legacy-versioning");
|
|
13
12
|
const path_1 = require("path");
|
|
14
13
|
const add_linting_1 = require("../../utils/add-linting");
|
|
15
14
|
const create_ts_config_1 = require("../../utils/create-ts-config");
|
|
@@ -125,7 +124,7 @@ async function libraryGeneratorInternal(tree, schema) {
|
|
|
125
124
|
}
|
|
126
125
|
else {
|
|
127
126
|
const nxJson = (0, devkit_1.readJson)(tree, 'nx.json');
|
|
128
|
-
await (0, add_release_config_1.addReleaseConfigForNonTsSolution)(
|
|
127
|
+
await (0, add_release_config_1.addReleaseConfigForNonTsSolution)(tree, options.projectName, projectConfig);
|
|
129
128
|
}
|
|
130
129
|
(0, devkit_1.updateProjectConfiguration)(tree, options.projectName, projectConfig);
|
|
131
130
|
tasks.push(await (0, add_release_config_1.releaseTasks)(tree));
|