Skip to content

Commit

Permalink
Merge pull request #1428 from samchon/feat/dependency
Browse files Browse the repository at this point in the history
`ILlmFunction.strict` has been removed.
  • Loading branch information
samchon authored Dec 12, 2024
2 parents 88ca453 + b064b53 commit 8285dcc
Show file tree
Hide file tree
Showing 493 changed files with 1,470 additions and 2,936 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typia",
"version": "7.2.1",
"version": "7.3.0",
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://typia.io",
"dependencies": {
"@samchon/openapi": "^2.0.1",
"@samchon/openapi": "^2.1.2",
"commander": "^10.0.0",
"comment-json": "^4.2.3",
"inquirer": "^8.2.5",
Expand All @@ -50,7 +50,7 @@
},
"peerDependencies": {
"typescript": ">=4.8.0 <5.8.0",
"@samchon/openapi": ">=2.0.1 <3.0.0"
"@samchon/openapi": ">=2.1.2 <3.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/typescript-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-json",
"version": "7.2.1-dev.20241212",
"version": "7.3.0-dev.20241213",
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -37,11 +37,11 @@
},
"homepage": "https://typia.io",
"dependencies": {
"typia": "7.2.1-dev.20241212"
"typia": "7.3.0-dev.20241213"
},
"peerDependencies": {
"typescript": ">=4.8.0 <5.8.0",
"@samchon/openapi": ">=2.0.1 <3.0.0"
"@samchon/openapi": ">=2.1.2 <3.0.0"
},
"stackblitz": {
"startCommand": "npm install && npm run test"
Expand Down
1 change: 0 additions & 1 deletion src/programmers/llm/LlmApplicationProgrammer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ export namespace LlmApplicationProgrammer {
})(),
deprecated: props.function.deprecated,
tags: props.function.tags,
strict: true,
};
};

Expand Down
4 changes: 0 additions & 4 deletions test/generate/output/generate_llm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ export const application = (() => {
},
required: ["id", "serial", "name", "established_at", "departments"],
},
strict: true,
},
{
name: "createDepartment",
Expand Down Expand Up @@ -448,7 +447,6 @@ export const application = (() => {
output: {
$ref: "#/$defs/IDepartment",
},
strict: true,
},
{
name: "hire",
Expand Down Expand Up @@ -601,7 +599,6 @@ export const application = (() => {
},
required: ["id", "name", "age", "grade", "employeed_at"],
},
strict: true,
},
{
name: "erase",
Expand Down Expand Up @@ -739,7 +736,6 @@ export const application = (() => {
type: "string",
format: "uuid",
},
strict: true,
},
],
} as import("@samchon/openapi").ILlmApplication<"llama">;
Expand Down
9 changes: 3 additions & 6 deletions test/schemas/llm.application/3.0/ArrayAny.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
"first"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "reduce",
Expand Down Expand Up @@ -243,8 +242,7 @@
"union"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "coalesce",
Expand Down Expand Up @@ -473,8 +471,7 @@
],
"additionalProperties": false,
"nullable": true
},
"strict": true
}
}
]
}
9 changes: 3 additions & 6 deletions test/schemas/llm.application/3.0/ArrayHierarchical.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@
"first"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "reduce",
Expand Down Expand Up @@ -535,8 +534,7 @@
],
"additionalProperties": false
}
},
"strict": true
}
},
{
"name": "coalesce",
Expand Down Expand Up @@ -1057,8 +1055,7 @@
"additionalProperties": false
},
"nullable": true
},
"strict": true
}
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@
"first"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "reduce",
Expand Down Expand Up @@ -571,8 +570,7 @@
"value"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "coalesce",
Expand Down Expand Up @@ -1129,8 +1127,7 @@
],
"additionalProperties": false,
"nullable": true
},
"strict": true
}
}
]
}
9 changes: 3 additions & 6 deletions test/schemas/llm.application/3.0/ArrayMatrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"first"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "reduce",
Expand Down Expand Up @@ -79,8 +78,7 @@
}
}
}
},
"strict": true
}
},
{
"name": "coalesce",
Expand Down Expand Up @@ -145,8 +143,7 @@
}
},
"nullable": true
},
"strict": true
}
}
]
}
9 changes: 3 additions & 6 deletions test/schemas/llm.application/3.0/ArrayRecursive.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@
"first"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "reduce",
Expand Down Expand Up @@ -695,8 +694,7 @@
"created_at"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "coalesce",
Expand Down Expand Up @@ -1377,8 +1375,7 @@
],
"additionalProperties": false,
"nullable": true
},
"strict": true
}
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -1822,8 +1822,7 @@
"first"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "reduce",
Expand Down Expand Up @@ -7255,8 +7254,7 @@
}
]
}
},
"strict": true
}
},
{
"name": "coalesce",
Expand Down Expand Up @@ -14497,8 +14495,7 @@
]
},
"nullable": true
},
"strict": true
}
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -1921,8 +1921,7 @@
"first"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "reduce",
Expand Down Expand Up @@ -7651,8 +7650,7 @@
"value"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "coalesce",
Expand Down Expand Up @@ -15289,8 +15287,7 @@
],
"additionalProperties": false,
"nullable": true
},
"strict": true
}
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3170,8 +3170,7 @@
"first"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "reduce",
Expand Down Expand Up @@ -12647,8 +12646,7 @@
}
]
}
},
"strict": true
}
},
{
"name": "coalesce",
Expand Down Expand Up @@ -25281,8 +25279,7 @@
]
},
"nullable": true
},
"strict": true
}
}
]
}
9 changes: 3 additions & 6 deletions test/schemas/llm.application/3.0/ArrayRepeatedNullable.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
"first"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "reduce",
Expand Down Expand Up @@ -294,8 +293,7 @@
"nullable": true
}
]
},
"strict": true
}
},
{
"name": "coalesce",
Expand Down Expand Up @@ -572,8 +570,7 @@
"nullable": true
}
]
},
"strict": true
}
}
]
}
9 changes: 3 additions & 6 deletions test/schemas/llm.application/3.0/ArrayRepeatedRequired.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
"first"
],
"additionalProperties": false
},
"strict": true
}
},
{
"name": "reduce",
Expand Down Expand Up @@ -257,8 +256,7 @@
}
}
]
},
"strict": true
}
},
{
"name": "coalesce",
Expand Down Expand Up @@ -531,8 +529,7 @@
"nullable": true
}
]
},
"strict": true
}
}
]
}
Loading

0 comments on commit 8285dcc

Please sign in to comment.