@module-federation/bridge-react-webpack-plugin 2.2.3 → 2.3.0

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-react-webpack-plugin@2.2.3 build /home/runner/work/core/core/packages/bridge/bridge-react-webpack-plugin
2
+ > @module-federation/bridge-react-webpack-plugin@2.3.0 build /home/runner/work/core/core/packages/bridge/bridge-react-webpack-plugin
3
3
  > vite build
4
4
 
5
5
  The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
@@ -14,7 +14,7 @@ computing gzip size...
14
14
  [vite:dts] Start rollup declaration files...
15
15
  Analysis will use the bundled TypeScript version 5.8.2
16
16
  *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
17
- [vite:dts] Declaration files built in 10570ms.
17
+ [vite:dts] Declaration files built in 11388ms.
18
18
  
19
19
  dist/index.es.js 56.00 kB │ gzip: 12.26 kB
20
- ✓ built in 11.97s
20
+ ✓ built in 12.92s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @module-federation/bridge-react-webpack-plugin
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [eb26065]
8
+ - Updated dependencies [8f2ec9b]
9
+ - @module-federation/sdk@2.3.0
10
+
3
11
  ## 2.2.3
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react-webpack-plugin",
3
- "version": "2.2.3",
3
+ "version": "2.3.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "semver": "7.6.3",
27
27
  "@types/semver": "7.5.8",
28
- "@module-federation/sdk": "2.2.3"
28
+ "@module-federation/sdk": "2.3.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "^5.2.2",