@module-federation/nextjs-mf 5.6.3-0 → 5.6.3-1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -251,7 +251,7 @@ More info here: https://github.com/module-federation/nextjs-mf/tree/main/package
251
251
  ```js
252
252
  // __document.js
253
253
 
254
- import { revalidate } from '@module-federation/nextjs-mf/lib/utils';
254
+ import { revalidate } from '@module-federation/nextjs-mf/utils';
255
255
  import Document, { Html, Head, Main, NextScript } from 'next/document';
256
256
  class MyDocument extends Document {
257
257
  static async getInitialProps(ctx) {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.6.3-0",
2
+ "version": "5.6.3-1",
3
3
  "main": "src/index.js",
4
4
  "types": "src/index.d.ts",
5
5
  "contributors": [