@sazito/client-sdk 1.1.2 → 1.1.4

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,8 +20,6 @@ This SDK is built for application developers who want a typed, framework-agnosti
20
20
  - Node.js 18+ (recommended) or any runtime with `fetch`
21
21
  - Browser environments with `fetch`
22
22
 
23
- The SDK sends requests to `http://api.sazito.com:8080` and includes your store domain in the `x-forwarded-host` header.
24
-
25
23
  ## Install
26
24
 
27
25
  ```bash
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.4",
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",