@module-federation/nextjs-mf 6.1.0 → 6.1.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.
- package/CHANGELOG.md +9 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [6.1.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.1.0...nextjs-mf-6.1.1) (2023-02-09)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* resolve NX build version issues ([c5f7274](https://github.com/module-federation/nextjs-mf/commit/c5f7274265ce325dda3c324074c808cce95699fd))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
5
14
|
# [6.1.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-6.0.8...nextjs-mf-6.1.0) (2023-02-09)
|
|
6
15
|
|
|
7
16
|
### Dependency Updates
|
package/README.md
CHANGED
|
@@ -337,7 +337,7 @@ For more information on `__resourceQuery` visit: https://webpack.js.org/api/modu
|
|
|
337
337
|
// next.config.js
|
|
338
338
|
|
|
339
339
|
const remotes = {
|
|
340
|
-
// pass pointer to remote-delegate, pass
|
|
340
|
+
// pass pointer to remote-delegate, pass delegate remote name as query param,
|
|
341
341
|
// at runtime webpack will pass this as __resourceQuery
|
|
342
342
|
shop: `internal ./remote-delegate.js?remote=shop@http://localhost:3001/_next/static/${
|
|
343
343
|
isServer ? 'ssr' : 'chunks'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/nextjs-mf",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"registry": "https://registry.npmjs.org/"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@module-federation/node": "
|
|
19
|
+
"@module-federation/node": "0.11.0",
|
|
20
20
|
"eventemitter3": "4.0.7",
|
|
21
21
|
"fast-glob": "3.2.12",
|
|
22
22
|
"webpack-sources": "3.2.3",
|