@expo/metro-runtime 2.2.0 → 2.2.2

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.
@@ -1 +1,3 @@
1
+ declare const HMRClient: any;
2
+ export default HMRClient;
1
3
  //# sourceMappingURL=HMRClient.native.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HMRClient.native.d.ts","sourceRoot":"","sources":["../src/HMRClient.native.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"HMRClient.native.d.ts","sourceRoot":"","sources":["../src/HMRClient.native.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS,KAAwD,CAAC;AAExE,eAAe,SAAS,CAAC"}
@@ -1,3 +1,5 @@
1
1
  "use strict";
2
- module.exports = require("react-native/Libraries/Utilities/HMRClient");
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const HMRClient = require("react-native/Libraries/Utilities/HMRClient");
4
+ exports.default = HMRClient;
3
5
  //# sourceMappingURL=HMRClient.native.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"HMRClient.native.js","sourceRoot":"","sources":["../src/HMRClient.native.ts"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC,4CAA4C,CAAC,CAAC","sourcesContent":["module.exports = require(\"react-native/Libraries/Utilities/HMRClient\");\n"]}
1
+ {"version":3,"file":"HMRClient.native.js","sourceRoot":"","sources":["../src/HMRClient.native.ts"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG,OAAO,CAAC,4CAA4C,CAAC,CAAC;AAExE,kBAAe,SAAS,CAAC","sourcesContent":["const HMRClient = require(\"react-native/Libraries/Utilities/HMRClient\");\n\nexport default HMRClient;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/metro-runtime",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "Tools for making experimental Metro bundler features work",
5
5
  "main": "build",
6
6
  "homepage": "https://github.com/expo/router/tree/main/packages/expo-metro-runtime",