@react-native/core-cli-utils 0.85.0-rc.0 → 0.86.0-nightly-20260305-c45c5cfc8

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.
@@ -21,7 +21,7 @@ function checkPodfileInSyncWithManifest(lockfilePath, manifestLockfilePath) {
21
21
  );
22
22
  }
23
23
  } catch (e) {
24
- throw new Error("Please run: yarn run boostrap ios: " + e.message);
24
+ throw new Error("Please run: yarn run bootstrap ios: " + e.message);
25
25
  }
26
26
  }
27
27
  const FIRST = 1,
@@ -116,7 +116,7 @@ const tasks = (exports.tasks = {
116
116
  _fs.default.constants.F_OK | _fs.default.constants.R_OK,
117
117
  );
118
118
  } catch (e) {
119
- throw new Error("Please run: yarn run boostrap ios: " + e.message);
119
+ throw new Error("Please run: yarn run bootstrap ios: " + e.message);
120
120
  }
121
121
  }
122
122
  checkPodfileInSyncWithManifest(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/core-cli-utils",
3
- "version": "0.85.0-rc.0",
3
+ "version": "0.86.0-nightly-20260305-c45c5cfc8",
4
4
  "description": "React Native CLI library for Frameworks to build on",
5
5
  "license": "MIT",
6
6
  "keywords": [