Skip to content

Commit

Permalink
Merge pull request #71 from scalekit-inc/dependabot/npm_and_yarn/undi…
Browse files Browse the repository at this point in the history
…ci-5.28.5

Bump undici from 5.28.4 to 5.28.5
  • Loading branch information
dhaneshbs authored Jan 23, 2025
2 parents a63fbb7 + 384ef5e commit 46ac283
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.9",
"version": "1.0.10",
"name": "@scalekit-sdk/node",
"description": "Official Scalekit Node SDK",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class CoreClient {
public keys: JWK[] = [];
public accessToken: string | null = null;
public axios: Axios;
public sdkVersion = `Scalekit-Node/1.0.9`;
public sdkVersion = `Scalekit-Node/1.0.10`;
public apiVersion = "20240430";
public userAgent = `${this.sdkVersion} Node/${process.version} (${process.platform}; ${os.arch()})`;
constructor(
Expand Down

0 comments on commit 46ac283

Please sign in to comment.