@vc-shell/mf-module 2.0.0-alpha.33 → 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 +4 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
|
|
21
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)
|
|
22
22
|
|
|
23
|
-
|
|
24
23
|
### Bug Fixes
|
|
25
24
|
|
|
26
|
-
|
|
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
|
+
|
|
27
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)
|
|
28
28
|
|
|
29
29
|
**Note:** Version bump only for package @vc-shell/mf-module
|
|
@@ -94,12 +94,10 @@
|
|
|
94
94
|
|
|
95
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)
|
|
96
96
|
|
|
97
|
-
|
|
98
97
|
### Bug Fixes
|
|
99
98
|
|
|
100
|
-
|
|
101
|
-
|
|
99
|
+
- **mf-module:** add exports field for proper ESM resolution ([a951353](https://github.com/VirtoCommerce/vc-shell/commit/a951353743aa0d583c7cb206b6a84be3781b8477))
|
|
102
100
|
|
|
103
101
|
### Features
|
|
104
102
|
|
|
105
|
-
|
|
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.33",
|
|
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.33"
|
|
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.33",
|
|
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.33",
|
|
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
|
},
|