@module-federation/manifest 0.0.0-next-20240307111914 → 0.0.0-next-20240308070801
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 +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -1784,7 +1784,7 @@ var StatsPlugin = /*#__PURE__*/ function() {
|
|
|
1784
1784
|
return _ts_generator(this, function(_state) {
|
|
1785
1785
|
switch(_state.label){
|
|
1786
1786
|
case 0:
|
|
1787
|
-
if (!_this1._options.manifest) return [
|
|
1787
|
+
if (!(_this1._options.manifest !== false)) return [
|
|
1788
1788
|
3,
|
|
1789
1789
|
2
|
|
1790
1790
|
];
|
package/dist/index.esm.js
CHANGED
|
@@ -1775,7 +1775,7 @@ var StatsPlugin = /*#__PURE__*/ function() {
|
|
|
1775
1775
|
return _ts_generator(this, function(_state) {
|
|
1776
1776
|
switch(_state.label){
|
|
1777
1777
|
case 0:
|
|
1778
|
-
if (!_this1._options.manifest) return [
|
|
1778
|
+
if (!(_this1._options.manifest !== false)) return [
|
|
1779
1779
|
3,
|
|
1780
1780
|
2
|
|
1781
1781
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/manifest",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20240308070801",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Provide manifest/stats for webpack/rspack MF project .",
|
|
6
6
|
"keywords": [
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"find-pkg": "2.0.0",
|
|
26
26
|
"chalk": "3.0.0",
|
|
27
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
28
|
-
"@module-federation/managers": "0.0.0-next-
|
|
27
|
+
"@module-federation/sdk": "0.0.0-next-20240308070801",
|
|
28
|
+
"@module-federation/managers": "0.0.0-next-20240308070801"
|
|
29
29
|
},
|
|
30
30
|
"exports": {
|
|
31
31
|
".": {
|