@module-federation/bridge-react 2.2.1 → 2.2.2

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@2.2.1 build /home/runner/work/core/core/packages/bridge/bridge-react
2
+ > @module-federation/bridge-react@2.2.2 build /home/runner/work/core/core/packages/bridge/bridge-react
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.
@@ -60,7 +60,7 @@ Analysis will use the bundled TypeScript version 5.8.2
60
60
  *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
61
61
  Analysis will use the bundled TypeScript version 5.8.2
62
62
  *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
63
- [vite:dts] Declaration files built in 47933ms.
63
+ [vite:dts] Declaration files built in 48507ms.
64
64
  
65
65
  dist/lazy-load-component-plugin.es.js  0.17 kB │ gzip: 0.15 kB
66
66
  dist/plugin.es.js  0.29 kB │ gzip: 0.18 kB
@@ -82,4 +82,4 @@ Analysis will use the bundled TypeScript version 5.8.2
82
82
  dist/lazy-load-component-plugin-ChXiUL6x.mjs 17.79 kB │ gzip: 4.33 kB
83
83
  dist/prefetch-DLfc6h__.mjs 31.63 kB │ gzip: 7.80 kB
84
84
  dist/utils-D4k5eixv.mjs 71.78 kB │ gzip: 15.18 kB
85
- ✓ built in 50.52s
85
+ ✓ built in 51.16s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
+ ## 2.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @module-federation/sdk@2.2.2
8
+ - @module-federation/bridge-shared@2.2.2
9
+
3
10
  ## 2.2.1
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "sideEffects": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -129,8 +129,8 @@
129
129
  "dependencies": {
130
130
  "react-error-boundary": "^4.1.2",
131
131
  "lru-cache": "^10.4.3",
132
- "@module-federation/sdk": "2.2.1",
133
- "@module-federation/bridge-shared": "2.2.1"
132
+ "@module-federation/bridge-shared": "2.2.2",
133
+ "@module-federation/sdk": "2.2.2"
134
134
  },
135
135
  "peerDependencies": {
136
136
  "react": ">=16.9.0",
@@ -167,8 +167,8 @@
167
167
  "vite-plugin-dts": "^4.3.0",
168
168
  "hono": "4.12.7",
169
169
  "vitest": "1.6.0",
170
- "@module-federation/runtime": "2.2.1",
171
- "@module-federation/runtime-core": "2.2.1"
170
+ "@module-federation/runtime": "2.2.2",
171
+ "@module-federation/runtime-core": "2.2.2"
172
172
  },
173
173
  "scripts": {
174
174
  "dev": "vite",