@vc-shell/mf-config 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -92,16 +92,16 @@
92
92
 
93
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)
94
94
 
95
-
96
95
  ### Features
97
96
 
98
- * **mf-host:** import shared deps from mf-config instead of duplicating ([51d2df1](https://github.com/VirtoCommerce/vc-shell/commit/51d2df126ac45ca388c7eb5ce8943fc324938a25))
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
+ - **mf-host:** import shared deps from mf-config instead of duplicating ([51d2df1](https://github.com/VirtoCommerce/vc-shell/commit/51d2df126ac45ca388c7eb5ce8943fc324938a25))
100
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)
101
100
 
102
101
  ### Bug Fixes
103
102
 
104
- * topological build order, deprecation fixes, and dependency updates ([bf01eaf](https://github.com/VirtoCommerce/vc-shell/commit/bf01eaf7574eda5ae393941b553cbea5918a768f))
103
+ - topological build order, deprecation fixes, and dependency updates ([bf01eaf](https://github.com/VirtoCommerce/vc-shell/commit/bf01eaf7574eda5ae393941b553cbea5918a768f))
104
+
105
105
  # Changelog
106
106
 
107
107
  All notable changes to this project will be documented in this file.
@@ -110,4 +110,4 @@ All notable changes to this project will be documented in this file.
110
110
 
111
111
  ### Features
112
112
 
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))
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.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",
@@ -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.33",
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
  },