@module-federation/data-prefetch 0.0.0-next-20240923065315 → 0.0.0-next-20240923071822

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,12 +1,14 @@
1
1
  # @module-federation/data-prefetch
2
2
 
3
- ## 0.0.0-next-20240923065315
3
+ ## 0.0.0-next-20240923071822
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [3082116]
8
- - @module-federation/runtime@0.0.0-next-20240923065315
9
- - @module-federation/sdk@0.0.0-next-20240923065315
7
+ - Updated dependencies [3837c89]
8
+ - Updated dependencies [3837c89]
9
+ - Updated dependencies [59e0069]
10
+ - @module-federation/runtime@0.0.0-next-20240923071822
11
+ - @module-federation/sdk@0.0.0-next-20240923071822
10
12
 
11
13
  ## 0.6.6
12
14
 
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)'],
27
+ testMatch: ['<rootDir>/__tests__/**/*.spec.[jt]s?(x)'],
28
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-20240923065315",
4
+ "version": "0.0.0-next-20240923071822",
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-20240923065315",
89
- "@module-federation/runtime": "0.0.0-next-20240923065315"
88
+ "@module-federation/sdk": "0.0.0-next-20240923071822",
89
+ "@module-federation/runtime": "0.0.0-next-20240923071822"
90
90
  },
91
91
  "scripts": {
92
92
  "dev": "cross-env WATCH=true tsup",