@sazito/client-sdk 1.1.2 → 1.1.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 +1 -1
  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` / npm registry
16
16
  - License: `MIT`
17
17
 
18
18
  ## Requirements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sazito/client-sdk",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
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",