@module-federation/manifest 0.0.0-next-20240321142841 → 0.0.0-next-20240324060529

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
@@ -406,10 +406,8 @@ function getTypesMetaInfo(pluginOptions, context) {
406
406
  var defaultTypesMetaInfo = {
407
407
  path: "",
408
408
  name: "",
409
- apiTypesName: "",
410
- apiTypesPath: "",
411
- zipName: "",
412
- zipPath: ""
409
+ zip: "",
410
+ api: ""
413
411
  };
414
412
  try {
415
413
  var normalizedDtsOptions = sdk.normalizeOptions(true, {
@@ -431,10 +429,8 @@ function getTypesMetaInfo(pluginOptions, context) {
431
429
  return {
432
430
  path: "",
433
431
  name: "",
434
- apiTypesName: apiFileName,
435
- apiTypesPath: "",
436
- zipName: zipName,
437
- zipPath: ""
432
+ zip: zipName,
433
+ api: apiFileName
438
434
  };
439
435
  } catch (err) {
440
436
  console.warn(chalk__default["default"](_templateObject$2(), PLUGIN_IDENTIFIER, err));
package/dist/index.esm.js CHANGED
@@ -397,10 +397,8 @@ function getTypesMetaInfo(pluginOptions, context) {
397
397
  var defaultTypesMetaInfo = {
398
398
  path: "",
399
399
  name: "",
400
- apiTypesName: "",
401
- apiTypesPath: "",
402
- zipName: "",
403
- zipPath: ""
400
+ zip: "",
401
+ api: ""
404
402
  };
405
403
  try {
406
404
  var normalizedDtsOptions = normalizeOptions(true, {
@@ -422,10 +420,8 @@ function getTypesMetaInfo(pluginOptions, context) {
422
420
  return {
423
421
  path: "",
424
422
  name: "",
425
- apiTypesName: apiFileName,
426
- apiTypesPath: "",
427
- zipName: zipName,
428
- zipPath: ""
423
+ zip: zipName,
424
+ api: apiFileName
429
425
  };
430
426
  } catch (err) {
431
427
  console.warn(chalk(_templateObject$2(), PLUGIN_IDENTIFIER, err));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/manifest",
3
- "version": "0.0.0-next-20240321142841",
3
+ "version": "0.0.0-next-20240324060529",
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-20240321142841",
28
- "@module-federation/dts-kit": "0.0.0-next-20240321142841",
29
- "@module-federation/managers": "0.0.0-next-20240321142841"
27
+ "@module-federation/sdk": "0.0.0-next-20240324060529",
28
+ "@module-federation/dts-kit": "0.0.0-next-20240324060529",
29
+ "@module-federation/managers": "0.0.0-next-20240324060529"
30
30
  },
31
31
  "exports": {
32
32
  ".": {