@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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +7 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @module-federation/bridge-react@2.2.
|
|
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
|
[33mThe CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m
|
|
@@ -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
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
63
|
+
[32m[36m[vite:dts][32m Declaration files built in 48507ms.
|
|
64
64
|
[39m
|
|
65
65
|
[2mdist/[22m[36mlazy-load-component-plugin.es.js [39m[1m[2m 0.17 kB[22m[1m[22m[2m │ gzip: 0.15 kB[22m
|
|
66
66
|
[2mdist/[22m[36mplugin.es.js [39m[1m[2m 0.29 kB[22m[1m[22m[2m │ gzip: 0.18 kB[22m
|
|
@@ -82,4 +82,4 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
82
82
|
[2mdist/[22m[36mlazy-load-component-plugin-ChXiUL6x.mjs [39m[1m[2m17.79 kB[22m[1m[22m[2m │ gzip: 4.33 kB[22m
|
|
83
83
|
[2mdist/[22m[36mprefetch-DLfc6h__.mjs [39m[1m[2m31.63 kB[22m[1m[22m[2m │ gzip: 7.80 kB[22m
|
|
84
84
|
[2mdist/[22m[36mutils-D4k5eixv.mjs [39m[1m[2m71.78 kB[22m[1m[22m[2m │ gzip: 15.18 kB[22m
|
|
85
|
-
[32m✓ built in
|
|
85
|
+
[32m✓ built in 51.16s[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/bridge-react",
|
|
3
|
-
"version": "2.2.
|
|
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/
|
|
133
|
-
"@module-federation/
|
|
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.
|
|
171
|
-
"@module-federation/runtime-core": "2.2.
|
|
170
|
+
"@module-federation/runtime": "2.2.2",
|
|
171
|
+
"@module-federation/runtime-core": "2.2.2"
|
|
172
172
|
},
|
|
173
173
|
"scripts": {
|
|
174
174
|
"dev": "vite",
|