@@ -70,7 +70,7 @@ export class Pdf {
70
70
"X-API-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
71
71
"X-Fern-Language" : "JavaScript" ,
72
72
"X-Fern-SDK-Name" : "fileforge" ,
73
- "X-Fern-SDK-Version" : "0.0.4 " ,
73
+ "X-Fern-SDK-Version" : "0.0.5 " ,
74
74
"X-Fern-Runtime" : core . RUNTIME . type ,
75
75
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
76
76
} ,
@@ -158,7 +158,7 @@ export class Pdf {
158
158
"X-API-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
159
159
"X-Fern-Language" : "JavaScript" ,
160
160
"X-Fern-SDK-Name" : "fileforge" ,
161
- "X-Fern-SDK-Version" : "0.0.4 " ,
161
+ "X-Fern-SDK-Version" : "0.0.5 " ,
162
162
"X-Fern-Runtime" : core . RUNTIME . type ,
163
163
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
164
164
} ,
@@ -253,7 +253,7 @@ export class Pdf {
253
253
"X-API-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
254
254
"X-Fern-Language" : "JavaScript" ,
255
255
"X-Fern-SDK-Name" : "fileforge" ,
256
- "X-Fern-SDK-Version" : "0.0.4 " ,
256
+ "X-Fern-SDK-Version" : "0.0.5 " ,
257
257
"X-Fern-Runtime" : core . RUNTIME . type ,
258
258
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
259
259
} ,
0 commit comments