@module-federation/data-prefetch 0.0.0-next-20241017102355 → 0.0.0-next-20241018034826

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,13 +1,21 @@
1
1
  # @module-federation/data-prefetch
2
2
 
3
- ## 0.0.0-next-20241017102355
3
+ ## 0.0.0-next-20241018034826
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3082116]
8
+ - @module-federation/runtime@0.0.0-next-20241018034826
9
+ - @module-federation/sdk@0.0.0-next-20241018034826
10
+
11
+ ## 0.6.11
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - Updated dependencies [ea6d417]
8
16
  - Updated dependencies [d5a3072]
9
- - @module-federation/runtime@0.0.0-next-20241017102355
10
- - @module-federation/sdk@0.0.0-next-20241017102355
17
+ - @module-federation/runtime@0.6.11
18
+ - @module-federation/sdk@0.6.11
11
19
 
12
20
  ## 0.6.10
13
21
 
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.10",
4
+ "version": "0.6.11",
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-20241017102355",
4
+ "version": "0.0.0-next-20241018034826",
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-20241017102355",
82
- "@module-federation/sdk": "0.0.0-next-20241017102355"
81
+ "@module-federation/runtime": "0.0.0-next-20241018034826",
82
+ "@module-federation/sdk": "0.0.0-next-20241018034826"
83
83
  },
84
84
  "scripts": {
85
85
  "test": "jest"