File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 "useDefaultRequestParameterValues" : true
2222 },
2323 "originGitCommit" : " e2903127939fad8450d648a96c81176a2bb7cf59" ,
24- "sdkVersion" : " 0.0.0 "
24+ "sdkVersion" : " 0.3.1 "
2525}
Original file line number Diff line number Diff line change 11{
22 "name" : " truefoundry-sdk" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.3.1 " ,
44 "private" : false ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ export function normalizeClientOptions<T extends BaseClientOptions = BaseClientO
5151 {
5252 "X-Fern-Language" : "JavaScript" ,
5353 "X-Fern-SDK-Name" : "truefoundry-sdk" ,
54- "X-Fern-SDK-Version" : "0.0.0 " ,
55- "User-Agent" : "truefoundry-sdk/0.0.0 " ,
54+ "X-Fern-SDK-Version" : "0.3.1 " ,
55+ "User-Agent" : "truefoundry-sdk/0.3.1 " ,
5656 "X-Fern-Runtime" : core . RUNTIME . type ,
5757 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
5858 } ,
Original file line number Diff line number Diff line change 1- export const SDK_VERSION = "0.0.0 " ;
1+ export const SDK_VERSION = "0.3.1 " ;
You can’t perform that action at this time.
0 commit comments