File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " truefoundry-sdk" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.1.10 " ,
44 "private" : false ,
55 "repository" : " github:truefoundry/truefoundry-typescript-sdk" ,
66 "type" : " commonjs" ,
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ export class TrueFoundryClient {
8888 {
8989 "X-Fern-Language" : "JavaScript" ,
9090 "X-Fern-SDK-Name" : "truefoundry-sdk" ,
91- "X-Fern-SDK-Version" : "0.0.0 " ,
92- "User-Agent" : "truefoundry-sdk/0.0.0 " ,
91+ "X-Fern-SDK-Version" : "0.1.10 " ,
92+ "User-Agent" : "truefoundry-sdk/0.1.10 " ,
9393 "X-Fern-Runtime" : core . RUNTIME . type ,
9494 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
9595 } ,
Original file line number Diff line number Diff line change 1- export const SDK_VERSION = "0.0.0 " ;
1+ export const SDK_VERSION = "0.1.10 " ;
You can’t perform that action at this time.
0 commit comments