Skip to content

Commit

Permalink
Removed IHttpOpenAiFunction.strict property.
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Dec 12, 2024
1 parent 851da26 commit eacd657
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wrtnio/schema",
"version": "3.0.3",
"version": "3.1.0",
"description": "JSON and LLM function calling schemas extended for Wrtn Studio Pro",
"main": "lib/index.js",
"module": "./lib/index.mjs",
Expand Down Expand Up @@ -31,13 +31,13 @@
},
"homepage": "https://github.com/wrtnio/schema#readme",
"dependencies": {
"@samchon/openapi": "^2.0.4"
"@samchon/openapi": "^2.1.2"
},
"devDependencies": {
"@nestia/core": "^4.0.0",
"@nestia/core": "^4.2.0",
"@nestia/e2e": "^0.7.0",
"@nestia/fetcher": "^4.0.0",
"@nestia/sdk": "^4.0.0",
"@nestia/fetcher": "^4.2.0",
"@nestia/sdk": "^4.2.0",
"@nestjs/common": "^10.4.12",
"@nestjs/core": "^10.4.12",
"@nestjs/platform-express": "^10.4.12",
Expand All @@ -54,7 +54,7 @@
"ts-patch": "^3.2.1",
"typescript": "5.5.4",
"typescript-transform-paths": "^3.5.2",
"typia": "^7.0.0"
"typia": "^7.3.0"
},
"files": [
"lib",
Expand Down

0 comments on commit eacd657

Please sign in to comment.