File tree Expand file tree Collapse file tree 4 files changed +167
-187
lines changed
Expand file tree Collapse file tree 4 files changed +167
-187
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " square" ,
3- "version" : " 43.1.0 " ,
3+ "version" : " 43.1.1 " ,
44 "private" : false ,
55 "repository" : " github:square/square-nodejs-sdk" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ export class SquareClient {
112112 "Square-Version" : _options ?. version ?? "2025-09-24" ,
113113 "X-Fern-Language" : "JavaScript" ,
114114 "X-Fern-SDK-Name" : "square" ,
115- "X-Fern-SDK-Version" : "43.1.0 " ,
116- "User-Agent" : "square/43.1.0 " ,
115+ "X-Fern-SDK-Version" : "43.1.1 " ,
116+ "User-Agent" : "square/43.1.1 " ,
117117 "X-Fern-Runtime" : core . RUNTIME . type ,
118118 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
119119 } ,
Original file line number Diff line number Diff line change 1- export const SDK_VERSION = "43.1.0 " ;
1+ export const SDK_VERSION = "43.1.1 " ;
You can’t perform that action at this time.
0 commit comments