@react-native/community-cli-plugin 0.76.0-rc.3 → 0.76.0-rc.5

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.
@@ -88,7 +88,7 @@ async function buildBundleWithConfig(
88
88
  args.assetCatalogDest
89
89
  );
90
90
  } finally {
91
- server.end();
91
+ await server.end();
92
92
  }
93
93
  }
94
94
  const unstable_buildBundleWithConfig = (exports.unstable_buildBundleWithConfig =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/community-cli-plugin",
3
- "version": "0.76.0-rc.3",
3
+ "version": "0.76.0-rc.5",
4
4
  "description": "Core CLI commands for React Native",
5
5
  "keywords": [
6
6
  "react-native",
@@ -22,19 +22,19 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@react-native/dev-middleware": "0.76.0-rc.3",
26
- "@react-native/metro-babel-transformer": "0.76.0-rc.3",
25
+ "@react-native/dev-middleware": "0.76.0-rc.5",
26
+ "@react-native/metro-babel-transformer": "0.76.0-rc.5",
27
27
  "chalk": "^4.0.0",
28
28
  "execa": "^5.1.1",
29
29
  "invariant": "^2.2.4",
30
- "metro": "^0.81.0-alpha.2",
31
- "metro-config": "^0.81.0-alpha.2",
32
- "metro-core": "^0.81.0-alpha.2",
30
+ "metro": "^0.81.0",
31
+ "metro-config": "^0.81.0",
32
+ "metro-core": "^0.81.0",
33
33
  "node-fetch": "^2.2.0",
34
34
  "readline": "^1.3.0"
35
35
  },
36
36
  "devDependencies": {
37
- "metro-resolver": "^0.81.0-alpha.2"
37
+ "metro-resolver": "^0.81.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@react-native-community/cli-server-api": "*"