Skip to content

Commit 0b4b1a2

Browse files
authored
Merge pull request #7 from LinkupPlatform/chore/update-axios-182
chore: update axios to 1.8.2
2 parents 0d3f51d + 1e48d1f commit 0b4b1a2

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkup-sdk",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"scripts": {
@@ -48,7 +48,7 @@
4848
"typescript": "^5.7.2"
4949
},
5050
"dependencies": {
51-
"axios": "^1.7.9",
51+
"axios": "^1.8.2",
5252
"zod": "^3.24.1",
5353
"zod-to-json-schema": "^3.24.1"
5454
}

src/linkup-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { ZodObject, ZodRawShape } from 'zod';
2222
import { isZodObject, concatErrorAndDetails } from './utils';
2323

2424
export class LinkupClient {
25-
private readonly USER_AGENT = 'Linkup-JS-SDK/1.0.5';
25+
private readonly USER_AGENT = 'Linkup-JS-SDK/1.0.6';
2626
private readonly apiKey: string;
2727
private readonly baseUrl: string;
2828

0 commit comments

Comments
 (0)