@vc-shell/mf-host 2.0.4-pr228.833ff5f → 2.0.5

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 +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.5](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.4...v2.0.5) (2026-05-25)
4
+
5
+ ### Features
6
+
7
+ - migrate Module Federation host to backoffice modularity manifest endpoint (#228) ([b767fd8](https://github.com/VirtoCommerce/vc-shell/commit/b767fd821dda91690f23fd7122602f311d884c3f)), closes [#228](https://github.com/VirtoCommerce/vc-shell/issues/228) [vc-platform#3019](https://github.com/vc-platform/issues/3019)
8
+
3
9
  ## [2.0.4](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.3...v2.0.4) (2026-05-18)
4
10
 
5
11
  **Note:** Version bump only for package @vc-shell/mf-host
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.4-pr228.833ff5f",
4
+ "version": "2.0.5",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@module-federation/runtime": "^2.1.0",
28
- "@vc-shell/mf-config": "2.0.4-pr228.833ff5f"
28
+ "@vc-shell/mf-config": "2.0.5"
29
29
  },
30
30
  "peerDependencies": {
31
- "@vc-shell/framework": "^2.0.4-pr228.833ff5f",
31
+ "@vc-shell/framework": "^2.0.5",
32
32
  "@vueuse/core": "^10.0.0",
33
33
  "lodash-es": "^4.0.0",
34
34
  "vee-validate": "^4.12.0",
@@ -37,8 +37,8 @@
37
37
  "vue-router": "^4.0.0 || ^5.0.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@vc-shell/framework": "2.0.4-pr228.833ff5f",
41
- "@vc-shell/ts-config": "2.0.4-pr228.833ff5f",
40
+ "@vc-shell/framework": "2.0.5",
41
+ "@vc-shell/ts-config": "2.0.5",
42
42
  "@vueuse/core": "^10.7.1",
43
43
  "lodash-es": "^4.17.21",
44
44
  "tsc-alias": "^1.8.8",