@vc-shell/mf-host 2.0.0-alpha.10 → 2.0.0-alpha.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -9
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # [2.0.0-alpha.11](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-03-13)
2
+
3
+ **Note:** Version bump only for package @vc-shell/mf-host
4
+
1
5
  # [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)
2
6
 
3
7
 
@@ -11,12 +15,12 @@
11
15
  ### Bug Fixes
12
16
 
13
17
  * topological build order, deprecation fixes, and dependency updates ([bf01eaf](https://github.com/VirtoCommerce/vc-shell/commit/bf01eaf7574eda5ae393941b553cbea5918a768f))
14
- # Changelog
15
-
16
- All notable changes to this project will be documented in this file.
17
-
18
- ## [2.0.0-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2026-03-12)
19
-
20
- ### Features
21
-
22
- * **mf:** extract Module Federation loader into @vc-shell/mf-config and @vc-shell/mf-host ([9b079c2](https://github.com/VirtoCommerce/vc-shell/commit/9b079c27b))
18
+ # Changelog
19
+
20
+ All notable changes to this project will be documented in this file.
21
+
22
+ ## [2.0.0-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2026-03-12)
23
+
24
+ ### Features
25
+
26
+ * **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-host",
3
3
  "description": "Module Federation host runtime for VC Shell — discovers and loads remote modules",
4
- "version": "2.0.0-alpha.10",
4
+ "version": "2.0.0-alpha.11",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -25,11 +25,11 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@module-federation/runtime": "^2.1.0",
28
- "@vc-shell/mf-config": "2.0.0-alpha.10",
28
+ "@vc-shell/mf-config": "2.0.0-alpha.11",
29
29
  "semver": "^7.6.2"
30
30
  },
31
31
  "peerDependencies": {
32
- "@vc-shell/framework": "^2.0.0-alpha.10",
32
+ "@vc-shell/framework": "^2.0.0-alpha.11",
33
33
  "@vueuse/core": "^10.0.0",
34
34
  "lodash-es": "^4.0.0",
35
35
  "vee-validate": "^4.12.0",
@@ -39,8 +39,8 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/semver": "^7.5.0",
42
- "@vc-shell/framework": "2.0.0-alpha.10",
43
- "@vc-shell/ts-config": "2.0.0-alpha.10",
42
+ "@vc-shell/framework": "2.0.0-alpha.11",
43
+ "@vc-shell/ts-config": "2.0.0-alpha.11",
44
44
  "@vueuse/core": "^10.7.1",
45
45
  "lodash-es": "^4.17.21",
46
46
  "tsc-alias": "^1.8.8",