@module-federation/bridge-react-webpack-plugin 0.0.0-next-20241120032055 → 0.0.0-next-20241121062244

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 +14 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,23 @@
1
1
  # @module-federation/bridge-react-webpack-plugin
2
2
 
3
- ## 0.0.0-next-20241120032055
3
+ ## 0.0.0-next-20241121062244
4
+
5
+ ### Patch Changes
6
+
7
+ - @module-federation/sdk@0.0.0-next-20241121062244
8
+
9
+ ## 0.7.6
10
+
11
+ ### Patch Changes
12
+
13
+ - @module-federation/sdk@0.7.6
14
+
15
+ ## 0.7.5
4
16
 
5
17
  ### Patch Changes
6
18
 
7
19
  - 0309fb5: fix: wrap try catch with react-router-dom path resolve
8
- - @module-federation/sdk@0.0.0-next-20241120032055
20
+ - @module-federation/sdk@0.7.5
9
21
 
10
22
  ## 0.7.4
11
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react-webpack-plugin",
3
- "version": "0.0.0-next-20241120032055",
3
+ "version": "0.0.0-next-20241121062244",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,12 +25,12 @@
25
25
  "dependencies": {
26
26
  "semver": "7.6.3",
27
27
  "@types/semver": "7.5.8",
28
- "@module-federation/sdk": "0.0.0-next-20241120032055"
28
+ "@module-federation/sdk": "0.0.0-next-20241121062244"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "^5.2.2",
32
32
  "vite": "^5.2.14",
33
- "vite-plugin-dts": "^3.9.1"
33
+ "vite-plugin-dts": "^4.3.0"
34
34
  },
35
35
  "scripts": {
36
36
  "dev": "vite",