File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 }
1414 }
1515 },
16- "sdkVersion" : " 0.2.2 "
16+ "sdkVersion" : " 0.2.3 "
1717}
Original file line number Diff line number Diff line change 11{
22 "name" : " agentmail" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
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" : "agentmail" ,
54- "X-Fern-SDK-Version" : "0.2.2 " ,
55- "User-Agent" : "agentmail/0.2.2 " ,
54+ "X-Fern-SDK-Version" : "0.2.3 " ,
55+ "User-Agent" : "agentmail/0.2.3 " ,
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.2.2 " ;
1+ export const SDK_VERSION = "0.2.3 " ;
You can’t perform that action at this time.
0 commit comments