@module-federation/bridge-react-webpack-plugin 0.0.0-fix-import-attr-20260318073906 → 0.0.0-fix-filter-function-20260327073336

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-import-attr-20260318073906 build /home/runner/work/core/core/packages/bridge/bridge-react-webpack-plugin
2
+ > @module-federation/bridge-react-webpack-plugin@0.0.0-fix-filter-function-20260327073336 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 10467ms.
17
+ [vite:dts] Declaration files built in 10794ms.
18
18
  
19
19
  dist/index.es.js 56.00 kB │ gzip: 12.26 kB
20
- ✓ built in 12.04s
20
+ ✓ built in 12.24s
package/CHANGELOG.md CHANGED
@@ -1,10 +1,24 @@
1
1
  # @module-federation/bridge-react-webpack-plugin
2
2
 
3
- ## 0.0.0-fix-import-attr-20260318073906
3
+ ## 0.0.0-fix-filter-function-20260327073336
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @module-federation/sdk@0.0.0-fix-import-attr-20260318073906
7
+ - @module-federation/sdk@0.0.0-fix-filter-function-20260327073336
8
+
9
+ ## 2.3.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [eb26065]
14
+ - Updated dependencies [8f2ec9b]
15
+ - @module-federation/sdk@2.3.0
16
+
17
+ ## 2.2.3
18
+
19
+ ### Patch Changes
20
+
21
+ - @module-federation/sdk@2.2.3
8
22
 
9
23
  ## 2.2.2
10
24
 
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-import-attr-20260318073906",
3
+ "version": "0.0.0-fix-filter-function-20260327073336",
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-import-attr-20260318073906"
28
+ "@module-federation/sdk": "0.0.0-fix-filter-function-20260327073336"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "^5.2.2",