@sazito/client-sdk 1.2.0 → 1.2.1

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,7 @@ This SDK is built for application developers who want a typed, framework-agnosti
12
12
  ## Package
13
13
 
14
14
  - Name: `@sazito/client-sdk`
15
- - Version: `1.0.0`
15
+ - Version: See `package.json`
16
16
  - License: `MIT`
17
17
 
18
18
  ## Requirements
@@ -149,7 +149,7 @@ Supported request options:
149
149
  ## Authentication
150
150
 
151
151
  ```ts
152
- sazito.setAuthToken('<jwt>');
152
+ sazito.setAuthToken('YOUR_JWT');
153
153
 
154
154
  const isLoggedIn = sazito.isAuthenticated();
155
155
  const token = sazito.getAuthToken();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sazito/client-sdk",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Official JavaScript/TypeScript SDK for Sazito e-commerce platform - Client Edition",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",