@vc-shell/mf-module 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 +8 -6
- package/package.json +4 -4
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-module
|
|
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-module
|
|
@@ -16,10 +20,10 @@
|
|
|
16
20
|
|
|
17
21
|
# [2.0.0-alpha.28](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2026-03-26)
|
|
18
22
|
|
|
19
|
-
|
|
20
23
|
### Bug Fixes
|
|
21
24
|
|
|
22
|
-
|
|
25
|
+
- **mf-module:** Set base path for MF bundle to match platform app routing ([#218](https://github.com/VirtoCommerce/vc-shell/issues/218)) ([60925b2](https://github.com/VirtoCommerce/vc-shell/commit/60925b2a4e99232c3d6404e8b01b03771f9ae724))
|
|
26
|
+
|
|
23
27
|
# [2.0.0-alpha.27](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2026-03-25)
|
|
24
28
|
|
|
25
29
|
**Note:** Version bump only for package @vc-shell/mf-module
|
|
@@ -90,12 +94,10 @@
|
|
|
90
94
|
|
|
91
95
|
# [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)
|
|
92
96
|
|
|
93
|
-
|
|
94
97
|
### Bug Fixes
|
|
95
98
|
|
|
96
|
-
|
|
97
|
-
|
|
99
|
+
- **mf-module:** add exports field for proper ESM resolution ([a951353](https://github.com/VirtoCommerce/vc-shell/commit/a951353743aa0d583c7cb206b6a84be3781b8477))
|
|
98
100
|
|
|
99
101
|
### Features
|
|
100
102
|
|
|
101
|
-
|
|
103
|
+
- **mf-module:** create package for remote module build config ([5cde74b](https://github.com/VirtoCommerce/vc-shell/commit/5cde74b8c7e6369da79d98c5d43edbc451681744))
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/mf-module",
|
|
3
3
|
"description": "Module Federation build config for VC Shell remote modules",
|
|
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",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@module-federation/vite": "^1.12.2",
|
|
24
|
-
"@vc-shell/mf-config": "2.0.0-alpha.
|
|
24
|
+
"@vc-shell/mf-config": "2.0.0-alpha.33-pr220.455e322"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@vc-shell/ts-config": "2.0.0-alpha.
|
|
27
|
+
"@vc-shell/ts-config": "2.0.0-alpha.33-pr220.455e322",
|
|
28
28
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
29
29
|
"tsc-alias": "^1.8.8",
|
|
30
30
|
"typescript": "^5.8.3",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"vue": "^3.5.30"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@vc-shell/config-generator": "^2.0.0-alpha.
|
|
36
|
+
"@vc-shell/config-generator": "^2.0.0-alpha.33-pr220.455e322",
|
|
37
37
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
38
38
|
"vite": "^5.0.0 || ^6.0.0"
|
|
39
39
|
},
|