@module-federation/data-prefetch 0.0.0-next-20241015060033 → 0.0.0-next-20241015065721

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 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @module-federation/data-prefetch
2
2
 
3
- ## 0.0.0-next-20241015060033
3
+ ## 0.0.0-next-20241015065721
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -15,8 +15,8 @@
15
15
  - Updated dependencies [9e32644]
16
16
  - Updated dependencies [9e32644]
17
17
  - Updated dependencies [3082116]
18
- - @module-federation/runtime@0.0.0-next-20241015060033
19
- - @module-federation/sdk@0.0.0-next-20241015060033
18
+ - @module-federation/runtime@0.0.0-next-20241015065721
19
+ - @module-federation/sdk@0.0.0-next-20241015065721
20
20
 
21
21
  ## 0.6.6
22
22
 
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-20241015060033",
4
+ "version": "0.0.0-next-20241015065721",
5
5
  "author": "nieyan <nyqykk@foxmail.com>",
6
6
  "homepage": "https://github.com/module-federation/core",
7
7
  "license": "MIT",
@@ -85,8 +85,8 @@
85
85
  },
86
86
  "dependencies": {
87
87
  "fs-extra": "9.1.0",
88
- "@module-federation/sdk": "0.0.0-next-20241015060033",
89
- "@module-federation/runtime": "0.0.0-next-20241015060033"
88
+ "@module-federation/sdk": "0.0.0-next-20241015065721",
89
+ "@module-federation/runtime": "0.0.0-next-20241015065721"
90
90
  },
91
91
  "scripts": {
92
92
  "dev": "cross-env WATCH=true tsup",