@module-federation/manifest 0.0.0-next-20240603101010 → 0.0.0-next-20240603143448

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.js CHANGED
@@ -1457,7 +1457,6 @@ var StatsManager = /*#__PURE__*/ function() {
1457
1457
  key: "_getMetaData",
1458
1458
  value: function _getMetaData(compiler, compilation, extraOptions) {
1459
1459
  var _this = this;
1460
- var _this__options_library, _this__options;
1461
1460
  var context = compiler.options.context;
1462
1461
  var _this1 = this, name = _this1._options.name, buildInfo = _this1.buildInfo;
1463
1462
  var type = this._pkgJsonManager.getExposeGarfishModuleType(context || process.cwd());
@@ -1488,7 +1487,7 @@ var StatsManager = /*#__PURE__*/ function() {
1488
1487
  name: getRemoteEntryName(),
1489
1488
  path: '',
1490
1489
  // same as the types supported by runtime, currently only global/var/script is supported
1491
- type: ((_this__options = this._options) === null || _this__options === void 0 ? void 0 : (_this__options_library = _this__options.library) === null || _this__options_library === void 0 ? void 0 : _this__options_library.type) || 'global'
1490
+ type: 'global'
1492
1491
  },
1493
1492
  types: getTypesMetaInfo(this._options, compiler.context),
1494
1493
  globalName: globalName,
package/dist/index.esm.js CHANGED
@@ -1448,7 +1448,6 @@ var StatsManager = /*#__PURE__*/ function() {
1448
1448
  key: "_getMetaData",
1449
1449
  value: function _getMetaData(compiler, compilation, extraOptions) {
1450
1450
  var _this = this;
1451
- var _this__options_library, _this__options;
1452
1451
  var context = compiler.options.context;
1453
1452
  var _this1 = this, name = _this1._options.name, buildInfo = _this1.buildInfo;
1454
1453
  var type = this._pkgJsonManager.getExposeGarfishModuleType(context || process.cwd());
@@ -1479,7 +1478,7 @@ var StatsManager = /*#__PURE__*/ function() {
1479
1478
  name: getRemoteEntryName(),
1480
1479
  path: '',
1481
1480
  // same as the types supported by runtime, currently only global/var/script is supported
1482
- type: ((_this__options = this._options) === null || _this__options === void 0 ? void 0 : (_this__options_library = _this__options.library) === null || _this__options_library === void 0 ? void 0 : _this__options_library.type) || 'global'
1481
+ type: 'global'
1483
1482
  },
1484
1483
  types: getTypesMetaInfo(this._options, compiler.context),
1485
1484
  globalName: globalName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/manifest",
3
- "version": "0.0.0-next-20240603101010",
3
+ "version": "0.0.0-next-20240603143448",
4
4
  "license": "MIT",
5
5
  "description": "Provide manifest/stats for webpack/rspack MF project .",
6
6
  "keywords": [
@@ -24,9 +24,9 @@
24
24
  "dependencies": {
25
25
  "find-pkg": "2.0.0",
26
26
  "chalk": "3.0.0",
27
- "@module-federation/sdk": "0.0.0-next-20240603101010",
28
- "@module-federation/dts-plugin": "0.0.0-next-20240603101010",
29
- "@module-federation/managers": "0.0.0-next-20240603101010"
27
+ "@module-federation/sdk": "0.0.0-next-20240603143448",
28
+ "@module-federation/dts-plugin": "0.0.0-next-20240603143448",
29
+ "@module-federation/managers": "0.0.0-next-20240603143448"
30
30
  },
31
31
  "exports": {
32
32
  ".": {