File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"main" : " dist/cjs/checkout-sdk.js" ,
7
7
"module" : " dist/esm/checkout-sdk.js" ,
8
- "typings" : " dist/checkout-sdk.d.ts" ,
8
+ "typings" : " dist/types/ checkout-sdk.d.ts" ,
9
9
"exports" : {
10
10
"." : {
11
- "types" : " ./dist/checkout-sdk.d.ts" ,
11
+ "types" : " ./dist/types/ checkout-sdk.d.ts" ,
12
12
"import" : " ./dist/esm/checkout-sdk.js" ,
13
13
"require" : " ./dist/cjs/checkout-sdk.js"
14
14
},
15
15
"./essential" : {
16
- "types" : " ./dist/checkout-sdk.d.ts" ,
16
+ "types" : " ./dist/types/ checkout-sdk.d.ts" ,
17
17
"import" : " ./dist/esm/checkout-sdk-essential.js" ,
18
18
"require" : " ./dist/cjs/checkout-sdk-essential.js"
19
19
},
20
20
"./integrations/*" : {
21
- "types" : " ./dist/integrations/*.d.ts" ,
21
+ "types" : " ./dist/types/ integrations/*.d.ts" ,
22
22
"import" : " ./dist/esm/integrations/*.js" ,
23
23
"require" : " ./dist/cjs/integrations/*.js"
24
24
}
Original file line number Diff line number Diff line change 4
4
"entryPointSourceFile" : " ../../temp/core/src/bundles/checkout-button.d.ts"
5
5
},
6
6
"dtsRollup" : {
7
- "mainDtsRollupPath" : " checkout-button.d.ts"
7
+ "mainDtsRollupPath" : " types/ checkout-button.d.ts"
8
8
}
9
9
}
Original file line number Diff line number Diff line change 17
17
},
18
18
"dtsRollup" : {
19
19
"enabled" : true ,
20
- "mainDtsRollupPath" : " checkout-sdk.d.ts"
20
+ "mainDtsRollupPath" : " types/ checkout-sdk.d.ts"
21
21
}
22
22
}
Original file line number Diff line number Diff line change 4
4
"entryPointSourceFile" : " ../../temp/core/src/bundles/embedded-checkout.d.ts"
5
5
},
6
6
"dtsRollup" : {
7
- "mainDtsRollupPath" : " embedded-checkout.d.ts"
7
+ "mainDtsRollupPath" : " types/ embedded-checkout.d.ts"
8
8
}
9
9
}
Original file line number Diff line number Diff line change 4
4
"entryPointSourceFile" : " ../../temp/core/src/bundles/internal-mappers.d.ts"
5
5
},
6
6
"dtsRollup" : {
7
- "mainDtsRollupPath" : " internal-mappers.d.ts"
7
+ "mainDtsRollupPath" : " types/ internal-mappers.d.ts"
8
8
}
9
9
}
Original file line number Diff line number Diff line change 21
21
],
22
22
"apiExtractorConfig" : {
23
23
"entryPointSourceFile" : " ../../temp/core/src/generated/integrations/<moduleName>/index.d.ts" ,
24
- "mainDtsRollupPath" : " integrations/<moduleName>.d.ts"
24
+ "mainDtsRollupPath" : " types/ integrations/<moduleName>.d.ts"
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments