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

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.1 build /home/runner/work/core/core/packages/bridge/bridge-react-webpack-plugin
2
+ > @module-federation/bridge-react-webpack-plugin@2.2.3 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 11156ms.
17
+ [vite:dts] Declaration files built in 10570ms.
18
18
  
19
19
  dist/index.es.js 56.00 kB │ gzip: 12.26 kB
20
- ✓ built in 12.97s
20
+ ✓ built in 11.97s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @module-federation/bridge-react-webpack-plugin
2
2
 
3
+ ## 2.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - @module-federation/sdk@2.2.3
8
+
9
+ ## 2.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - @module-federation/sdk@2.2.2
14
+
3
15
  ## 2.2.1
4
16
 
5
17
  ### 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.1",
3
+ "version": "2.2.3",
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.1"
28
+ "@module-federation/sdk": "2.2.3"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "^5.2.2",