metro-runtime 0.76.7 → 0.76.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metro-runtime",
3
- "version": "0.76.7",
3
+ "version": "0.76.9",
4
4
  "description": "🚇 Module required for evaluating Metro bundles.",
5
5
  "main": "src",
6
6
  "repository": {
@@ -10,7 +10,6 @@
10
10
  * @format
11
11
  * @oncall react_native
12
12
  */
13
-
14
13
  const DEFAULT_OPTIONS = {
15
14
  isPrefetchOnly: false,
16
15
  };
@@ -9,5 +9,4 @@
9
9
  * @format
10
10
  *
11
11
  */
12
-
13
12
  module.exports = require("react-refresh/runtime");
@@ -9,5 +9,4 @@
9
9
  * @format
10
10
  *
11
11
  */
12
-
13
12
  module.exports = null;