File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ async function bootstrap() {
99 const globalPrefix = 'api' ;
1010 const config = new DocumentBuilder ( )
1111 . setTitle ( '@boldare/openai-assistant' )
12- . setVersion ( '1.0.0 ' )
12+ . setVersion ( '1.0.1 ' )
1313 . build ( ) ;
1414 const document = SwaggerModule . createDocument ( app , config ) ;
1515
Original file line number Diff line number Diff line change 11{
22 "name" : " @boldare/openai-assistant" ,
33 "description" : " NestJS library for building chatbot solutions based on the OpenAI Assistant API" ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "private" : false ,
66 "dependencies" : {
77 "tslib" : " ^2.3.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @boldare/source" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "license" : " MIT" ,
55 "scripts" : {
66 "start" : " node dist/apps/api/main.js" ,
You can’t perform that action at this time.
0 commit comments