@module-federation/data-prefetch 0.0.0-next-20240920074009 → 0.0.0-next-20240922002332

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,16 +1,18 @@
1
- @module-federation/data-prefetch
1
+ # @module-federation/data-prefetch
2
2
 
3
- ## 0.0.0-next-20240920074009
3
+ ## 0.0.0-next-20240922002332
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @module-federation/runtime@0.0.0-next-20240920074009
8
- - @module-federation/sdk@0.0.0-next-20240920074009
7
+ - Updated dependencies [3837c89]
8
+ - Updated dependencies [3837c89]
9
+ - Updated dependencies [59e0069]
10
+ - @module-federation/runtime@0.0.0-next-20240922002332
11
+ - @module-federation/sdk@0.0.0-next-20240922002332
9
12
 
10
- ## 1.0.16
13
+ ## 0.6.6
11
14
 
12
15
  ### Patch Changes
13
16
 
14
- - 3070e26: feat(@module-federation/data-prefetch): support data prefetch in Module Federation
15
- - @module-federation/runtime@0.6.5
16
- - @module-federation/sdk@0.6.5
17
+ - @module-federation/runtime@0.6.6
18
+ - @module-federation/sdk@0.6.6
package/README.md CHANGED
@@ -1 +1,3 @@
1
- Module Federation Data Prefetch(https://module-federation.io/zh/guide/performance/prefetch.html)
1
+ # @module-federation/data-prefetch
2
+
3
+ See [documentation](https://module-federation.io/zh/guide/performance/prefetch.html) for more details .
package/jest.config.js CHANGED
@@ -24,6 +24,6 @@ module.exports = {
24
24
  '^.+\\.(t|j)sx?$': ['@swc/jest', { swcrc: false }],
25
25
  },
26
26
  rootDir: __dirname,
27
- testMatch: ['<rootDir>__tests__/**/**.spec.[jt]s?(x)'],
28
- testPathIgnorePatterns: ['/node_modules/', '/dev/'],
27
+ testMatch: ['<rootDir>/__tests__/**/*.spec.[jt]s?(x)'],
28
+ testPathIgnorePatterns: ['/node_modules/'],
29
29
  };
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-20240920074009",
4
+ "version": "0.0.0-next-20240922002332",
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-20240920074009",
89
- "@module-federation/runtime": "0.0.0-next-20240920074009"
88
+ "@module-federation/sdk": "0.0.0-next-20240922002332",
89
+ "@module-federation/runtime": "0.0.0-next-20240922002332"
90
90
  },
91
91
  "scripts": {
92
92
  "dev": "cross-env WATCH=true tsup",