@module-federation/esbuild 0.0.23 → 0.0.25

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/README.md CHANGED
@@ -77,7 +77,6 @@ module.exports = withFederation({
77
77
  }),
78
78
  },
79
79
  });
80
-
81
80
  ```
82
81
 
83
82
  The `moduleFederationPlugin` accepts a configuration object with the following properties:
@@ -110,7 +109,5 @@ Creates an esbuild plugin for Module Federation.
110
109
  - `remotes` (object, optional): An object specifying the remote applications and their entry points.
111
110
  - `exposes` (object, optional): An object specifying the modules to be exposed by the host application.
112
111
  - `shared` (array, optional): An array of package names to be shared between the host and remote applications.
113
-
114
- Returns an esbuild plugin instance.
115
-
116
112
 
113
+ Returns an esbuild plugin instance.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/esbuild",
3
- "version": "0.0.23",
3
+ "version": "0.0.25",
4
4
  "author": "Zack Jackson (@ScriptedAlchemy)",
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js",
@@ -58,7 +58,7 @@
58
58
  "@rollup/plugin-commonjs": "^22.0.2",
59
59
  "@rollup/plugin-node-resolve": "^13.3.0",
60
60
  "@rollup/plugin-replace": "^5.0.7",
61
- "rollup": "^2.79.0",
61
+ "rollup": "^2.79.2",
62
62
  "@chialab/esbuild-plugin-commonjs": "^0.18.0",
63
63
  "@hyrious/esbuild-plugin-commonjs": "^0.2.4",
64
64
  "rollup-plugin-node-externals": "^4.1.1",
@@ -77,7 +77,7 @@ async function getExports(modulePath) {
77
77
  }
78
78
  }
79
79
 
80
- var version = "0.0.23";
80
+ var version = "0.0.25";
81
81
 
82
82
  function _extends$1() {
83
83
  _extends$1 = Object.assign || function(target) {
@@ -49,7 +49,7 @@ async function getExports(modulePath) {
49
49
  }
50
50
  }
51
51
 
52
- var version = "0.0.23";
52
+ var version = "0.0.25";
53
53
 
54
54
  function _extends$1() {
55
55
  _extends$1 = Object.assign || function(target) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/esbuild",
3
- "version": "0.0.23",
3
+ "version": "0.0.25",
4
4
  "author": "Zack Jackson (@ScriptedAlchemy)",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",
@@ -57,12 +57,12 @@
57
57
  "@rollup/plugin-commonjs": "^22.0.2",
58
58
  "@rollup/plugin-node-resolve": "^13.3.0",
59
59
  "@rollup/plugin-replace": "^5.0.7",
60
- "rollup": "^2.79.0",
60
+ "rollup": "^2.79.2",
61
61
  "@chialab/esbuild-plugin-commonjs": "^0.18.0",
62
62
  "@hyrious/esbuild-plugin-commonjs": "^0.2.4",
63
63
  "rollup-plugin-node-externals": "^4.1.1",
64
64
  "esbuild": "^0.18.12",
65
65
  "npmlog": "^6.0.2",
66
- "@module-federation/sdk": "0.6.5"
66
+ "@module-federation/sdk": "0.6.7"
67
67
  }
68
68
  }