diff --git a/package.json b/package.json index 0f1d1e0..d59e933 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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",