@module-federation/bridge-vue3 0.0.0-next-20250410080317 → 0.0.0-next-20250410121036

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 +4 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,15 +1,14 @@
1
1
  # @module-federation/bridge-vue3
2
2
 
3
- ## 0.0.0-next-20250410080317
3
+ ## 0.0.0-next-20250410121036
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [f4fb242]
8
- - Updated dependencies [6ce82d3]
9
8
  - Updated dependencies [f4fb242]
10
- - @module-federation/runtime@0.0.0-next-20250410080317
11
- - @module-federation/sdk@0.0.0-next-20250410080317
12
- - @module-federation/bridge-shared@0.0.0-next-20250410080317
9
+ - @module-federation/runtime@0.0.0-next-20250410121036
10
+ - @module-federation/sdk@0.0.0-next-20250410121036
11
+ - @module-federation/bridge-shared@0.0.0-next-20250410121036
13
12
 
14
13
  ## 0.11.4
15
14
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/module-federation/core",
8
8
  "directory": "packages/vue3-bridge"
9
9
  },
10
- "version": "0.0.0-next-20250410080317",
10
+ "version": "0.0.0-next-20250410121036",
11
11
  "publishConfig": {
12
12
  "access": "public"
13
13
  },
@@ -32,9 +32,9 @@
32
32
  "vue-router": "=4"
33
33
  },
34
34
  "dependencies": {
35
- "@module-federation/bridge-shared": "0.0.0-next-20250410080317",
36
- "@module-federation/sdk": "0.0.0-next-20250410080317",
37
- "@module-federation/runtime": "0.0.0-next-20250410080317"
35
+ "@module-federation/bridge-shared": "0.0.0-next-20250410121036",
36
+ "@module-federation/sdk": "0.0.0-next-20250410121036",
37
+ "@module-federation/runtime": "0.0.0-next-20250410121036"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@vitejs/plugin-vue": "^5.0.4",