Skip to content

Commit 5ac3e89

Browse files
committed
Release 0.0.4
1 parent 73f2d14 commit 5ac3e89

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fileforge",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": false,
55
"repository": "https://github.com/OnedocLabs/fileforge-node-sdk",
66
"license": "MIT",

src/api/resources/pdf/client/Client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class Pdf {
7070
"X-API-Key": await core.Supplier.get(this._options.apiKey),
7171
"X-Fern-Language": "JavaScript",
7272
"X-Fern-SDK-Name": "fileforge",
73-
"X-Fern-SDK-Version": "0.0.3",
73+
"X-Fern-SDK-Version": "0.0.4",
7474
"X-Fern-Runtime": core.RUNTIME.type,
7575
"X-Fern-Runtime-Version": core.RUNTIME.version,
7676
},
@@ -158,7 +158,7 @@ export class Pdf {
158158
"X-API-Key": await core.Supplier.get(this._options.apiKey),
159159
"X-Fern-Language": "JavaScript",
160160
"X-Fern-SDK-Name": "fileforge",
161-
"X-Fern-SDK-Version": "0.0.3",
161+
"X-Fern-SDK-Version": "0.0.4",
162162
"X-Fern-Runtime": core.RUNTIME.type,
163163
"X-Fern-Runtime-Version": core.RUNTIME.version,
164164
},
@@ -253,7 +253,7 @@ export class Pdf {
253253
"X-API-Key": await core.Supplier.get(this._options.apiKey),
254254
"X-Fern-Language": "JavaScript",
255255
"X-Fern-SDK-Name": "fileforge",
256-
"X-Fern-SDK-Version": "0.0.3",
256+
"X-Fern-SDK-Version": "0.0.4",
257257
"X-Fern-Runtime": core.RUNTIME.type,
258258
"X-Fern-Runtime-Version": core.RUNTIME.version,
259259
},

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -907,9 +907,9 @@ camelcase@^6.2.0:
907907
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
908908

909909
caniuse-lite@^1.0.30001587:
910-
version "1.0.30001618"
911-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001618.tgz#fad74fa006aef0f01e8e5c0a5540c74d8d36ec6f"
912-
integrity sha512-p407+D1tIkDvsEAPS22lJxLQQaG8OTBEqo0KhzfABGk0TU4juBNDSfH0hyAp/HRyx+M8L17z/ltyhxh27FTfQg==
910+
version "1.0.30001620"
911+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001620.tgz#78bb6f35b8fe315b96b8590597094145d0b146b4"
912+
integrity sha512-WJvYsOjd1/BYUY6SNGUosK9DUidBPDTnOARHp3fSmFO1ekdxaY6nKRttEVrfMmYi80ctS0kz1wiWmm14fVc3ew==
913913

914914
chalk@^2.4.2:
915915
version "2.4.2"
@@ -1105,9 +1105,9 @@ domexception@^4.0.0:
11051105
webidl-conversions "^7.0.0"
11061106

11071107
electron-to-chromium@^1.4.668:
1108-
version "1.4.768"
1109-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.768.tgz#3795bd000ccb8978be1af2d06320b2dac810a372"
1110-
integrity sha512-z2U3QcvNuxdkk33YV7R1bVMNq7fL23vq3WfO5BHcqrm4TnDGReouBfYKLEFh5umoK1XACjEwp8mmnhXk2EJigw==
1108+
version "1.4.772"
1109+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.772.tgz#7a1efabf86b20e5709736ce64dbc2ce13cb68936"
1110+
integrity sha512-jFfEbxR/abTTJA3ci+2ok1NTuOBBtB4jH+UT6PUmRN+DY3WSD4FFRsgoVQ+QNIJ0T7wrXwzsWCI2WKC46b++2A==
11111111

11121112
emittery@^0.13.1:
11131113
version "0.13.1"

0 commit comments

Comments
 (0)