@healthcloudai/hc-login-connector 0.0.1 → 0.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ This library provides convenient access to the Healthcheck REST API from TypeScr
11
11
  ## Installation
12
12
 
13
13
  ```sh
14
- npm install @healthcheck/hc-login-connector @healthcheck/hc-http
14
+ npm install @healthcloudai/hc-login-connector @healthcloudai/hc-http
15
15
 
16
16
 
17
17
  ```
@@ -19,8 +19,8 @@ npm install @healthcheck/hc-login-connector @healthcheck/hc-http
19
19
  ## Import
20
20
 
21
21
  ```sh
22
- import { HCLoginClient } from "@healthcheck/hc-login-connector";
23
- import { FetchClient } from "@healthcheck/hc-http";
22
+ import { HCLoginClient } from "@healthcloudai/hc-login-connector";
23
+ import { FetchClient } from "@healthcloudai/hc-http";
24
24
  ```
25
25
 
26
26
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthcloudai/hc-login-connector",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Healthcheck Login authentication SDK with TypeScrip and token refresh",
5
5
  "author": "Healthcheck Systems Inc",
6
6
  "license": "MIT",