@module-federation/bridge-vue3 0.0.0-next-20250724024905 → 0.0.0-next-20250724110701

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 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @module-federation/bridge-vue3
2
2
 
3
- ## 0.0.0-next-20250724024905
3
+ ## 0.0.0-next-20250724110701
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -23,9 +23,9 @@
23
23
  - Updated dependencies [2428be0]
24
24
  - Updated dependencies [a7cf276]
25
25
  - Updated dependencies [d31a326]
26
- - @module-federation/runtime@0.0.0-next-20250724024905
27
- - @module-federation/sdk@0.0.0-next-20250724024905
28
- - @module-federation/bridge-shared@0.0.0-next-20250724024905
26
+ - @module-federation/runtime@0.0.0-next-20250724110701
27
+ - @module-federation/sdk@0.0.0-next-20250724110701
28
+ - @module-federation/bridge-shared@0.0.0-next-20250724110701
29
29
 
30
30
  ## 0.17.0
31
31
 
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-20250724024905",
10
+ "version": "0.0.0-next-20250724110701",
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-20250724024905",
36
- "@module-federation/sdk": "0.0.0-next-20250724024905",
37
- "@module-federation/runtime": "0.0.0-next-20250724024905"
35
+ "@module-federation/bridge-shared": "0.0.0-next-20250724110701",
36
+ "@module-federation/sdk": "0.0.0-next-20250724110701",
37
+ "@module-federation/runtime": "0.0.0-next-20250724110701"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/react": "^18.3.11",