@module-federation/sdk 0.1.3 → 0.1.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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/sdk",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "license": "MIT",
5
5
  "description": "A sdk for support module federation",
6
6
  "keywords": [
@@ -21,14 +21,14 @@
21
21
  "types": "./dist/index.cjs.d.ts",
22
22
  "exports": {
23
23
  ".": {
24
+ "types": "./dist/index.cjs.d.ts",
24
25
  "import": "./dist/index.esm.js",
25
- "require": "./dist/index.cjs.js",
26
- "types": "./dist/index.cjs.d.ts"
26
+ "require": "./dist/index.cjs.js"
27
27
  },
28
28
  "./normalize-webpack-path": {
29
+ "types": "./dist/normalize-webpack-path.cjs.d.ts",
29
30
  "import": "./dist/normalize-webpack-path.esm.js",
30
- "require": "./dist/normalize-webpack-path.cjs.js",
31
- "types": "./dist/src/normalize-webpack-path.cjs.d.ts"
31
+ "require": "./dist/normalize-webpack-path.cjs.js"
32
32
  }
33
33
  },
34
34
  "typesVersions": {
@@ -105,6 +105,7 @@ export interface DtsRemoteOptions {
105
105
  export interface PluginDtsOptions {
106
106
  generateTypes?: boolean | DtsRemoteOptions;
107
107
  consumeTypes?: boolean | DtsHostOptions;
108
+ tsConfigPath?: string;
108
109
  extraOptions?: Record<string, any>;
109
110
  implementation?: string;
110
111
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/sdk",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "license": "MIT",
5
5
  "description": "A sdk for support module federation",
6
6
  "keywords": [
@@ -21,14 +21,14 @@
21
21
  "types": "./dist/index.cjs.d.ts",
22
22
  "exports": {
23
23
  ".": {
24
+ "types": "./dist/index.cjs.d.ts",
24
25
  "import": "./dist/index.esm.js",
25
- "require": "./dist/index.cjs.js",
26
- "types": "./dist/index.cjs.d.ts"
26
+ "require": "./dist/index.cjs.js"
27
27
  },
28
28
  "./normalize-webpack-path": {
29
+ "types": "./dist/normalize-webpack-path.cjs.d.ts",
29
30
  "import": "./dist/normalize-webpack-path.esm.js",
30
- "require": "./dist/normalize-webpack-path.cjs.js",
31
- "types": "./dist/src/normalize-webpack-path.cjs.d.ts"
31
+ "require": "./dist/normalize-webpack-path.cjs.js"
32
32
  }
33
33
  },
34
34
  "typesVersions": {