@module-federation/esbuild 0.0.72 → 0.0.74

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/dist/build.cjs.js CHANGED
@@ -8,20 +8,20 @@ var npmlog = require('npmlog');
8
8
  require('json5');
9
9
 
10
10
  function _interopNamespaceDefault(e) {
11
- var n = Object.create(null);
12
- if (e) {
13
- Object.keys(e).forEach(function (k) {
14
- if (k !== 'default') {
15
- var d = Object.getOwnPropertyDescriptor(e, k);
16
- Object.defineProperty(n, k, d.get ? d : {
17
- enumerable: true,
18
- get: function () { return e[k]; }
11
+ var n = Object.create(null);
12
+ if (e) {
13
+ Object.keys(e).forEach(function (k) {
14
+ if (k !== 'default') {
15
+ var d = Object.getOwnPropertyDescriptor(e, k);
16
+ Object.defineProperty(n, k, d.get ? d : {
17
+ enumerable: true,
18
+ get: function () { return e[k]; }
19
+ });
20
+ }
19
21
  });
20
- }
21
- });
22
- }
23
- n.default = e;
24
- return Object.freeze(n);
22
+ }
23
+ n.default = e;
24
+ return Object.freeze(n);
25
25
  }
26
26
 
27
27
  var path__namespace = /*#__PURE__*/_interopNamespaceDefault(path);
@@ -51,7 +51,7 @@ async function getExports(modulePath) {
51
51
  }
52
52
  }
53
53
 
54
- var version = "0.0.72";
54
+ var version = "0.0.74";
55
55
 
56
56
  function _extends$1() {
57
57
  _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.72";
52
+ var version = "0.0.74";
53
53
 
54
54
  function _extends$1() {
55
55
  _extends$1 = Object.assign || function(target) {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@module-federation/esbuild",
3
- "version": "0.0.72",
3
+ "version": "0.0.74",
4
4
  "author": "Zack Jackson (@ScriptedAlchemy)",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",
7
- "types": "./dist/index.cjs.d.ts",
7
+ "types": "./dist/index.d.ts",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
@@ -20,22 +20,22 @@
20
20
  ],
21
21
  "exports": {
22
22
  ".": {
23
- "types": "./dist/index.cjs.d.ts",
23
+ "types": "./dist/index.d.ts",
24
24
  "import": "./dist/index.esm.js",
25
25
  "require": "./dist/index.cjs.js"
26
26
  },
27
27
  "./plugin": {
28
- "types": "./dist/esbuild.cjs.d.ts",
28
+ "types": "./dist/esbuild.d.ts",
29
29
  "import": "./dist/plugin.esm.js",
30
30
  "require": "./dist/plugin.cjs.js"
31
31
  },
32
32
  "./build": {
33
- "types": "./dist/build.cjs.d.ts",
33
+ "types": "./dist/build.d.ts",
34
34
  "import": "./dist/build.esm.js",
35
35
  "require": "./dist/build.cjs.js"
36
36
  },
37
37
  "./types": {
38
- "types": "./dist/types.cjs.d.ts",
38
+ "types": "./dist/types.d.ts",
39
39
  "import": "./dist/types.esm.js",
40
40
  "require": "./dist/types.cjs.js"
41
41
  },
@@ -44,13 +44,13 @@
44
44
  "typesVersions": {
45
45
  "*": {
46
46
  ".": [
47
- "./dist/index.cjs.d.ts"
47
+ "./dist/index.d.ts"
48
48
  ],
49
49
  "helpers": [
50
- "./dist/helpers.cjs.d.ts"
50
+ "./dist/helpers.d.ts"
51
51
  ],
52
52
  "types": [
53
- "./dist/types.cjs.d.ts"
53
+ "./dist/types.d.ts"
54
54
  ]
55
55
  }
56
56
  },
@@ -68,6 +68,6 @@
68
68
  "npmlog": "^7.0.1",
69
69
  "rollup": "^4.24.0",
70
70
  "rollup-plugin-node-externals": "^7.1.3",
71
- "@module-federation/sdk": "0.16.0"
71
+ "@module-federation/sdk": "0.17.1"
72
72
  }
73
73
  }
@@ -1 +0,0 @@
1
- export * from "./src/build";
@@ -1,2 +0,0 @@
1
- export * from "./src/index";
2
- export { default } from "./src/index";
@@ -1 +0,0 @@
1
- export * from "./src/adapters/lib/plugin";
File without changes
File without changes
File without changes