@module-federation/bridge-shared 2.3.0 → 2.3.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @module-federation/bridge-shared@2.3.0 build /home/runner/work/core/core/packages/bridge/bridge-shared
2
+ > @module-federation/bridge-shared@2.3.1 build /home/runner/work/core/core/packages/bridge/bridge-shared
3
3
  > vite build
4
4
 
5
5
  vite v5.4.21 building for production...
@@ -10,7 +10,7 @@ rendering chunks...
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
12
  dist/index.es.js 0.16 kB │ gzip: 0.14 kB
13
- [vite:dts] Declaration files built in 3713ms.
13
+ [vite:dts] Declaration files built in 3710ms.
14
14
  
15
15
  dist/index.umd.js 0.42 kB │ gzip: 0.29 kB
16
- ✓ built in 3.93s
16
+ ✓ built in 3.86s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @module-federation/bridge-shared
2
2
 
3
+ ## 2.3.1
4
+
3
5
  ## 2.3.0
4
6
 
5
7
  ## 2.2.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-shared",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },