@nx/react-native 22.0.0-canary.20251001-e28a97a → 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-native",
3
- "version": "22.0.0-canary.20251001-e28a97a",
3
+ "version": "22.0.0-canary.20251006-0149fac",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: \n\n-Integration with libraries such as Jest, Detox, and Storybook.\n-Scaffolding for creating buildable libraries that can be published to npm.\n-Utilities for automatic workspace refactoring.",
6
6
  "keywords": [
@@ -26,10 +26,10 @@
26
26
  "main": "./index.js",
27
27
  "types": "index.d.ts",
28
28
  "dependencies": {
29
- "@nx/devkit": "22.0.0-canary.20251001-e28a97a",
30
- "@nx/js": "22.0.0-canary.20251001-e28a97a",
31
- "@nx/eslint": "22.0.0-canary.20251001-e28a97a",
32
- "@nx/react": "22.0.0-canary.20251001-e28a97a",
29
+ "@nx/devkit": "22.0.0-canary.20251006-0149fac",
30
+ "@nx/js": "22.0.0-canary.20251006-0149fac",
31
+ "@nx/eslint": "22.0.0-canary.20251006-0149fac",
32
+ "@nx/react": "22.0.0-canary.20251006-0149fac",
33
33
  "ajv": "^8.12.0",
34
34
  "enhanced-resolve": "^5.8.3",
35
35
  "ignore": "^5.0.4",
@@ -43,8 +43,8 @@
43
43
  "metro-resolver": ">= 0.82.0"
44
44
  },
45
45
  "optionalDependencies": {
46
- "@nx/detox": "22.0.0-canary.20251001-e28a97a",
47
- "@nx/rollup": "22.0.0-canary.20251001-e28a97a"
46
+ "@nx/detox": "22.0.0-canary.20251006-0149fac",
47
+ "@nx/rollup": "22.0.0-canary.20251006-0149fac"
48
48
  },
49
49
  "executors": "./executors.json",
50
50
  "ng-update": {
@@ -1 +1 @@
1
- {"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/generators/library/library.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EASjB,IAAI,EAIL,MAAM,YAAY,CAAC;AAYpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAqBlC,wBAAsB,2BAA2B,CAC/C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CAM5B;AAED,wBAAsB,mCAAmC,CACvD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CAmH5B;AA8KD,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/generators/library/library.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EASjB,IAAI,EAIL,MAAM,YAAY,CAAC;AAYpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAoBlC,wBAAsB,2BAA2B,CAC/C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CAM5B;AAED,wBAAsB,mCAAmC,CACvD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CAmH5B;AAyKD,eAAe,2BAA2B,CAAC"}
@@ -18,7 +18,6 @@ const artifact_name_and_directory_utils_1 = require("@nx/devkit/src/generators/a
18
18
  const path_1 = require("path");
19
19
  const versions_1 = require("../../utils/versions");
20
20
  const add_release_config_1 = require("@nx/js/src/generators/library/utils/add-release-config");
21
- const use_legacy_versioning_1 = require("nx/src/command-line/release/config/use-legacy-versioning");
22
21
  async function reactNativeLibraryGenerator(host, schema) {
23
22
  return await reactNativeLibraryGeneratorInternal(host, {
24
23
  addPlugin: false,
@@ -135,7 +134,7 @@ async function addProject(host, options) {
135
134
  else {
136
135
  if (options.publishable) {
137
136
  const nxJson = (0, devkit_1.readJson)(host, 'nx.json');
138
- await (0, add_release_config_1.addReleaseConfigForNonTsSolution)((0, use_legacy_versioning_1.shouldUseLegacyVersioning)(nxJson.release), host, options.name, project);
137
+ await (0, add_release_config_1.addReleaseConfigForNonTsSolution)(host, options.name, project);
139
138
  }
140
139
  (0, devkit_1.addProjectConfiguration)(host, options.name, project);
141
140
  }