@module-federation/nextjs-mf 5.12.0 → 5.12.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 +65 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,71 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [5.12.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.1...nextjs-mf-5.12.2) (2022-11-20)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
10
|
+
|
|
11
|
+
### Dependency Updates
|
|
12
|
+
|
|
13
|
+
* `node` updated to version `0.9.1`
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
17
|
+
|
|
18
|
+
### Dependency Updates
|
|
19
|
+
|
|
20
|
+
* `node` updated to version `0.9.1`
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## [5.12.2](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.1...nextjs-mf-5.12.2) (2022-11-20)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
28
|
+
|
|
29
|
+
### Dependency Updates
|
|
30
|
+
|
|
31
|
+
* `node` updated to version `0.9.1`
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
35
|
+
|
|
36
|
+
### Dependency Updates
|
|
37
|
+
|
|
38
|
+
* `node` updated to version `0.9.1`
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## [5.12.1](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.12.0...nextjs-mf-5.12.1) (2022-11-20)
|
|
42
|
+
|
|
43
|
+
### Dependency Updates
|
|
44
|
+
|
|
45
|
+
* `node` updated to version `0.9.1`
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
# [5.12.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.11.2...nextjs-mf-5.12.0) (2022-11-20)
|
|
49
|
+
|
|
50
|
+
### Dependency Updates
|
|
51
|
+
|
|
52
|
+
* `node` updated to version `0.9.0`
|
|
53
|
+
* `utils` updated to version `1.0.1`
|
|
54
|
+
|
|
55
|
+
### Bug Fixes
|
|
56
|
+
|
|
57
|
+
* Better page regex ([#346](https://github.com/module-federation/nextjs-mf/issues/346)) ([b525d3b](https://github.com/module-federation/nextjs-mf/commit/b525d3b579af2ac3a8b502f3c996de8726dbcadd))
|
|
58
|
+
* better page regex for adding loaders ([72fef27](https://github.com/module-federation/nextjs-mf/commit/72fef2792dc39c7605f8b9f8136f5d18a46a3fe5))
|
|
59
|
+
* Fix peer deps ([#343](https://github.com/module-federation/nextjs-mf/issues/343)) ([8e7b087](https://github.com/module-federation/nextjs-mf/commit/8e7b0871507911bb81161b9786901877259edaed))
|
|
60
|
+
* include styled-jsx/style in defaults share ([#347](https://github.com/module-federation/nextjs-mf/issues/347)) ([cb0675b](https://github.com/module-federation/nextjs-mf/commit/cb0675be8e3a4fe0ec89ef7f190610392bb16b6d))
|
|
61
|
+
* update version ([70bda37](https://github.com/module-federation/nextjs-mf/commit/70bda37744f55af849bd5c28684f42851bbf7d1f))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Features
|
|
65
|
+
|
|
66
|
+
* support ssr remote entry images ([9ab2afa](https://github.com/module-federation/nextjs-mf/commit/9ab2afaef5115ae6677641cb9d021273dafebf86))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
5
70
|
# [5.12.0](https://github.com/module-federation/nextjs-mf/compare/nextjs-mf-5.11.2...nextjs-mf-5.12.0) (2022-11-20)
|
|
6
71
|
|
|
7
72
|
### Dependency Updates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/nextjs-mf",
|
|
3
|
-
"version": "5.12.
|
|
3
|
+
"version": "5.12.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"fast-glob": "^3.2.11",
|
|
20
20
|
"webpack-sources": "^3.2.3",
|
|
21
21
|
"eventemitter3": "^4.0.7",
|
|
22
|
-
"@module-federation/node": "0.9.
|
|
23
|
-
"@module-federation/utilities": "1.0.
|
|
22
|
+
"@module-federation/node": "0.9.1",
|
|
23
|
+
"@module-federation/utilities": "1.0.1",
|
|
24
24
|
"@swc/core": "^1.3.3",
|
|
25
25
|
"tslib": "^2.3.0"
|
|
26
26
|
},
|