Skip to content

Commit b255dfc

Browse files
authored
chore: upgrade thv to v0.3.3 (#901)
1 parent ab213ea commit b255dfc

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

api/generated/types.gen.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,10 @@ export type RunnerRunConfig = {
663663
* Debug indicates whether debug mode is enabled
664664
*/
665665
debug?: boolean
666+
/**
667+
* EnvFileDir is the directory path to load environment files from
668+
*/
669+
env_file_dir?: string
666670
/**
667671
* EnvVars are the parsed environment variables as key-value pairs
668672
*/

api/openapi.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,10 @@
738738
"description": "Debug indicates whether debug mode is enabled",
739739
"type": "boolean"
740740
},
741+
"env_file_dir": {
742+
"description": "EnvFileDir is the directory path to load environment files from",
743+
"type": "string"
744+
},
741745
"env_vars": {
742746
"additionalProperties": { "type": "string" },
743747
"description": "EnvVars are the parsed environment variables as key-value pairs",

utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TOOLHIVE_VERSION = process.env.THV_VERSION ?? 'v0.3.1'
1+
export const TOOLHIVE_VERSION = process.env.THV_VERSION ?? 'v0.3.3'

0 commit comments

Comments
 (0)