@module-federation/utilities
Advanced tools
Comparing version 0.5.0 to 1.0.0
@@ -5,2 +5,24 @@ # Changelog | ||
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.5.0...utils-1.0.0) (2022-11-20) | ||
### Features | ||
* **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/nextjs-mf/issues/306)) ([6e1967f](https://github.com/module-federation/nextjs-mf/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2)) | ||
### BREAKING CHANGES | ||
* **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues. | ||
Some key changes to the plugin includes: | ||
- Downloading remote types before compilation starts. | ||
- Caching remote types for better performance. | ||
- Ability to provide Plugin options. | ||
Please go through plugin `readme.md` file to understand what's changed and how to use the plugin. | ||
# [0.5.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.4.1...utils-0.5.0) (2022-10-31) | ||
@@ -7,0 +29,0 @@ |
{ | ||
"name": "@module-federation/utilities", | ||
"version": "0.5.0", | ||
"version": "1.0.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
export * from './types'; | ||
export * from './utils/common'; | ||
export * from './utils/isEmpty'; | ||
export * from './Logger'; |
@@ -6,3 +6,4 @@ "use strict"; | ||
tslib_1.__exportStar(require("./utils/common"), exports); | ||
tslib_1.__exportStar(require("./utils/isEmpty"), exports); | ||
tslib_1.__exportStar(require("./Logger"), exports); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
30282
21
326
1