File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @anduril-industries/lattice-sdk" ,
3- "version" : " 2.4 .0" ,
3+ "version" : " 2.5 .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 @@ -46,8 +46,8 @@ export class LatticeClient {
4646 {
4747 "X-Fern-Language" : "JavaScript" ,
4848 "X-Fern-SDK-Name" : "@anduril-industries/lattice-sdk" ,
49- "X-Fern-SDK-Version" : "2.4 .0" ,
50- "User-Agent" : "@anduril-industries/lattice-sdk/2.4 .0" ,
49+ "X-Fern-SDK-Version" : "2.5 .0" ,
50+ "User-Agent" : "@anduril-industries/lattice-sdk/2.5 .0" ,
5151 "X-Fern-Runtime" : core . RUNTIME . type ,
5252 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
5353 } ,
Original file line number Diff line number Diff line change 1- export const SDK_VERSION = "2.4 .0" ;
1+ export const SDK_VERSION = "2.5 .0" ;
You can’t perform that action at this time.
0 commit comments