@module-federation/data-prefetch 0.0.0-next-20241114065146 → 0.0.0-next-20241114094904

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 +18 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,29 @@
1
1
  # @module-federation/data-prefetch
2
2
 
3
- ## 0.0.0-next-20241114065146
3
+ ## 0.0.0-next-20241114094904
4
+
5
+ ### Patch Changes
6
+
7
+ - @module-federation/runtime@0.0.0-next-20241114094904
8
+ - @module-federation/sdk@0.0.0-next-20241114094904
9
+
10
+ ## 0.7.4
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [ff8ce29]
15
+ - @module-federation/runtime@0.7.4
16
+ - @module-federation/sdk@0.7.4
17
+
18
+ ## 0.7.3
4
19
 
5
20
  ### Patch Changes
6
21
 
7
22
  - 4ab9295: disable package json generation during build
8
23
  - Updated dependencies [4ab9295]
9
24
  - Updated dependencies [c2b1efa]
10
- - @module-federation/runtime@0.0.0-next-20241114065146
11
- - @module-federation/sdk@0.0.0-next-20241114065146
25
+ - @module-federation/runtime@0.7.3
26
+ - @module-federation/sdk@0.7.3
12
27
 
13
28
  ## 0.7.2
14
29
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@module-federation/data-prefetch",
3
3
  "description": "Module Federation Data Prefetch",
4
- "version": "0.0.0-next-20241114065146",
4
+ "version": "0.0.0-next-20241114094904",
5
5
  "author": "nieyan <nyqykk@foxmail.com>",
6
6
  "homepage": "https://github.com/module-federation/core",
7
7
  "license": "MIT",
@@ -78,8 +78,8 @@
78
78
  },
79
79
  "dependencies": {
80
80
  "fs-extra": "9.1.0",
81
- "@module-federation/runtime": "0.0.0-next-20241114065146",
82
- "@module-federation/sdk": "0.0.0-next-20241114065146"
81
+ "@module-federation/runtime": "0.0.0-next-20241114094904",
82
+ "@module-federation/sdk": "0.0.0-next-20241114094904"
83
83
  },
84
84
  "scripts": {
85
85
  "test": "jest"