We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46360db commit 2394016Copy full SHA for 2394016
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@anduril-industries/lattice-sdk",
3
- "version": "2.5.0",
+ "version": "3.0.0",
4
"private": false,
5
"repository": "github:anduril/lattice-sdk-javascript",
6
"license": "See LICENSE",
src/Client.ts
@@ -26,8 +26,8 @@ export class LatticeClient {
26
27
"X-Fern-Language": "JavaScript",
28
"X-Fern-SDK-Name": "@anduril-industries/lattice-sdk",
29
- "X-Fern-SDK-Version": "2.5.0",
30
- "User-Agent": "@anduril-industries/lattice-sdk/2.5.0",
+ "X-Fern-SDK-Version": "3.0.0",
+ "User-Agent": "@anduril-industries/lattice-sdk/3.0.0",
31
"X-Fern-Runtime": core.RUNTIME.type,
32
"X-Fern-Runtime-Version": core.RUNTIME.version,
33
},
0 commit comments