@module-federation/bridge-vue3 0.0.0-next-20250717203314 → 0.0.0-next-20250723075424

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 -4
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @module-federation/bridge-vue3
2
2
 
3
- ## 0.0.0-next-20250717203314
3
+ ## 0.0.0-next-20250723075424
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -14,9 +14,10 @@
14
14
  - Updated build configurations and dependencies to support latest versions
15
15
 
16
16
  - Updated dependencies [a7cf276]
17
- - @module-federation/runtime@0.0.0-next-20250717203314
18
- - @module-federation/sdk@0.0.0-next-20250717203314
19
- - @module-federation/bridge-shared@0.0.0-next-20250717203314
17
+ - Updated dependencies [d31a326]
18
+ - @module-federation/runtime@0.0.0-next-20250723075424
19
+ - @module-federation/sdk@0.0.0-next-20250723075424
20
+ - @module-federation/bridge-shared@0.0.0-next-20250723075424
20
21
 
21
22
  ## 0.17.0
22
23
 
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-20250717203314",
10
+ "version": "0.0.0-next-20250723075424",
11
11
  "publishConfig": {
12
12
  "access": "public"
13
13
  },
@@ -32,11 +32,12 @@
32
32
  "vue-router": "=4"
33
33
  },
34
34
  "dependencies": {
35
- "@module-federation/bridge-shared": "0.0.0-next-20250717203314",
36
- "@module-federation/sdk": "0.0.0-next-20250717203314",
37
- "@module-federation/runtime": "0.0.0-next-20250717203314"
35
+ "@module-federation/bridge-shared": "0.0.0-next-20250723075424",
36
+ "@module-federation/sdk": "0.0.0-next-20250723075424",
37
+ "@module-federation/runtime": "0.0.0-next-20250723075424"
38
38
  },
39
39
  "devDependencies": {
40
+ "@types/react": "^18.3.11",
40
41
  "@vitejs/plugin-vue": "^5.0.4",
41
42
  "@vitejs/plugin-vue-jsx": "^4.0.0",
42
43
  "typescript": "^5.2.2",