@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 +0 -1
- package/dist/index.js.flow +0 -1
- package/dist/private/android.d.ts +0 -1
- package/dist/private/android.js.flow +0 -1
- package/dist/private/app.d.ts +1 -2
- package/dist/private/app.js.flow +0 -1
- package/dist/private/apple.d.ts +3 -4
- package/dist/private/apple.js.flow +0 -1
- package/dist/private/clean.d.ts +0 -1
- package/dist/private/clean.js.flow +0 -1
- package/dist/private/types.d.ts +0 -1
- package/dist/private/types.js.flow +0 -1
- package/dist/private/utils.d.ts +0 -1
- package/dist/private/utils.js.flow +0 -1
- package/dist/public/version.d.ts +0 -1
- package/dist/public/version.js.flow +0 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js.flow
CHANGED
package/dist/private/app.d.ts
CHANGED
|
@@ -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
|
-
* >
|
|
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;
|
package/dist/private/app.js.flow
CHANGED
package/dist/private/apple.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 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
|
-
* >
|
|
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
|
-
* >
|
|
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
|
-
* >
|
|
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;
|
package/dist/private/clean.d.ts
CHANGED
package/dist/private/types.d.ts
CHANGED
package/dist/private/utils.d.ts
CHANGED
package/dist/public/version.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native/core-cli-utils",
|
|
3
|
-
"version": "0.81.0-nightly-
|
|
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",
|