@module-federation/metro 0.0.0-next-20250902071251 → 0.18.4

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.
@@ -2,10 +2,15 @@ import type { Federation } from '@module-federation/runtime';
2
2
  import React from 'react';
3
3
 
4
4
  declare global {
5
+ // eslint-disable-next-line no-var
5
6
  var __DEV__: boolean;
7
+ // eslint-disable-next-line no-var
6
8
  var __METRO_GLOBAL_PREFIX__: string;
9
+ // eslint-disable-next-line no-var
7
10
  var __FUSEBOX_HAS_FULL_CONSOLE_SUPPORT__: boolean;
11
+ // eslint-disable-next-line no-var
8
12
  var __loadBundleAsync: (entry: string) => Promise<void>;
13
+ // eslint-disable-next-line no-var
9
14
  var __FEDERATION__: Federation;
10
15
  }
11
16
 
@@ -4,10 +4,15 @@ import type {
4
4
  } from '@module-federation/runtime';
5
5
 
6
6
  declare global {
7
+ // eslint-disable-next-line no-var
7
8
  var __DEV__: boolean;
9
+ // eslint-disable-next-line no-var
8
10
  var __METRO_GLOBAL_PREFIX__: string;
11
+ // eslint-disable-next-line no-var
9
12
  var __FUSEBOX_HAS_FULL_CONSOLE_SUPPORT__: boolean;
13
+ // eslint-disable-next-line no-var
10
14
  var __loadBundleAsync: (entry: string) => Promise<void>;
15
+ // eslint-disable-next-line no-var
11
16
  var __FEDERATION__: Federation;
12
17
  }
13
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/metro",
3
- "version": "0.0.0-next-20250902071251",
3
+ "version": "0.18.4",
4
4
  "description": "Module Federation for Metro bundler",
5
5
  "keywords": [
6
6
  "module-federation",
@@ -57,8 +57,8 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@expo/metro-runtime": "^5.0.4",
60
- "@module-federation/runtime": "0.0.0-next-20250902071251",
61
- "@module-federation/sdk": "0.0.0-next-20250902071251"
60
+ "@module-federation/runtime": "0.18.4",
61
+ "@module-federation/sdk": "0.18.4"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@babel/types": "^7.25.0",