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" : " 3 .0.0" ,
3+ "version" : " 4 .0.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 @@ -26,8 +26,8 @@ export class LatticeClient {
2626 {
2727 "X-Fern-Language" : "JavaScript" ,
2828 "X-Fern-SDK-Name" : "@anduril-industries/lattice-sdk" ,
29- "X-Fern-SDK-Version" : "3 .0.0" ,
30- "User-Agent" : "@anduril-industries/lattice-sdk/3 .0.0" ,
29+ "X-Fern-SDK-Version" : "4 .0.0" ,
30+ "User-Agent" : "@anduril-industries/lattice-sdk/4 .0.0" ,
3131 "X-Fern-Runtime" : core . RUNTIME . type ,
3232 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
3333 } ,
Original file line number Diff line number Diff line change 1- export const SDK_VERSION = "2.5 .0" ;
1+ export const SDK_VERSION = "4.0 .0" ;
You can’t perform that action at this time.
0 commit comments