@module-federation/bridge-shared 2.1.0 → 2.2.0

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.
@@ -0,0 +1,16 @@
1
+
2
+ > @module-federation/bridge-shared@2.2.0 build /home/runner/work/core/core/packages/bridge/bridge-shared
3
+ > vite build
4
+
5
+ vite v5.4.21 building for production...
6
+ transforming...
7
+ ✓ 2 modules transformed.
8
+ rendering chunks...
9
+ 
10
+ [vite:dts] Start generate declaration files...
11
+ computing gzip size...
12
+ dist/index.es.js 0.16 kB │ gzip: 0.14 kB
13
+ [vite:dts] Declaration files built in 6164ms.
14
+ 
15
+ dist/index.umd.js 0.42 kB │ gzip: 0.29 kB
16
+ ✓ built in 6.42s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @module-federation/bridge-shared
2
2
 
3
+ ## 2.2.0
4
+
3
5
  ## 2.1.0
4
6
 
5
7
  ## 2.0.1
@@ -51,7 +53,6 @@
51
53
  ### Patch Changes
52
54
 
53
55
  - a7cf276: chore: upgrade NX to 21.2.3, Storybook to 9.0.9, and TypeScript to 5.8.3
54
-
55
56
  - Upgraded NX from 21.0.3 to 21.2.3 with workspace configuration updates
56
57
  - Migrated Storybook from 8.3.5 to 9.0.9 with updated configurations and automigrations
57
58
  - Upgraded TypeScript from 5.7.3 to 5.8.3 with compatibility fixes
@@ -60,7 +61,6 @@
60
61
  - Updated build configurations and dependencies to support latest versions
61
62
 
62
63
  - d31a326: refactor: sink React packages from root to individual packages
63
-
64
64
  - Removed React dependencies from root package.json and moved them to packages that actually need them
65
65
  - Fixed rsbuild-plugin configuration to match workspace patterns
66
66
  - Updated tests to handle platform-specific files
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-shared",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
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
- }