Skip to content

Commit 901f4c1

Browse files
committed
SDK regeneration
1 parent f9e8df0 commit 901f4c1

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,12 +1096,12 @@ braces@^3.0.3:
10961096
fill-range "^7.1.1"
10971097

10981098
browserslist@^4.24.0:
1099-
version "4.25.2"
1100-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.25.2.tgz#90c1507143742d743544ae6e92bca3348adff667"
1101-
integrity sha512-0si2SJK3ooGzIawRu61ZdPCO1IncZwS8IzuX73sPZsXW6EQ/w/DAfPyKI8l1ETTCr2MnvqWitmlCUxgdul45jA==
1099+
version "4.25.3"
1100+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.25.3.tgz#9167c9cbb40473f15f75f85189290678b99b16c5"
1101+
integrity sha512-cDGv1kkDI4/0e5yON9yM5G/0A5u8sf5TnmdX5C9qHzI9PPu++sQ9zjm1k9NiOrf3riY4OkK0zSGqfvJyJsgCBQ==
11021102
dependencies:
1103-
caniuse-lite "^1.0.30001733"
1104-
electron-to-chromium "^1.5.199"
1103+
caniuse-lite "^1.0.30001735"
1104+
electron-to-chromium "^1.5.204"
11051105
node-releases "^2.0.19"
11061106
update-browserslist-db "^1.1.3"
11071107

@@ -1147,7 +1147,7 @@ camelcase@^6.2.0:
11471147
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
11481148
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
11491149

1150-
caniuse-lite@^1.0.30001733:
1150+
caniuse-lite@^1.0.30001735:
11511151
version "1.0.30001735"
11521152
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001735.tgz#ba658fd3fd24a4106fd68d5ce472a2c251494dbe"
11531153
integrity sha512-EV/laoX7Wq2J9TQlyIXRxTJqIw4sxfXS4OYgudGxBYRuTv0q7AM6yMEpU/Vo1I94thg9U6EZ2NfZx9GJq83u7w==
@@ -1344,10 +1344,10 @@ dunder-proto@^1.0.1:
13441344
es-errors "^1.3.0"
13451345
gopd "^1.2.0"
13461346

1347-
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==
1347+
electron-to-chromium@^1.5.204:
1348+
version "1.5.207"
1349+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.207.tgz#0fedde3eec615065ee95531c09a10578644c5552"
1350+
integrity sha512-mryFrrL/GXDTmAtIVMVf+eIXM09BBPlO5IQ7lUyKmK8d+A4VpRGG+M3ofoVef6qyF8s60rJei8ymlJxjUA8Faw==
13511351

13521352
emittery@^0.13.1:
13531353
version "0.13.1"

0 commit comments

Comments
 (0)