@mf-toolkit/shared-inspector 0.1.0 → 0.1.1
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# `@mf-toolkit/shared-inspector`
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@mf-toolkit/shared-inspector)
|
|
3
4
|
[](https://github.com/zvitaly7/mf-toolkit)
|
|
4
|
-
[](https://github.com/zvitaly7/mf-toolkit)
|
|
5
5
|
[](https://github.com/zvitaly7/mf-toolkit/blob/main/LICENSE)
|
|
6
6
|
[](https://nodejs.org)
|
|
7
7
|
|
|
8
|
-
> ⚠️ **Work in progress.** This package is
|
|
8
|
+
> ⚠️ **Work in progress.** This package is fully tested (179 tests) and published to npm (`0.1.1`). The API is stable but may receive minor changes before the official stable release.
|
|
9
9
|
|
|
10
10
|
Build-time analyser for Module Federation `shared` dependencies. Two-phase architecture: **collect facts → analyse facts**.
|
|
11
11
|
|