Skip to content

Commit 6adf782

Browse files
committed
SDK regeneration
1 parent f9e8df0 commit 6adf782

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
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!

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,9 +1345,9 @@ dunder-proto@^1.0.1:
13451345
gopd "^1.2.0"
13461346

13471347
electron-to-chromium@^1.5.199:
1348-
version "1.5.203"
1349-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.203.tgz#ef7fc2f7e1b816fa4535c861d1ec1348204142b6"
1350-
integrity sha512-uz4i0vLhfm6dLZWbz/iH88KNDV+ivj5+2SA+utpgjKaj9Q0iDLuwk6Idhe9BTxciHudyx6IvTvijhkPvFGUQ0g==
1348+
version "1.5.204"
1349+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.204.tgz#45ffed15ea3ca5d43e3205b52082721bc988d0ba"
1350+
integrity sha512-s9VbBXWxfDrl67PlO4avwh0/GU2vcwx8Fph3wlR8LJl7ySGYId59EFE17VWVcuC3sLWNPENm6Z/uGqKbkPCcXA==
13511351

13521352
emittery@^0.13.1:
13531353
version "0.13.1"

0 commit comments

Comments
 (0)