@module-federation/data-prefetch 0.0.0-next-20240927195332 → 0.6.7

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,6 +1,6 @@
1
1
  # @module-federation/data-prefetch
2
2
 
3
- ## 0.0.0-next-20240927195332
3
+ ## 0.6.7
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -14,8 +14,8 @@
14
14
  - Updated dependencies [9e32644]
15
15
  - Updated dependencies [9e32644]
16
16
  - Updated dependencies [9e32644]
17
- - @module-federation/runtime@0.0.0-next-20240927195332
18
- - @module-federation/sdk@0.0.0-next-20240927195332
17
+ - @module-federation/runtime@0.6.7
18
+ - @module-federation/sdk@0.6.7
19
19
 
20
20
  ## 0.6.6
21
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.6",
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-20240927195332",
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",
@@ -88,8 +88,8 @@
88
88
  },
89
89
  "dependencies": {
90
90
  "fs-extra": "9.1.0",
91
- "@module-federation/sdk": "0.0.0-next-20240927195332",
92
- "@module-federation/runtime": "0.0.0-next-20240927195332"
91
+ "@module-federation/sdk": "0.6.7",
92
+ "@module-federation/runtime": "0.6.7"
93
93
  },
94
94
  "scripts": {
95
95
  "dev": "cross-env WATCH=true tsup",