File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
clients/algoliasearch-client-javascript/packages/client-common Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ export * from './cache' ;
2+ export * from './constants' ;
3+ export * from './createAlgoliaAgent' ;
4+ export * from './createAuth' ;
5+ export * from './createIterablePromise' ;
6+ export * from './getAlgoliaAgent' ;
7+ export * from './logger' ;
8+ export * from './transporter' ;
9+ export * from './types' ;
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ export default defineConfig([
88 {
99 ...getBaseNodeOptions ( pkg , __dirname ) ,
1010 format : 'cjs' ,
11- dts : { entry : { common : 'index.ts' } } ,
12- entry : { common : 'index.ts' } ,
11+ dts : { entry : { common : 'src/ index.ts' } } ,
12+ entry : { common : 'src/ index.ts' } ,
1313 } ,
1414 {
1515 ...getBaseNodeOptions ( pkg , __dirname ) ,
1616 format : 'esm' ,
17- dts : { entry : { common : 'index.ts' } } ,
18- entry : { common : 'index.ts' } ,
17+ dts : { entry : { common : 'src/ index.ts' } } ,
18+ entry : { common : 'src/ index.ts' } ,
1919 } ,
2020] ) ;
You can’t perform that action at this time.
0 commit comments