Skip to content

Commit 12e8c8b

Browse files
SDK regeneration
1 parent 5051c66 commit 12e8c8b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.fern/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"originGitCommit": "32fe60c676059f66eca28ed6042c72b38db2ff04",
2424
"originGitCommitIsDirty": false,
2525
"invokedBy": "ci",
26-
"requestedVersion": "0.0.0",
26+
"requestedVersion": "0.4.0",
2727
"ciProvider": "github",
28-
"sdkVersion": "0.0.0"
28+
"sdkVersion": "0.4.0"
2929
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "truefoundry-sdk",
3-
"version": "0.0.0",
3+
"version": "0.4.0",
44
"private": false,
55
"repository": {
66
"type": "git",

src/BaseClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function normalizeClientOptions<T extends BaseClientOptions = BaseClientO
6060
options: T
6161
): NormalizedClientOptions<T> {
6262
const headers = mergeHeaders(
63-
{ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "truefoundry-sdk", "X-Fern-SDK-Version": "0.0.0", "User-Agent": "truefoundry-sdk/0.0.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version },
63+
{ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "truefoundry-sdk", "X-Fern-SDK-Version": "0.4.0", "User-Agent": "truefoundry-sdk/0.4.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version },
6464
options?.headers
6565
);
6666

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "0.0.0";
1+
export const SDK_VERSION = "0.4.0";

0 commit comments

Comments
 (0)