Skip to content

Commit

Permalink
Upgrade @samchon/openapi dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Sep 26, 2024
1 parent f059e4b commit 55dc6d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wrtnio/schema",
"version": "1.0.6",
"version": "1.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,10 +31,10 @@
},
"homepage": "https://github.com/wrtnio/schema#readme",
"dependencies": {
"@samchon/openapi": "^1.0.5"
"@samchon/openapi": "^1.1.0"
},
"peerDependencies": {
"@samchon/openapi": ">=1.0.5"
"@samchon/openapi": ">=1.1.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
Expand Down

0 comments on commit 55dc6d3

Please sign in to comment.