@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.
- package/README.md +0 -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