@nx/react 22.0.0-canary.20251002-3bac124 → 22.0.0-canary.20251006-0149fac
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/react",
|
3
|
-
"version": "22.0.0-canary.
|
3
|
+
"version": "22.0.0-canary.20251006-0149fac",
|
4
4
|
"private": false,
|
5
5
|
"description": "The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Vitest, Playwright, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, 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": {
|
@@ -38,19 +38,21 @@
|
|
38
38
|
"minimatch": "9.0.3",
|
39
39
|
"picocolors": "^1.1.0",
|
40
40
|
"tslib": "^2.3.0",
|
41
|
-
"@nx/devkit": "22.0.0-canary.
|
42
|
-
"@nx/js": "22.0.0-canary.
|
43
|
-
"@nx/eslint": "22.0.0-canary.
|
44
|
-
"@nx/web": "22.0.0-canary.
|
45
|
-
"@nx/vite": "22.0.0-canary.
|
46
|
-
"@nx/module-federation": "22.0.0-canary.
|
47
|
-
"@nx/rollup": "22.0.0-canary.
|
41
|
+
"@nx/devkit": "22.0.0-canary.20251006-0149fac",
|
42
|
+
"@nx/js": "22.0.0-canary.20251006-0149fac",
|
43
|
+
"@nx/eslint": "22.0.0-canary.20251006-0149fac",
|
44
|
+
"@nx/web": "22.0.0-canary.20251006-0149fac",
|
45
|
+
"@nx/vite": "22.0.0-canary.20251006-0149fac",
|
46
|
+
"@nx/module-federation": "22.0.0-canary.20251006-0149fac",
|
47
|
+
"@nx/rollup": "22.0.0-canary.20251006-0149fac",
|
48
48
|
"express": "^4.21.2",
|
49
49
|
"http-proxy-middleware": "^3.0.5",
|
50
50
|
"semver": "^7.6.3"
|
51
51
|
},
|
52
52
|
"devDependencies": {
|
53
|
-
"nx": "22.0.0-canary.
|
53
|
+
"@nx/cypress": "22.0.0-canary.20251006-0149fac",
|
54
|
+
"@nx/playwright": "22.0.0-canary.20251006-0149fac",
|
55
|
+
"nx": "22.0.0-canary.20251006-0149fac"
|
54
56
|
},
|
55
57
|
"publishConfig": {
|
56
58
|
"access": "public"
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../../../../../../packages/react/src/generators/library/library.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EAOjB,IAAI,EAGL,MAAM,YAAY,CAAC;
|
1
|
+
{"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../../../../../../packages/react/src/generators/library/library.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EAOjB,IAAI,EAGL,MAAM,YAAY,CAAC;AAgCpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,wBAAsB,gBAAgB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAMhE;AAED,wBAAsB,wBAAwB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAqRxE;AAED,eAAe,gBAAgB,CAAC"}
|
@@ -10,7 +10,6 @@ const path_1 = require("path");
|
|
10
10
|
const add_release_config_1 = require("@nx/js/src/generators/library/utils/add-release-config");
|
11
11
|
const sort_fields_1 = require("@nx/js/src/utils/package-json/sort-fields");
|
12
12
|
const ts_solution_setup_1 = require("@nx/js/src/utils/typescript/ts-solution-setup");
|
13
|
-
const use_legacy_versioning_1 = require("nx/src/command-line/release/config/use-legacy-versioning");
|
14
13
|
const create_ts_config_1 = require("../../utils/create-ts-config");
|
15
14
|
const jest_utils_1 = require("../../utils/jest-utils");
|
16
15
|
const maybe_js_1 = require("../../utils/maybe-js");
|
@@ -204,7 +203,7 @@ async function libraryGeneratorInternal(host, schema) {
|
|
204
203
|
}
|
205
204
|
else {
|
206
205
|
const nxJson = (0, devkit_1.readNxJson)(host);
|
207
|
-
await (0, add_release_config_1.addReleaseConfigForNonTsSolution)(
|
206
|
+
await (0, add_release_config_1.addReleaseConfigForNonTsSolution)(host, options.name, projectConfiguration);
|
208
207
|
}
|
209
208
|
(0, devkit_1.updateProjectConfiguration)(host, options.name, projectConfiguration);
|
210
209
|
tasks.push(await (0, add_release_config_1.releaseTasks)(host));
|