@module-federation/node 0.10.3 → 0.10.4

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
@@ -2,6 +2,34 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
6
+
7
+
8
+
9
+ ## [0.10.5](https://github.com/module-federation/nextjs-mf/compare/node-0.10.4...node-0.10.5) (2023-02-02)
10
+
11
+
12
+
13
+ ## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
14
+
15
+
16
+
17
+ ## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
18
+
19
+
20
+
21
+ ## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
22
+
23
+
24
+
25
+ ## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
26
+
27
+
28
+
29
+ ## [0.10.4](https://github.com/module-federation/nextjs-mf/compare/node-0.10.3...node-0.10.4) (2023-02-02)
30
+
31
+
32
+
5
33
  ## [0.10.3](https://github.com/module-federation/nextjs-mf/compare/node-0.10.2...node-0.10.3) (2023-01-31)
6
34
 
7
35
  ### Dependency Updates
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  <div align="center">
5
5
  <!-- for version -->
6
6
  <img src="https://img.shields.io/npm/v/@module-federation/node" alt="version" >
7
- <img src="https://img.shields.io/apm/l/atomic-design-ui.svg?" alt="license" >
7
+ <img src="https://img.shields.io/npm/l/@module-federation/node.svg?" alt="license" >
8
8
  <!-- for downloads -->
9
9
  <img src="https://img.shields.io/npm/dt/@module-federation/node" alt="downloads">
10
10
  </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "@module-federation/node",
4
- "version": "0.10.3",
4
+ "version": "0.10.4",
5
5
  "type": "commonjs",
6
6
  "main": "src/index.js",
7
7
  "exports": {
@@ -32,8 +32,11 @@
32
32
  "author": "Zack Jackson <zackary.l.jackson@gmail.com>",
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "node-fetch": "^2.6.7",
36
- "encoding": "^0.1.13",
35
+ "encoding": "0.1.13",
36
+ "next": "13.1.6",
37
+ "node-fetch": "2.6.7",
38
+ "react": "18.2.0",
39
+ "react-dom": "18.2.0",
37
40
  "@module-federation/utilities": "1.2.0",
38
41
  "tslib": "2.4.0"
39
42
  },
@@ -41,8 +44,8 @@
41
44
  "webpack": "^5.40.0"
42
45
  },
43
46
  "devDependencies": {
44
- "react": "^18",
45
- "next": "^13"
47
+ "next": "^13",
48
+ "react": "^18"
46
49
  },
47
50
  "optionalDependencies": {
48
51
  "react": "^17 || ^18",
@@ -1,3 +1,3 @@
1
1
  import type { container } from 'webpack';
2
- export declare type ModuleFederationPluginOptions = ConstructorParameters<typeof container.ModuleFederationPlugin>['0'];
3
- export declare type RemotesObject = ModuleFederationPluginOptions['remotes'];
2
+ export type ModuleFederationPluginOptions = ConstructorParameters<typeof container.ModuleFederationPlugin>['0'];
3
+ export type RemotesObject = ModuleFederationPluginOptions['remotes'];