@module-federation/data-prefetch 0.0.0-next-20241029093536 → 0.0.0-next-20241030095049

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,22 @@
1
1
  # @module-federation/data-prefetch
2
2
 
3
- ## 0.0.0-next-20241029093536
3
+ ## 0.0.0-next-20241030095049
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ec31539]
8
+ - Updated dependencies [0694c44]
9
+ - @module-federation/runtime@0.0.0-next-20241030095049
10
+ - @module-federation/sdk@0.0.0-next-20241030095049
11
+
12
+ ## 0.6.14
4
13
 
5
14
  ### Patch Changes
6
15
 
7
16
  - ad605d2: chore: unified logger
8
17
  - Updated dependencies [ad605d2]
9
- - @module-federation/runtime@0.0.0-next-20241029093536
10
- - @module-federation/sdk@0.0.0-next-20241029093536
18
+ - @module-federation/runtime@0.6.14
19
+ - @module-federation/sdk@0.6.14
11
20
 
12
21
  ## 0.6.13
13
22
 
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.13",
4
+ "version": "0.6.14",
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-20241029093536",
4
+ "version": "0.0.0-next-20241030095049",
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-20241029093536",
82
- "@module-federation/sdk": "0.0.0-next-20241029093536"
81
+ "@module-federation/runtime": "0.0.0-next-20241030095049",
82
+ "@module-federation/sdk": "0.0.0-next-20241030095049"
83
83
  },
84
84
  "scripts": {
85
85
  "test": "jest"