@module-federation/metro-plugin-rnef 0.0.0-feat-rspack-async-startup-20251223112944 → 0.0.0-feat-shared-treeshake-poc-20251224120020

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/dist/index.cjs CHANGED
@@ -13,7 +13,7 @@ var __webpack_require__ = {};
13
13
  })();
14
14
  (()=>{
15
15
  __webpack_require__.r = (exports1)=>{
16
- if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
16
+ if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
17
  value: 'Module'
18
18
  });
19
19
  Object.defineProperty(exports1, '__esModule', {
@@ -24,17 +24,17 @@ var __webpack_require__ = {};
24
24
  var __webpack_exports__ = {};
25
25
  __webpack_require__.r(__webpack_exports__);
26
26
  __webpack_require__.d(__webpack_exports__, {
27
- default: ()=>src,
28
- pluginMetroModuleFederation: ()=>external_plugin_cjs_namespaceObject.pluginMetroModuleFederation
27
+ pluginMetroModuleFederation: ()=>external_plugin_cjs_namespaceObject.pluginMetroModuleFederation,
28
+ default: ()=>src
29
29
  });
30
30
  const external_plugin_cjs_namespaceObject = require("./plugin.cjs");
31
31
  const src = external_plugin_cjs_namespaceObject.pluginMetroModuleFederation;
32
32
  exports["default"] = __webpack_exports__["default"];
33
33
  exports.pluginMetroModuleFederation = __webpack_exports__.pluginMetroModuleFederation;
34
- for(var __rspack_i in __webpack_exports__)if (-1 === [
34
+ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
35
35
  "default",
36
36
  "pluginMetroModuleFederation"
37
- ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
37
+ ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
38
38
  Object.defineProperty(exports, '__esModule', {
39
39
  value: true
40
40
  });
package/dist/plugin.cjs CHANGED
@@ -22,7 +22,7 @@ var __webpack_require__ = {};
22
22
  })();
23
23
  (()=>{
24
24
  __webpack_require__.r = (exports1)=>{
25
- if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
25
+ if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
26
26
  value: 'Module'
27
27
  });
28
28
  Object.defineProperty(exports1, '__esModule', {
@@ -52,7 +52,7 @@ const pluginMetroModuleFederation = (pluginConfig = {})=>(api)=>{
52
52
  tools_namespaceObject.logger.info(`Bundling Module Federation host for platform ${tools_namespaceObject.color.cyan(args.platform)}`);
53
53
  await commands_default().bundleFederatedHost([], commandConfig, args);
54
54
  tools_namespaceObject.logger.info('Bundle artifacts available at ...');
55
- (0, tools_namespaceObject.outro)('Success 🎉.');
55
+ (0, tools_namespaceObject.outro)("Success \uD83C\uDF89.");
56
56
  },
57
57
  options: [
58
58
  ...commands_default().bundleFederatedHostOptions,
@@ -75,7 +75,7 @@ const pluginMetroModuleFederation = (pluginConfig = {})=>(api)=>{
75
75
  tools_namespaceObject.logger.info(`Bundling Module Federation remote for platform ${tools_namespaceObject.color.cyan(args.platform)}`);
76
76
  await commands_default().bundleFederatedRemote([], commandConfig, args);
77
77
  tools_namespaceObject.logger.info('Bundle artifacts available at ...');
78
- (0, tools_namespaceObject.outro)('Success 🎉.');
78
+ (0, tools_namespaceObject.outro)("Success \uD83C\uDF89.");
79
79
  },
80
80
  options: commands_default().bundleFederatedRemoteOptions
81
81
  });
@@ -85,9 +85,9 @@ const pluginMetroModuleFederation = (pluginConfig = {})=>(api)=>{
85
85
  };
86
86
  };
87
87
  exports.pluginMetroModuleFederation = __webpack_exports__.pluginMetroModuleFederation;
88
- for(var __rspack_i in __webpack_exports__)if (-1 === [
88
+ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
89
89
  "pluginMetroModuleFederation"
90
- ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
90
+ ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
91
91
  Object.defineProperty(exports, '__esModule', {
92
92
  value: true
93
93
  });
package/dist/plugin.js CHANGED
@@ -14,7 +14,7 @@ const pluginMetroModuleFederation = (pluginConfig = {})=>(api)=>{
14
14
  logger.info(`Bundling Module Federation host for platform ${color.cyan(args.platform)}`);
15
15
  await commands.bundleFederatedHost([], commandConfig, args);
16
16
  logger.info('Bundle artifacts available at ...');
17
- outro('Success 🎉.');
17
+ outro("Success \uD83C\uDF89.");
18
18
  },
19
19
  options: [
20
20
  ...commands.bundleFederatedHostOptions,
@@ -37,7 +37,7 @@ const pluginMetroModuleFederation = (pluginConfig = {})=>(api)=>{
37
37
  logger.info(`Bundling Module Federation remote for platform ${color.cyan(args.platform)}`);
38
38
  await commands.bundleFederatedRemote([], commandConfig, args);
39
39
  logger.info('Bundle artifacts available at ...');
40
- outro('Success 🎉.');
40
+ outro("Success \uD83C\uDF89.");
41
41
  },
42
42
  options: commands.bundleFederatedRemoteOptions
43
43
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/metro-plugin-rnef",
3
- "version": "0.0.0-feat-rspack-async-startup-20251223112944",
3
+ "version": "0.0.0-feat-shared-treeshake-poc-20251224120020",
4
4
  "description": "Metro Module Federation plugin for React Native Enterprise Framework (RNEF)",
5
5
  "keywords": [
6
6
  "rnef",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@rnef/tools": "^0.7.18",
38
- "@module-federation/metro": "0.0.0-feat-rspack-async-startup-20251223112944"
38
+ "@module-federation/metro": "0.0.0-feat-shared-treeshake-poc-20251224120020"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@rnef/config": "^0.7.18",
@@ -43,7 +43,7 @@
43
43
  "@rslib/core": "^0.10.0",
44
44
  "@types/node": "^20.0.0",
45
45
  "typescript": "^5.8.3",
46
- "@module-federation/metro": "0.0.0-feat-rspack-async-startup-20251223112944"
46
+ "@module-federation/metro": "0.0.0-feat-shared-treeshake-poc-20251224120020"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "rslib build",