Skip to content

Commit a5fc05e

Browse files
committed
SDK regeneration
1 parent a690f46 commit a5fc05e

File tree

5 files changed

+28
-17
lines changed

5 files changed

+28
-17
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
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

7-
The Lattice SDK TypeScript library provides convenient access to the Lattice API from TypeScript.
8+
The Anduril TypeScript library provides convenient access to the Anduril API from TypeScript.
89

910
## Documentation
1011

@@ -626,3 +627,13 @@ const client = new LatticeClient({
626627
fetcher: // provide your implementation here
627628
});
628629
```
630+
631+
## Contributing
632+
633+
While we value open-source contributions to this SDK, this library is generated programmatically.
634+
Additions made directly to this library would have to be moved over to our generation code,
635+
otherwise they would be overwritten upon the next generated release. Feel free to open a PR as
636+
a proof of concept, but know that we will not be able to merge it as-is. We suggest opening
637+
an issue first to discuss with us!
638+
639+
On the other hand, contributions to the README are always very welcome!

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.1.0",
3+
"version": "2.2.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
@@ -44,8 +44,8 @@ export class LatticeClient {
4444
{
4545
"X-Fern-Language": "JavaScript",
4646
"X-Fern-SDK-Name": "@anduril-industries/lattice-sdk",
47-
"X-Fern-SDK-Version": "2.1.0",
48-
"User-Agent": "@anduril-industries/lattice-sdk/2.1.0",
47+
"X-Fern-SDK-Version": "2.2.0",
48+
"User-Agent": "@anduril-industries/lattice-sdk/2.2.0",
4949
"X-Fern-Runtime": core.RUNTIME.type,
5050
"X-Fern-Runtime-Version": core.RUNTIME.version,
5151
},

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.1.0";
1+
export const SDK_VERSION = "2.2.0";

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -736,16 +736,16 @@
736736
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
737737

738738
"@types/node@*":
739-
version "24.2.0"
740-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.2.0.tgz#cde712f88c5190006d6b069232582ecd1f94a760"
741-
integrity sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==
739+
version "24.2.1"
740+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.2.1.tgz#83e41543f0a518e006594bb394e2cd961de56727"
741+
integrity sha512-DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ==
742742
dependencies:
743743
undici-types "~7.10.0"
744744

745745
"@types/node@^18.19.70":
746-
version "18.19.121"
747-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.121.tgz#c50d353ea2d1fb1261a8bbd0bf2850306f5af2b3"
748-
integrity sha512-bHOrbyztmyYIi4f1R0s17QsPs1uyyYnGcXeZoGEd227oZjry0q6XQBQxd82X1I57zEfwO8h9Xo+Kl5gX1d9MwQ==
746+
version "18.19.122"
747+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.122.tgz#e7358f8df7cc3f14e860198e1ca4dc2ed9a7de06"
748+
integrity sha512-yzegtT82dwTNEe/9y+CM8cgb42WrUfMMCg2QqSddzO1J6uPmBD7qKCZ7dOHZP2Yrpm/kb0eqdNMn2MUyEiqBmA==
749749
dependencies:
750750
undici-types "~5.26.4"
751751

@@ -1148,9 +1148,9 @@ camelcase@^6.2.0:
11481148
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
11491149

11501150
caniuse-lite@^1.0.30001726:
1151-
version "1.0.30001731"
1152-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001731.tgz#277c07416ea4613ec564e5b0ffb47e7b60f32e2f"
1153-
integrity sha512-lDdp2/wrOmTRWuoB5DpfNkC0rJDU8DqRa6nYL6HK6sytw70QMopt/NIc/9SM7ylItlBWfACXk0tEn37UWM/+mg==
1151+
version "1.0.30001733"
1152+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001733.tgz#918405ed6647a62840fb328832cf5a03f986974b"
1153+
integrity sha512-e4QKw/O2Kavj2VQTKZWrwzkt3IxOmIlU6ajRb6LP64LHpBo1J67k2Hi4Vu/TgJWsNtynurfS0uK3MaUTCPfu5Q==
11541154

11551155
chalk@^4.0.0, chalk@^4.1.0:
11561156
version "4.1.2"
@@ -1345,9 +1345,9 @@ dunder-proto@^1.0.1:
13451345
gopd "^1.2.0"
13461346

13471347
electron-to-chromium@^1.5.173:
1348-
version "1.5.197"
1349-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.197.tgz#117f9d1afd82ae84bbfedd168ddcf52e4afb6216"
1350-
integrity sha512-m1xWB3g7vJ6asIFz+2pBUbq3uGmfmln1M9SSvBe4QIFWYrRHylP73zL/3nMjDmwz8V+1xAXQDfBd6+HPW0WvDQ==
1348+
version "1.5.199"
1349+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.199.tgz#4d8be9c78362c05f095eb7392e9a54f1fb14fd3a"
1350+
integrity sha512-3gl0S7zQd88kCAZRO/DnxtBKuhMO4h0EaQIN3YgZfV6+pW+5+bf2AdQeHNESCoaQqo/gjGVYEf2YM4O5HJQqpQ==
13511351

13521352
emittery@^0.13.1:
13531353
version "0.13.1"

0 commit comments

Comments
 (0)