@module-federation/data-prefetch 0.0.0-next-20241010063233 → 0.0.0-next-20241011070539

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,30 +1,13 @@
1
1
  # @module-federation/data-prefetch
2
2
 
3
- ## 0.0.0-next-20241010063233
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [b704f30]
8
- - @module-federation/runtime@0.0.0-next-20241010063233
9
- - @module-federation/sdk@0.0.0-next-20241010063233
10
-
11
- ## 0.6.9
12
-
13
- ### Patch Changes
14
-
15
- - @module-federation/runtime@0.6.9
16
- - @module-federation/sdk@0.6.9
17
-
18
- ## 0.6.8
3
+ ## 0.0.0-next-20241011070539
19
4
 
20
5
  ### Patch Changes
21
6
 
22
7
  - Updated dependencies [32db0ac]
23
8
  - Updated dependencies [32db0ac]
24
- - Updated dependencies [6c5f444]
25
- - Updated dependencies [fac6ecf]
26
- - @module-federation/sdk@0.6.8
27
- - @module-federation/runtime@0.6.8
9
+ - @module-federation/sdk@0.0.0-next-20241011070539
10
+ - @module-federation/runtime@0.0.0-next-20241011070539
28
11
 
29
12
  ## 0.6.7
30
13
 
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.9",
4
+ "version": "0.6.7",
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-20241010063233",
4
+ "version": "0.0.0-next-20241011070539",
5
5
  "author": "nieyan <nyqykk@foxmail.com>",
6
6
  "homepage": "https://github.com/module-federation/core",
7
7
  "license": "MIT",
@@ -88,8 +88,8 @@
88
88
  },
89
89
  "dependencies": {
90
90
  "fs-extra": "9.1.0",
91
- "@module-federation/runtime": "0.0.0-next-20241010063233",
92
- "@module-federation/sdk": "0.0.0-next-20241010063233"
91
+ "@module-federation/runtime": "0.0.0-next-20241011070539",
92
+ "@module-federation/sdk": "0.0.0-next-20241011070539"
93
93
  },
94
94
  "scripts": {
95
95
  "dev": "cross-env WATCH=true tsup",