@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.
@@ -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
+ 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 3650ms.
14
+ 
15
+ dist/index.umd.js 0.42 kB │ gzip: 0.29 kB
16
+ ✓ built in 3.85s
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-shared",
3
- "version": "2.1.0",
3
+ "version": "2.2.1",
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
- }