@module-federation/data-prefetch 0.0.0-next-20241105103421 → 0.0.0-next-20241105130705

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.
package/CHANGELOG.md CHANGED
@@ -1,16 +1,24 @@
1
1
  # @module-federation/data-prefetch
2
2
 
3
- ## 0.0.0-next-20241105103421
3
+ ## 0.0.0-next-20241105130705
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - @module-federation/runtime@0.0.0-next-20241105130705
8
+ - @module-federation/sdk@0.0.0-next-20241105130705
9
+
10
+ ## 0.7.0
11
+
12
+ ### Minor Changes
13
+
7
14
  - 206b56d: disable hoistTransitiveImports for better tree shake
15
+ - Updated dependencies [752537b]
8
16
  - Updated dependencies [54bfd1c]
9
17
  - Updated dependencies [879ad87]
10
18
  - Updated dependencies [4eb09e7]
11
19
  - Updated dependencies [206b56d]
12
- - @module-federation/runtime@0.0.0-next-20241105103421
13
- - @module-federation/sdk@0.0.0-next-20241105103421
20
+ - @module-federation/runtime@0.7.0
21
+ - @module-federation/sdk@0.7.0
14
22
 
15
23
  ## 0.6.16
16
24
 
package/dist/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.6.16",
4
+ "version": "0.7.0",
5
5
  "author": "nieyan <nyqykk@foxmail.com>",
6
6
  "homepage": "https://github.com/module-federation/core",
7
7
  "license": "MIT",
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-20241105103421",
4
+ "version": "0.0.0-next-20241105130705",
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-20241105103421",
82
- "@module-federation/sdk": "0.0.0-next-20241105103421"
81
+ "@module-federation/runtime": "0.0.0-next-20241105130705",
82
+ "@module-federation/sdk": "0.0.0-next-20241105130705"
83
83
  },
84
84
  "scripts": {
85
85
  "test": "jest"