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" : " phenoml" ,
3- "version" : " 0.0.16 " ,
3+ "version" : " 0.0.17 " ,
44 "private" : false ,
55 "repository" : " github:PhenoML/phenoml-ts-sdk" ,
66 "type" : " commonjs" ,
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ export class phenomlClient {
4040 {
4141 "X-Fern-Language" : "JavaScript" ,
4242 "X-Fern-SDK-Name" : "phenoml" ,
43- "X-Fern-SDK-Version" : "0.0.16 " ,
44- "User-Agent" : "phenoml/0.0.16 " ,
43+ "X-Fern-SDK-Version" : "0.0.17 " ,
44+ "User-Agent" : "phenoml/0.0.17 " ,
4545 "X-Fern-Runtime" : core . RUNTIME . type ,
4646 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
4747 } ,
Original file line number Diff line number Diff line change 1- export const SDK_VERSION = "0.0.16 " ;
1+ export const SDK_VERSION = "0.0.17 " ;
You can’t perform that action at this time.
0 commit comments