@vc-shell/mf-module 2.0.0-alpha.33 → 2.0.0-alpha.34
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 +10 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# [2.0.0-alpha.34](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2026-04-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **tests:** update vue-i18n mocks for consistency across components ([0b73433](https://github.com/VirtoCommerce/vc-shell/commit/0b73433c5ee0317bd525a34a3937af54fb7f7c28))
|
|
1
7
|
# [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
8
|
|
|
3
9
|
**Note:** Version bump only for package @vc-shell/mf-module
|
|
@@ -20,10 +26,10 @@
|
|
|
20
26
|
|
|
21
27
|
# [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
28
|
|
|
23
|
-
|
|
24
29
|
### Bug Fixes
|
|
25
30
|
|
|
26
|
-
|
|
31
|
+
- **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))
|
|
32
|
+
|
|
27
33
|
# [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
34
|
|
|
29
35
|
**Note:** Version bump only for package @vc-shell/mf-module
|
|
@@ -94,12 +100,10 @@
|
|
|
94
100
|
|
|
95
101
|
# [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
102
|
|
|
97
|
-
|
|
98
103
|
### Bug Fixes
|
|
99
104
|
|
|
100
|
-
|
|
101
|
-
|
|
105
|
+
- **mf-module:** add exports field for proper ESM resolution ([a951353](https://github.com/VirtoCommerce/vc-shell/commit/a951353743aa0d583c7cb206b6a84be3781b8477))
|
|
102
106
|
|
|
103
107
|
### Features
|
|
104
108
|
|
|
105
|
-
|
|
109
|
+
- **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.34",
|
|
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.34"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@vc-shell/ts-config": "2.0.0-alpha.
|
|
27
|
+
"@vc-shell/ts-config": "2.0.0-alpha.34",
|
|
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.34",
|
|
37
37
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
38
38
|
"vite": "^5.0.0 || ^6.0.0"
|
|
39
39
|
},
|