@react-native/core-cli-utils 0.81.0-nightly-20250517-ba092bfab → 0.81.0-nightly-20250519-2fa9c850f

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/dist/index.d.ts CHANGED
@@ -6,7 +6,6 @@
6
6
  *
7
7
  *
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  import { tasks as _android } from "./private/android.js";
@@ -6,7 +6,6 @@
6
6
  *
7
7
  * @flow strict-local
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  // @babel/register doesn't like export {foo} from './bar'; statements,
@@ -6,7 +6,6 @@
6
6
  *
7
7
  *
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  import type { Task } from "./types";
@@ -6,7 +6,6 @@
6
6
  *
7
7
  * @flow strict-local
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  import type { Task } from "./types";
@@ -6,14 +6,13 @@
6
6
  *
7
7
  *
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  import type { Task } from "./types";
13
12
  import type { ExecaPromise } from "execa";
14
13
  type BundlerOptions =
15
14
  /**
16
- * > 39 | ...Bundler,
15
+ * > 38 | ...Bundler,
17
16
  * | ^^^^^^^^^^ Unsupported feature: Translating "object types with spreads in the middle or at the end" is currently not supported.
18
17
  **/
19
18
  any;
@@ -6,7 +6,6 @@
6
6
  *
7
7
  * @flow strict-local
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  import type { Task } from "./types";
@@ -6,7 +6,6 @@
6
6
  *
7
7
  *
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  import type { Task } from "./types";
@@ -14,19 +13,19 @@ import type { ExecaPromise } from "execa";
14
13
  type AppleBuildMode = "Debug" | "Release";
15
14
  type AppleBuildOptions =
16
15
  /**
17
- * > 23 | ...AppleOptions,
16
+ * > 22 | ...AppleOptions,
18
17
  * | ^^^^^^^^^^^^^^^ Unsupported feature: Translating "object types with spreads in the middle or at the end" is currently not supported.
19
18
  **/
20
19
  any;
21
20
  type AppleBootstrapOption =
22
21
  /**
23
- * > 31 | ...AppleOptions,
22
+ * > 30 | ...AppleOptions,
24
23
  * | ^^^^^^^^^^^^^^^ Unsupported feature: Translating "object types with spreads in the middle or at the end" is currently not supported.
25
24
  **/
26
25
  any;
27
26
  type AppleInstallApp =
28
27
  /**
29
- * > 40 | ...AppleOptions,
28
+ * > 39 | ...AppleOptions,
30
29
  * | ^^^^^^^^^^^^^^^ Unsupported feature: Translating "object types with spreads in the middle or at the end" is currently not supported.
31
30
  **/
32
31
  any;
@@ -6,7 +6,6 @@
6
6
  *
7
7
  * @flow strict-local
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  import type { Task } from "./types";
@@ -6,7 +6,6 @@
6
6
  *
7
7
  *
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  import type { Task } from "./types";
@@ -6,7 +6,6 @@
6
6
  *
7
7
  * @flow strict-local
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  import type { Task } from "./types";
@@ -6,7 +6,6 @@
6
6
  *
7
7
  *
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  export type Task<R = unknown> = {
@@ -6,7 +6,6 @@
6
6
  *
7
7
  * @flow strict-local
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  export type Task<R = mixed> = {
@@ -6,7 +6,6 @@
6
6
  *
7
7
  *
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  import type { Task } from "./types";
@@ -6,7 +6,6 @@
6
6
  *
7
7
  * @flow strict-local
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  import type { Task } from "./types";
@@ -6,7 +6,6 @@
6
6
  *
7
7
  *
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  export declare const android: {
@@ -6,7 +6,6 @@
6
6
  *
7
7
  * @flow strict-local
8
8
  * @format
9
- * @oncall react_native
10
9
  */
11
10
 
12
11
  // Usage:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/core-cli-utils",
3
- "version": "0.81.0-nightly-20250517-ba092bfab",
3
+ "version": "0.81.0-nightly-20250519-2fa9c850f",
4
4
  "description": "React Native CLI library for Frameworks to build on",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.flow.js",