@faable/auth-sdk 1.0.2 → 1.0.3

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 +2 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,20 +7,12 @@
7
7
 
8
8
  <p align="center">
9
9
  <a aria-label="NPM version" href="https://www.npmjs.com/package/@faable/auth-sdk">
10
- <img alt="" src="https://img.shields.io/npm/v/@faable/swr-pagination-adapter.svg?style=for-the-badge&labelColor=000000">
10
+ <img alt="" src="https://img.shields.io/npm/v/@faable/auth-sdk.svg?style=for-the-badge&labelColor=000000">
11
11
  </a>
12
12
  </p>
13
13
 
14
14
  ## Install
15
15
 
16
- With Yarn:
17
-
18
- ```bash
19
- yarn add @faablecloud/auth-sdk
20
- ```
21
-
22
- With NPM:
23
-
24
16
  ```bash
25
- npm install @faablecloud/auth-sdk
17
+ npm install @faable/auth-sdk
26
18
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faable/auth-sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "author": "Marc Pomar <marc@faable.com>",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",