@module-federation/data-prefetch 0.0.0-next-20241105094630 → 0.0.0-next-20241105102822

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 +3 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,17 +1,16 @@
1
1
  # @module-federation/data-prefetch
2
2
 
3
- ## 0.0.0-next-20241105094630
3
+ ## 0.0.0-next-20241105102822
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 206b56d: disable hoistTransitiveImports for better tree shake
8
- - Updated dependencies [66b7ab6]
9
8
  - Updated dependencies [54bfd1c]
10
9
  - Updated dependencies [879ad87]
11
10
  - Updated dependencies [4eb09e7]
12
11
  - Updated dependencies [206b56d]
13
- - @module-federation/runtime@0.0.0-next-20241105094630
14
- - @module-federation/sdk@0.0.0-next-20241105094630
12
+ - @module-federation/runtime@0.0.0-next-20241105102822
13
+ - @module-federation/sdk@0.0.0-next-20241105102822
15
14
 
16
15
  ## 0.6.16
17
16
 
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-20241105094630",
4
+ "version": "0.0.0-next-20241105102822",
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-20241105094630",
82
- "@module-federation/sdk": "0.0.0-next-20241105094630"
81
+ "@module-federation/runtime": "0.0.0-next-20241105102822",
82
+ "@module-federation/sdk": "0.0.0-next-20241105102822"
83
83
  },
84
84
  "scripts": {
85
85
  "test": "jest"