@module-federation/bridge-react-webpack-plugin 2.2.0 → 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 +12 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @module-federation/bridge-react-webpack-plugin@2.2.
|
|
2
|
+
> @module-federation/bridge-react-webpack-plugin@2.2.2 build /home/runner/work/core/core/packages/bridge/bridge-react-webpack-plugin
|
|
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
|
|
@@ -14,7 +14,7 @@ computing gzip size...
|
|
|
14
14
|
[32m[36m[vite:dts][32m Start rollup declaration files...[39m
|
|
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
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
17
|
+
[32m[36m[vite:dts][32m Declaration files built in 11069ms.
|
|
18
18
|
[39m
|
|
19
19
|
[2mdist/[22m[36mindex.es.js [39m[1m[2m56.00 kB[22m[1m[22m[2m │ gzip: 12.26 kB[22m
|
|
20
|
-
[32m✓ built in
|
|
20
|
+
[32m✓ built in 12.64s[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/bridge-react-webpack-plugin",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
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.
|
|
28
|
+
"@module-federation/sdk": "2.2.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"typescript": "^5.2.2",
|