From caec2accc7a45e7e114b5e9b93328377eacdcf8d Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 21:18:25 +0000 Subject: [PATCH] SDK regeneration --- package.json | 2 +- src/Client.ts | 4 ++-- src/version.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5ddd776..3265368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anduril-industries/lattice-sdk", - "version": "2.4.0", + "version": "2.5.0", "private": false, "repository": "github:anduril/lattice-sdk-javascript", "license": "See LICENSE", diff --git a/src/Client.ts b/src/Client.ts index f97a076..25befb9 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -46,8 +46,8 @@ export class LatticeClient { { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@anduril-industries/lattice-sdk", - "X-Fern-SDK-Version": "2.4.0", - "User-Agent": "@anduril-industries/lattice-sdk/2.4.0", + "X-Fern-SDK-Version": "2.5.0", + "User-Agent": "@anduril-industries/lattice-sdk/2.5.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/version.ts b/src/version.ts index da75217..b54c0db 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "2.4.0"; +export const SDK_VERSION = "2.5.0";