@module-federation/bridge-vue3 0.0.0-next-20241018034800 → 0.0.0-next-20241018034826

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,13 +1,13 @@
1
1
  # @module-federation/bridge-vue3
2
2
 
3
- ## 0.0.0-next-20241018034800
3
+ ## 0.0.0-next-20241018034826
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3082116: feat: support module isolated reported
8
8
  - Updated dependencies [3082116]
9
- - @module-federation/runtime@0.0.0-next-20241018034800
10
- - @module-federation/bridge-shared@0.0.0-next-20241018034800
9
+ - @module-federation/runtime@0.0.0-next-20241018034826
10
+ - @module-federation/bridge-shared@0.0.0-next-20241018034826
11
11
 
12
12
  ## 0.6.11
13
13
 
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-20241018034800",
4
+ "version": "0.0.0-next-20241018034826",
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-20241018034800"
27
+ "@module-federation/runtime": "0.0.0-next-20241018034826"
28
28
  },
29
29
  "dependencies": {
30
- "@module-federation/bridge-shared": "0.0.0-next-20241018034800"
30
+ "@module-federation/bridge-shared": "0.0.0-next-20241018034826"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@vitejs/plugin-vue": "^5.0.4",