@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: "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]",
@@ -33,6 +33,6 @@ declare function runDevServer(
33
33
  _argv: Array<string>,
34
34
  cliConfig: Config,
35
35
  args: DevServerOptions,
36
- ): void;
36
+ ): Promise<void>;
37
37
 
38
38
  declare export default typeof runDevServer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/community-cli-plugin",
3
- "version": "0.88.0-rc.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.88.0-rc.0",
29
- "@react-native/dev-middleware": "0.88.0-rc.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.88.0-rc.0"
41
+ "@react-native/metro-config": "0.89.0-nightly-20260911-7754512bd"
42
42
  },
43
43
  "peerDependenciesMeta": {
44
44
  "@react-native-community/cli": {