@module-federation/bridge-react-webpack-plugin 0.0.0-fix-lazy-require-20260317103139 → 0.0.0-fix-capture-timeout-20260324112210

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@0.0.0-fix-lazy-require-20260317103139 build /home/runner/work/core/core/packages/bridge/bridge-react-webpack-plugin
2
+ > @module-federation/bridge-react-webpack-plugin@0.0.0-fix-capture-timeout-20260324112210 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 11586ms.
17
+ [vite:dts] Declaration files built in 10663ms.
18
18
  
19
19
  dist/index.es.js 56.00 kB │ gzip: 12.26 kB
20
- ✓ built in 13.23s
20
+ ✓ built in 12.50s
package/CHANGELOG.md CHANGED
@@ -1,10 +1,23 @@
1
1
  # @module-federation/bridge-react-webpack-plugin
2
2
 
3
- ## 0.0.0-fix-lazy-require-20260317103139
3
+ ## 0.0.0-fix-capture-timeout-20260324112210
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @module-federation/sdk@0.0.0-fix-lazy-require-20260317103139
7
+ - Updated dependencies [038ecf0]
8
+ - @module-federation/sdk@0.0.0-fix-capture-timeout-20260324112210
9
+
10
+ ## 2.2.3
11
+
12
+ ### Patch Changes
13
+
14
+ - @module-federation/sdk@2.2.3
15
+
16
+ ## 2.2.2
17
+
18
+ ### Patch Changes
19
+
20
+ - @module-federation/sdk@2.2.2
8
21
 
9
22
  ## 2.2.1
10
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react-webpack-plugin",
3
- "version": "0.0.0-fix-lazy-require-20260317103139",
3
+ "version": "0.0.0-fix-capture-timeout-20260324112210",
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": "0.0.0-fix-lazy-require-20260317103139"
28
+ "@module-federation/sdk": "0.0.0-fix-capture-timeout-20260324112210"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "^5.2.2",