@module-federation/nextjs-mf 8.4.1 → 8.4.3

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/nextjs-mf",
3
- "version": "8.4.1",
3
+ "version": "8.4.3",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -23,4 +23,4 @@ export type { FlushedChunksProps } from './flushedChunks';
23
23
  * If the function is called on the server side, it imports the revalidate function from the module federation node utilities and returns the result of calling that function.
24
24
  * @returns {Promise<boolean>} A promise that resolves with a boolean.
25
25
  */
26
- export declare const revalidate: (fetchModule?: any, force?: boolean) => Promise<any>;
26
+ export declare const revalidate: (fetchModule?: any, force?: boolean) => Promise<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/nextjs-mf",
3
- "version": "8.4.1",
3
+ "version": "8.4.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -39,11 +39,11 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "fast-glob": "^3.2.11",
42
- "@module-federation/utilities": "3.0.34",
43
- "@module-federation/runtime": "0.2.7",
44
- "@module-federation/sdk": "0.2.7",
45
- "@module-federation/enhanced": "0.2.7",
46
- "@module-federation/node": "2.4.1"
42
+ "@module-federation/utilities": "3.0.36",
43
+ "@module-federation/runtime": "0.3.0",
44
+ "@module-federation/sdk": "0.3.0",
45
+ "@module-federation/enhanced": "0.3.0",
46
+ "@module-federation/node": "2.5.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "webpack": "^5.40.0",