Skip to content

Commit 17a80f2

Browse files
committed
SDK regeneration
1 parent d1c5a00 commit 17a80f2

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![](https://www.anduril.com/lattice-sdk/)
44

5+
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fanduril%2Flattice-sdk-javascript)
56
[![npm shield](https://img.shields.io/npm/v/@anduril-industries/lattice-sdk)](https://www.npmjs.com/package/@anduril-industries/lattice-sdk)
67

78
The Lattice SDK TypeScript library provides convenient access to the Lattice SDK APIs from TypeScript.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anduril-industries/lattice-sdk",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"private": false,
55
"repository": "github:anduril/lattice-sdk-javascript",
66
"license": "See LICENSE",

src/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export class LatticeClient {
4646
{
4747
"X-Fern-Language": "JavaScript",
4848
"X-Fern-SDK-Name": "@anduril-industries/lattice-sdk",
49-
"X-Fern-SDK-Version": "2.3.0",
50-
"User-Agent": "@anduril-industries/lattice-sdk/2.3.0",
49+
"X-Fern-SDK-Version": "2.4.0",
50+
"User-Agent": "@anduril-industries/lattice-sdk/2.4.0",
5151
"X-Fern-Runtime": core.RUNTIME.type,
5252
"X-Fern-Runtime-Version": core.RUNTIME.version,
5353
},

src/version.ts

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

0 commit comments

Comments
 (0)