Skip to content

Commit

Permalink
chore: updated version - 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianmusial committed Oct 15, 2024
1 parent 1441071 commit 752d44f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function bootstrap() {
const globalPrefix = 'api';
const config = new DocumentBuilder()
.setTitle('@boldare/openai-assistant')
.setVersion('1.2.0')
.setVersion('1.2.1')
.build();
const document = SwaggerModule.createDocument(app, config);

Expand Down
2 changes: 1 addition & 1 deletion libs/openai-assistant/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boldare/openai-assistant",
"description": "NestJS library for building chatbot solutions based on the OpenAI Assistant API",
"version": "1.2.0",
"version": "1.2.1",
"private": false,
"dependencies": {
"tslib": "^2.6.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boldare/source",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"scripts": {
"set-env": "ts-node libs/ai-embedded/set-env.mjs",
Expand All @@ -17,12 +17,12 @@
"publish": "npm run build:openai-assistant && npm run cp:readme && cd dist/libs/openai-assistant/ && npm publish --access=public && cd ../../..",
"cp:ai-embedded": "cp ./dist/libs/ai-embedded/main.js ./apps/spa/src/assets/js/ai-embedded.js",
"cp:readme": "cp ./README.md ./dist/libs/openai-assistant/README.md",
"lint": "nx run-many --parallel --target=lint --all",
"lint": "nx run-many --parallel --target=lint --all --no-cloud",
"test:openai-assistant": "nx test openai-assistant",
"test:watch:openai-assistant": "nx test openai-assistant --watch",
"test:spa": "nx test spa",
"test:watch:spa": "nx test spa --watch",
"test": "nx run-many --parallel --target=test --all",
"test": "nx run-many --parallel --target=test --all --no-cloud",
"format": "nx format:write",
"prepare": "husky"
},
Expand Down

0 comments on commit 752d44f

Please sign in to comment.