@module-federation/bridge-react-webpack-plugin 0.0.0-next-20241104091124 → 0.0.0-next-20241105035816

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -2
  2. package/package.json +8 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,19 @@
1
1
  # @module-federation/bridge-react-webpack-plugin
2
2
 
3
- ## 0.0.0-next-20241104091124
3
+ ## 0.0.0-next-20241105035816
4
+
5
+ ### Patch Changes
6
+
7
+ - 3942740: add license information
8
+ - @module-federation/sdk@0.0.0-next-20241105035816
9
+
10
+ ## 0.6.16
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - Updated dependencies [f779188]
8
15
  - Updated dependencies [024df60]
9
- - @module-federation/sdk@0.0.0-next-20241104091124
16
+ - @module-federation/sdk@0.6.16
10
17
 
11
18
  ## 0.6.15
12
19
 
package/package.json CHANGED
@@ -1,10 +1,16 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react-webpack-plugin",
3
- "version": "0.0.0-next-20241104091124",
3
+ "version": "0.0.0-next-20241105035816",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "author": "zhouxiao <codingzx@gmail.com>",
8
+ "license": "MIT",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/module-federation/core",
12
+ "directory": "packages/bridge-react-webpack-plugin"
13
+ },
8
14
  "main": "./dist/index.cjs.js",
9
15
  "module": "./dist/index.es.js",
10
16
  "types": "./dist/index.cjs.d.ts",
@@ -19,7 +25,7 @@
19
25
  "dependencies": {
20
26
  "semver": "7.6.3",
21
27
  "@types/semver": "7.5.8",
22
- "@module-federation/sdk": "0.0.0-next-20241104091124"
28
+ "@module-federation/sdk": "0.0.0-next-20241105035816"
23
29
  },
24
30
  "devDependencies": {
25
31
  "typescript": "^5.2.2",