Skip to content

Commit bf437ae

Browse files
🌿 Fern Regeneration -- October 16, 2025 (#208)
* SDK regeneration * bump timeout --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Mike Konopelski <[email protected]>
1 parent 693a58c commit bf437ae

File tree

5 files changed

+168
-188
lines changed

5 files changed

+168
-188
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "43.1.0";
1+
export const SDK_VERSION = "43.1.1";

tests/unit/fetcher/stream-wrappers/webpack.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ describe("test env compatibility", () => {
3838
},
3939
);
4040
});
41-
}, 60_000);
41+
}, 120_000);
4242
});

0 commit comments

Comments
 (0)