File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "cliVersion" : " 3.27 .0" ,
2+ "cliVersion" : " 3.32 .0" ,
33 "generatorName" : " fernapi/fern-typescript-node-sdk" ,
44 "generatorVersion" : " 3.42.8" ,
55 "generatorConfig" : {
66 "namespaceExport" : " Credal" ,
77 "includeApiReference" : true ,
88 "allowCustomFetcher" : true
99 },
10- "sdkVersion" : " 0.1.15 "
10+ "sdkVersion" : " 0.1.16 "
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " @credal/sdk" ,
3- "version" : " 0.1.15 " ,
3+ "version" : " 0.1.16 " ,
44 "private" : false ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ export function normalizeClientOptions<T extends BaseClientOptions = BaseClientO
5252 {
5353 "X-Fern-Language" : "JavaScript" ,
5454 "X-Fern-SDK-Name" : "@credal/sdk" ,
55- "X-Fern-SDK-Version" : "0.1.15 " ,
56- "User-Agent" : "@credal/sdk/0.1.15 " ,
55+ "X-Fern-SDK-Version" : "0.1.16 " ,
56+ "User-Agent" : "@credal/sdk/0.1.16 " ,
5757 "X-Fern-Runtime" : core . RUNTIME . type ,
5858 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
5959 } ,
Original file line number Diff line number Diff line change 1- export const SDK_VERSION = "0.1.15 " ;
1+ export const SDK_VERSION = "0.1.16 " ;
You can’t perform that action at this time.
0 commit comments