@softarc/native-federation 3.5.2 → 3.5.3

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/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@softarc/native-federation",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "type": "commonjs",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
7
  "json5": "^2.2.0",
8
8
  "chalk": "^5.6.2",
9
- "@softarc/native-federation-runtime": "~3.5.1",
9
+ "@softarc/native-federation-runtime": "~3.5.3",
10
10
  "fast-glob": "^3.3.3",
11
- "@softarc/sheriff-core": "0.19.2"
11
+ "@softarc/sheriff-core": "^0.19.2"
12
12
  },
13
13
  "types": "./src/index.d.ts",
14
14
  "main": "./src/index.js"
@@ -262,7 +262,7 @@ function _getPackageInfo(packageName, directory) {
262
262
  };
263
263
  }
264
264
  logger_1.logger.warn('No entry point found for ' + packageName);
265
- logger_1.logger.warn("If you don't need this package, skip it in your federation.config.js or consider moving it into depDependencies in your package.json");
265
+ logger_1.logger.warn("If you don't need this package, skip it in your federation.config.js or consider moving it into devDependencies in your package.json");
266
266
  return null;
267
267
  }
268
268
  function readJson(mainPkgJsonPath) {