File tree Expand file tree Collapse file tree 5 files changed +19
-8
lines changed Expand file tree Collapse file tree 5 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 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!
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff line change 1- export const SDK_VERSION = "2.1 .0" ;
1+ export const SDK_VERSION = "2.2 .0" ;
Original file line number Diff line number Diff line change @@ -1345,9 +1345,9 @@ dunder-proto@^1.0.1:
13451345 gopd "^1.2.0"
13461346
13471347electron-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.198 "
1349+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.198 .tgz#ac12b539ac1bb3dece1a4cd2d8882d0349c71c55 "
1350+ integrity sha512-G5COfnp3w+ydVu80yprgWSfmfQaYRh9DOxfhAxstLyetKaLyl55QrNjx8C38Pc/C+RaDmb1M0Lk8wPEMQ+bGgQ ==
13511351
13521352emittery@^0.13.1 :
13531353 version "0.13.1"
You can’t perform that action at this time.
0 commit comments