@module-federation/bridge-shared 2.1.0 → 2.2.1
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 +16 -0
- package/CHANGELOG.md +4 -2
- package/package.json +1 -1
- package/project.json +0 -15
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
> @module-federation/bridge-shared@2.2.1 build /home/runner/work/core/core/packages/bridge/bridge-shared
|
|
3
|
+
> vite build
|
|
4
|
+
|
|
5
|
+
[36mvite v5.4.21 [32mbuilding for production...[36m[39m
|
|
6
|
+
transforming...
|
|
7
|
+
[32m✓[39m 2 modules transformed.
|
|
8
|
+
rendering chunks...
|
|
9
|
+
[32m
|
|
10
|
+
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
11
|
+
computing gzip size...
|
|
12
|
+
[2mdist/[22m[36mindex.es.js [39m[1m[2m0.16 kB[22m[1m[22m[2m │ gzip: 0.14 kB[22m
|
|
13
|
+
[32m[36m[vite:dts][32m Declaration files built in 3650ms.
|
|
14
|
+
[39m
|
|
15
|
+
[2mdist/[22m[36mindex.umd.js [39m[1m[2m0.42 kB[22m[1m[22m[2m │ gzip: 0.29 kB[22m
|
|
16
|
+
[32m✓ built in 3.85s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @module-federation/bridge-shared
|
|
2
2
|
|
|
3
|
+
## 2.2.1
|
|
4
|
+
|
|
5
|
+
## 2.2.0
|
|
6
|
+
|
|
3
7
|
## 2.1.0
|
|
4
8
|
|
|
5
9
|
## 2.0.1
|
|
@@ -51,7 +55,6 @@
|
|
|
51
55
|
### Patch Changes
|
|
52
56
|
|
|
53
57
|
- a7cf276: chore: upgrade NX to 21.2.3, Storybook to 9.0.9, and TypeScript to 5.8.3
|
|
54
|
-
|
|
55
58
|
- Upgraded NX from 21.0.3 to 21.2.3 with workspace configuration updates
|
|
56
59
|
- Migrated Storybook from 8.3.5 to 9.0.9 with updated configurations and automigrations
|
|
57
60
|
- Upgraded TypeScript from 5.7.3 to 5.8.3 with compatibility fixes
|
|
@@ -60,7 +63,6 @@
|
|
|
60
63
|
- Updated build configurations and dependencies to support latest versions
|
|
61
64
|
|
|
62
65
|
- d31a326: refactor: sink React packages from root to individual packages
|
|
63
|
-
|
|
64
66
|
- Removed React dependencies from root package.json and moved them to packages that actually need them
|
|
65
67
|
- Fixed rsbuild-plugin configuration to match workspace patterns
|
|
66
68
|
- Updated tests to handle platform-specific files
|
package/package.json
CHANGED
package/project.json
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "bridge-shared",
|
|
3
|
-
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
4
|
-
"sourceRoot": "packages/bridge/bridge-shared/src",
|
|
5
|
-
"projectType": "library",
|
|
6
|
-
"tags": ["type:pkg"],
|
|
7
|
-
"targets": {
|
|
8
|
-
"build": {
|
|
9
|
-
"executor": "nx:run-commands",
|
|
10
|
-
"options": {
|
|
11
|
-
"commands": ["npm run build --prefix packages/bridge/bridge-shared"]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|