@scalekit-sdk/node 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,11 +22,11 @@ This Node SDK is a wrapper around Scalekit's REST API to help you integrate Scal
22
22
  ## Installation
23
23
 
24
24
  ```sh
25
- npm install @scalekit-sdk/node-sdk
25
+ npm install @scalekit-sdk/node
26
26
  #or
27
- yarn add @scalekit-sdk/node-sdk
27
+ yarn add @scalekit-sdk/node
28
28
  #or
29
- pnpm add @scalekit-sdk/node-sdk
29
+ pnpm add @scalekit-sdk/node
30
30
  ```
31
31
 
32
32
  ## Usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.0.2",
3
3
  "name": "@scalekit-sdk/node",
4
- "description": "Scalekit Node SDK",
4
+ "description": "Official Scalekit Node SDK",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "repository": {
@@ -14,9 +14,13 @@
14
14
  "test": "echo \"Error: no test specified\" && exit 1"
15
15
  },
16
16
  "keywords": [
17
+ "sso",
18
+ "saml",
19
+ "oidc",
20
+ "sso-authentication",
17
21
  "scalekit"
18
22
  ],
19
- "author": "Scalekit Team",
23
+ "author": "Team Scalekit",
20
24
  "license": "ISC",
21
25
  "dependencies": {
22
26
  "@connectrpc/connect": "^1.4.0",
@@ -42,4 +46,4 @@
42
46
  "example": "examples",
43
47
  "lib": "lib"
44
48
  }
45
- }
49
+ }
package/src/core.ts CHANGED
@@ -12,7 +12,7 @@ export default class CoreClient {
12
12
  public keys: JWK[] = [];
13
13
  public accessToken: string | null = null;
14
14
  public axios: Axios;
15
- public sdkVersion = `Scalekit-Node/1.0.0`;
15
+ public sdkVersion = `Scalekit-Node/1.0.2`;
16
16
  public apiVersion = "20240430";
17
17
  public userAgent = `${this.sdkVersion} Node/${process.version} (${process.platform}; ${os.arch()})`;
18
18
  constructor(