@module-federation/data-prefetch
Advanced tools
Comparing version 0.0.0-next-20240920075140 to 0.0.0-next-20240922002332
@@ -1,16 +0,18 @@ | ||
@module-federation/data-prefetch | ||
# @module-federation/data-prefetch | ||
## 0.0.0-next-20240920075140 | ||
## 0.0.0-next-20240922002332 | ||
### Patch Changes | ||
- @module-federation/runtime@0.0.0-next-20240920075140 | ||
- @module-federation/sdk@0.0.0-next-20240920075140 | ||
- Updated dependencies [3837c89] | ||
- Updated dependencies [3837c89] | ||
- Updated dependencies [59e0069] | ||
- @module-federation/runtime@0.0.0-next-20240922002332 | ||
- @module-federation/sdk@0.0.0-next-20240922002332 | ||
## 1.0.16 | ||
## 0.6.6 | ||
### Patch Changes | ||
- 3070e26: feat(@module-federation/data-prefetch): support data prefetch in Module Federation | ||
- @module-federation/runtime@0.6.5 | ||
- @module-federation/sdk@0.6.5 | ||
- @module-federation/runtime@0.6.6 | ||
- @module-federation/sdk@0.6.6 |
@@ -27,4 +27,4 @@ // For a detailed explanation regarding each configuration property, visit: | ||
rootDir: __dirname, | ||
testMatch: ['<rootDir>__tests__/**/**.spec.[jt]s?(x)'], | ||
testPathIgnorePatterns: ['/node_modules/', '/dev/'], | ||
testMatch: ['<rootDir>/__tests__/**/*.spec.[jt]s?(x)'], | ||
testPathIgnorePatterns: ['/node_modules/'], | ||
}; |
{ | ||
"name": "@module-federation/data-prefetch", | ||
"description": "Module Federation Data Prefetch", | ||
"version": "0.0.0-next-20240920075140", | ||
"version": "0.0.0-next-20240922002332", | ||
"author": "nieyan <nyqykk@foxmail.com>", | ||
@@ -88,4 +88,4 @@ "homepage": "https://github.com/module-federation/core", | ||
"fs-extra": "9.1.0", | ||
"@module-federation/sdk": "0.0.0-next-20240920075140", | ||
"@module-federation/runtime": "0.0.0-next-20240920075140" | ||
"@module-federation/sdk": "0.0.0-next-20240922002332", | ||
"@module-federation/runtime": "0.0.0-next-20240922002332" | ||
}, | ||
@@ -92,0 +92,0 @@ "scripts": { |
@@ -1,1 +0,3 @@ | ||
Module Federation Data Prefetch(https://module-federation.io/zh/guide/performance/prefetch.html) | ||
# @module-federation/data-prefetch | ||
See [documentation](https://module-federation.io/zh/guide/performance/prefetch.html) for more details . |
122971
4
+ Added@module-federation/runtime@0.0.0-next-20240922002332(transitive)
+ Added@module-federation/sdk@0.0.0-next-20240922002332(transitive)
- Removed@module-federation/runtime@0.0.0-next-20240920075140(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240920075140(transitive)