From 6adcca348f203881da3fb31ebca0396d87dfbfe2 Mon Sep 17 00:00:00 2001 From: dogun-anduril Date: Mon, 27 Oct 2025 10:43:15 -0700 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ad590a..8584c1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anduril-industries/lattice-sdk", - "version": "2.5.0", + "version": "3.0.0", "private": false, "repository": "github:anduril/lattice-sdk-javascript", "license": "See LICENSE", From 8a4ff66436fb67badf40dbbb5649c3a26effa3ed Mon Sep 17 00:00:00 2001 From: dogun-anduril Date: Mon, 27 Oct 2025 10:44:32 -0700 Subject: [PATCH 2/2] Update Client.ts --- src/Client.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Client.ts b/src/Client.ts index 45bf542..483efe7 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -26,8 +26,8 @@ export class LatticeClient { { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@anduril-industries/lattice-sdk", - "X-Fern-SDK-Version": "2.5.0", - "User-Agent": "@anduril-industries/lattice-sdk/2.5.0", + "X-Fern-SDK-Version": "3.0.0", + "User-Agent": "@anduril-industries/lattice-sdk/3.0.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, },