File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.3.0" ,
4
4
"description" : " Data model for Lyric" ,
5
5
"main" : " dist/index.js" ,
6
- "typings " : " dist/index.d.ts" ,
6
+ "types " : " dist/index.d.ts" ,
7
7
"type" : " module" ,
8
8
"scripts" : {
9
9
"\n ===================== Build =================" : " " ,
24
24
" dist/"
25
25
],
26
26
"exports" : {
27
- "." : " ./index.js" ,
28
- "./models" : " ./src/models/index.js"
27
+ "." : " ./dist/ index.js" ,
28
+ "./models" : " ./dist/ src/models/index.js"
29
29
},
30
30
"license" : " AGPL-3.0-or-later" ,
31
31
"repository" : {
Original file line number Diff line number Diff line change 2
2
export { type AppConfig } from './src/config/config.js' ;
3
3
export { default as provider } from './src/core/provider.js' ;
4
4
export { errorHandler } from './src/middleware/errorHandler.js' ;
5
- export { migrate } from '@overture-stack/lyric-data-model' ;
5
+ export { type DbConfig , migrate } from '@overture-stack/lyric-data-model' ;
6
6
7
7
// routes
8
8
export { default as dictionaryRouters } from './src/routers/dictionaryRouter.js' ;
Original file line number Diff line number Diff line change 3
3
"version" : " 0.3.0" ,
4
4
"description" : " Data Submission system" ,
5
5
"main" : " dist/index.js" ,
6
- "typings " : " dist/index.d.ts" ,
6
+ "types " : " dist/index.d.ts" ,
7
7
"engines" : {
8
8
"node" : " >=20.0.0"
9
9
},
You can’t perform that action at this time.
0 commit comments