@module-federation/manifest 0.9.0 → 0.10.0

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
@@ -10,7 +10,7 @@ var managers = require('@module-federation/managers');
10
10
  var PLUGIN_IDENTIFIER = 'Module Federation Manifest Plugin';
11
11
  var HOT_UPDATE_SUFFIX = '.hot-update';
12
12
 
13
- var logger = sdk.createLogger("[ ".concat(PLUGIN_IDENTIFIER, " ]"));
13
+ var logger = sdk.createLogger(chalk.cyan("[ ".concat(PLUGIN_IDENTIFIER, " ]")));
14
14
 
15
15
  function _array_like_to_array$2(arr, len) {
16
16
  if (len == null || len > arr.length) len = arr.length;
package/dist/index.esm.js CHANGED
@@ -8,7 +8,7 @@ import { RemoteManager, SharedManager, ContainerManager, PKGJsonManager, utils }
8
8
  var PLUGIN_IDENTIFIER = 'Module Federation Manifest Plugin';
9
9
  var HOT_UPDATE_SUFFIX = '.hot-update';
10
10
 
11
- var logger = createLogger("[ ".concat(PLUGIN_IDENTIFIER, " ]"));
11
+ var logger = createLogger(chalk.cyan("[ ".concat(PLUGIN_IDENTIFIER, " ]")));
12
12
 
13
13
  function _array_like_to_array$2(arr, len) {
14
14
  if (len == null || len > arr.length) len = arr.length;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/manifest",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "license": "MIT",
5
5
  "description": "Provide manifest/stats for webpack/rspack MF project .",
6
6
  "keywords": [
@@ -29,9 +29,9 @@
29
29
  "dependencies": {
30
30
  "find-pkg": "2.0.0",
31
31
  "chalk": "3.0.0",
32
- "@module-federation/sdk": "0.9.0",
33
- "@module-federation/dts-plugin": "0.9.0",
34
- "@module-federation/managers": "0.9.0"
32
+ "@module-federation/sdk": "0.10.0",
33
+ "@module-federation/dts-plugin": "0.10.0",
34
+ "@module-federation/managers": "0.10.0"
35
35
  },
36
36
  "exports": {
37
37
  ".": {