File tree Expand file tree Collapse file tree 5 files changed +29
-18
lines changed Expand file tree Collapse file tree 5 files changed +29
-18
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @module-federation/runtime-tools ' : patch
3
+ ' @module-federation/enhanced ' : patch
4
+ ' @module-federation/runtime ' : patch
5
+ ' @module-federation/sdk ' : patch
6
+ ---
7
+
8
+ fix: fixed type declaration in pkg
Original file line number Diff line number Diff line change 15
15
},
16
16
"exports" : {
17
17
"." : {
18
+ "types" : " ./dist/src/index.d.ts" ,
18
19
"require" : " ./dist/src/index.js" ,
19
- "import" : " ./dist/src/index.js" ,
20
- "types" : " ./dist/index.d.ts"
20
+ "import" : " ./dist/src/index.js"
21
21
},
22
22
"./webpack" : {
23
+ "types" : " ./dist/src/webpack.d.ts" ,
23
24
"require" : " ./dist/src/webpack.js" ,
24
- "import" : " ./dist/src/webpack.js" ,
25
- "types" : " ./dist/webpack.d.ts"
25
+ "import" : " ./dist/src/webpack.js"
26
26
},
27
27
"./rspack" : {
28
+ "types" : " ./dist/src/rspack.d.ts" ,
28
29
"require" : " ./dist/src/rspack.js" ,
29
- "import" : " ./dist/src/rspack.js" ,
30
- "types" : " ./dist/rspack.d.ts"
30
+ "import" : " ./dist/src/rspack.js"
31
31
},
32
32
"./runtime" : {
33
+ "types" : " ./dist/src/runtime.d.ts" ,
33
34
"require" : " ./dist/src/runtime.js" ,
34
- "import" : " ./dist/src/runtime.js" ,
35
- "types" : " ./dist/runtime.d.ts"
35
+ "import" : " ./dist/src/runtime.js"
36
36
}
37
37
},
38
38
"typesVersions" : {
Original file line number Diff line number Diff line change 11
11
},
12
12
"exports" : {
13
13
"." : {
14
+ "types" : " ./dist/index.cjs.d.ts" ,
14
15
"import" : " ./dist/index.esm.js" ,
15
16
"require" : " ./dist/index.cjs.js"
16
17
},
17
18
"./runtime" : {
19
+ "types" : " ./dist/runtime.cjs.d.ts" ,
18
20
"import" : " ./dist/runtime.esm.js" ,
19
21
"require" : " ./dist/runtime.cjs.js"
20
22
},
21
23
"./webpack-bundler-runtime" : {
24
+ "types" : " ./dist/webpack-bundler-runtime.cjs.d.ts" ,
22
25
"import" : " ./dist/webpack-bundler-runtime.esm.js" ,
23
26
"require" : " ./dist/webpack-bundler-runtime.cjs.js"
24
27
},
Original file line number Diff line number Diff line change 15
15
],
16
16
"exports" : {
17
17
"." : {
18
+ "types" : " ./dist/index.cjs.d.ts" ,
18
19
"import" : " ./dist/index.esm.js" ,
19
- "require" : " ./dist/index.cjs.js" ,
20
- "types" : " ./dist/index.cjs.d.ts"
20
+ "require" : " ./dist/index.cjs.js"
21
21
},
22
22
"./helpers" : {
23
+ "types" : " ./dist/helpers.cjs.d.ts" ,
23
24
"import" : " ./dist/helpers.esm.js" ,
24
- "require" : " ./dist/helpers.cjs.js" ,
25
- "types" : " ./dist/helpers.cjs.d.ts"
25
+ "require" : " ./dist/helpers.cjs.js"
26
26
},
27
27
"./types" : {
28
+ "types" : " ./dist/types.cjs.d.ts" ,
28
29
"import" : " ./dist/types.esm.js" ,
29
- "require" : " ./dist/types.cjs.js" ,
30
- "types" : " ./dist/types.cjs.d.ts"
30
+ "require" : " ./dist/types.cjs.js"
31
31
},
32
32
"./*" : " ./*"
33
33
},
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments