@module-federation/bridge-vue3 0.0.0-next-20240830065016 → 0.0.0-next-20240830100524

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @module-federation/bridge-vue3
2
2
 
3
- ## 0.0.0-next-20240830065016
3
+ ## 0.0.0-next-20240830100524
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3082116: feat: support module isolated reported
8
8
  - Updated dependencies [3082116]
9
9
  - Updated dependencies [b90fa7d]
10
- - @module-federation/runtime@0.0.0-next-20240830065016
11
- - @module-federation/bridge-shared@0.0.0-next-20240830065016
10
+ - @module-federation/runtime@0.0.0-next-20240830100524
11
+ - @module-federation/bridge-shared@0.0.0-next-20240830100524
12
12
 
13
13
  ## 0.5.1
14
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-vue3",
3
3
  "author": "zhouxiao <codingzx@gmail.com>",
4
- "version": "0.0.0-next-20240830065016",
4
+ "version": "0.0.0-next-20240830100524",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -24,10 +24,10 @@
24
24
  "peerDependencies": {
25
25
  "vue": "=3",
26
26
  "vue-router": "=3",
27
- "@module-federation/runtime": "0.0.0-next-20240830065016"
27
+ "@module-federation/runtime": "0.0.0-next-20240830100524"
28
28
  },
29
29
  "dependencies": {
30
- "@module-federation/bridge-shared": "0.0.0-next-20240830065016"
30
+ "@module-federation/bridge-shared": "0.0.0-next-20240830100524"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@vitejs/plugin-vue": "^5.0.4",