@react-native/community-cli-plugin 0.87.0-nightly-20260618-57cc504c8 → 0.87.0-nightly-20260618-e1b0c7750

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @react-native/community-cli-plugin
2
2
 
3
+ [![npm]](https://www.npmjs.com/package/@react-native/community-cli-plugin) [![npm downloads]](https://www.npmjs.com/package/@react-native/community-cli-plugin)
4
+
5
+ [npm]: https://img.shields.io/npm/v/@react-native/community-cli-plugin.svg?color=blue
6
+ [npm downloads]: https://img.shields.io/npm/dm/@react-native/community-cli-plugin.svg
7
+
3
8
  > This is an internal dependency of React Native. **Please don't depend on it directly.**
4
9
 
5
10
  CLI entry points supporting core React Native development features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/community-cli-plugin",
3
- "version": "0.87.0-nightly-20260618-57cc504c8",
3
+ "version": "0.87.0-nightly-20260618-e1b0c7750",
4
4
  "description": "Core CLI commands for React Native",
5
5
  "keywords": [
6
6
  "react-native",
@@ -25,7 +25,7 @@
25
25
  "prepack": "node ../../scripts/build/prepack.js"
26
26
  },
27
27
  "dependencies": {
28
- "@react-native/dev-middleware": "0.87.0-nightly-20260618-57cc504c8",
28
+ "@react-native/dev-middleware": "0.87.0-nightly-20260618-e1b0c7750",
29
29
  "debug": "^4.4.0",
30
30
  "invariant": "^2.2.4",
31
31
  "metro": "^0.84.3",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@react-native-community/cli": "*",
41
- "@react-native/metro-config": "0.87.0-nightly-20260618-57cc504c8"
41
+ "@react-native/metro-config": "0.87.0-nightly-20260618-e1b0c7750"
42
42
  },
43
43
  "peerDependenciesMeta": {
44
44
  "@react-native-community/cli": {