@react-native/community-cli-plugin 0.88.0-rc.0 → 0.89.0-nightly-20260911-7754512bd
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.
|
@@ -86,8 +86,8 @@ const bundleCommand = {
|
|
|
86
86
|
{
|
|
87
87
|
name: "--unstable-transform-profile <string>",
|
|
88
88
|
description:
|
|
89
|
-
"Experimental, transform JS for a specific JS engine. Currently supported: hermes, hermes-canary, default",
|
|
90
|
-
default: "
|
|
89
|
+
"Experimental, transform JS for a specific JS engine. Currently supported: hermes-stable, hermes-canary, default",
|
|
90
|
+
default: "hermes-stable",
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
name: "--asset-catalog-dest [string]",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native/community-cli-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.89.0-nightly-20260911-7754512bd",
|
|
4
4
|
"description": "Core CLI commands for React Native",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"prepack": "node ../../scripts/build/prepack.js"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@react-native/asset-utils": "0.
|
|
29
|
-
"@react-native/dev-middleware": "0.
|
|
28
|
+
"@react-native/asset-utils": "0.89.0-nightly-20260911-7754512bd",
|
|
29
|
+
"@react-native/dev-middleware": "0.89.0-nightly-20260911-7754512bd",
|
|
30
30
|
"commander": "^12.0.0",
|
|
31
31
|
"debug": "^4.4.0",
|
|
32
32
|
"invariant": "^2.2.4",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@react-native-community/cli": "*",
|
|
41
|
-
"@react-native/metro-config": "0.
|
|
41
|
+
"@react-native/metro-config": "0.89.0-nightly-20260911-7754512bd"
|
|
42
42
|
},
|
|
43
43
|
"peerDependenciesMeta": {
|
|
44
44
|
"@react-native-community/cli": {
|