@vc-shell/mf-config 2.0.0-alpha.32 → 2.0.0-alpha.33-pr220.455e322
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/CHANGELOG.md +9 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# [2.0.0-alpha.33](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2026-04-14)
|
|
2
|
+
|
|
3
|
+
**Note:** Version bump only for package @vc-shell/mf-config
|
|
4
|
+
|
|
1
5
|
# [2.0.0-alpha.32](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2026-04-02)
|
|
2
6
|
|
|
3
7
|
**Note:** Version bump only for package @vc-shell/mf-config
|
|
@@ -88,16 +92,16 @@
|
|
|
88
92
|
|
|
89
93
|
# [2.0.0-alpha.10](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-03-13)
|
|
90
94
|
|
|
91
|
-
|
|
92
95
|
### Features
|
|
93
96
|
|
|
94
|
-
|
|
95
|
-
# [2.0.0-alpha.9](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2026-03-12)
|
|
97
|
+
- **mf-host:** import shared deps from mf-config instead of duplicating ([51d2df1](https://github.com/VirtoCommerce/vc-shell/commit/51d2df126ac45ca388c7eb5ce8943fc324938a25))
|
|
96
98
|
|
|
99
|
+
# [2.0.0-alpha.9](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2026-03-12)
|
|
97
100
|
|
|
98
101
|
### Bug Fixes
|
|
99
102
|
|
|
100
|
-
|
|
103
|
+
- topological build order, deprecation fixes, and dependency updates ([bf01eaf](https://github.com/VirtoCommerce/vc-shell/commit/bf01eaf7574eda5ae393941b553cbea5918a768f))
|
|
104
|
+
|
|
101
105
|
# Changelog
|
|
102
106
|
|
|
103
107
|
All notable changes to this project will be documented in this file.
|
|
@@ -106,4 +110,4 @@ All notable changes to this project will be documented in this file.
|
|
|
106
110
|
|
|
107
111
|
### Features
|
|
108
112
|
|
|
109
|
-
|
|
113
|
+
- **mf:** extract Module Federation loader into @vc-shell/mf-config and @vc-shell/mf-host ([9b079c2](https://github.com/VirtoCommerce/vc-shell/commit/9b079c27b))
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/mf-config",
|
|
3
3
|
"description": "Module Federation shared dependency catalog for VC Shell",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.33-pr220.455e322",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"build": "echo 'Building @vc-shell/mf-config...' && tsc -b --clean && tsc && tsc-alias && echo '@vc-shell/mf-config built.'"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@vc-shell/ts-config": "2.0.0-alpha.
|
|
15
|
+
"@vc-shell/ts-config": "2.0.0-alpha.33-pr220.455e322",
|
|
16
16
|
"tsc-alias": "^1.8.8",
|
|
17
17
|
"typescript": "^5.8.3"
|
|
18
18
|
},
|