@inkress/admin-sdk 1.1.4 → 1.1.41

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
@@ -55,7 +55,7 @@ const inkress = new InkressSDK({
55
55
  accessToken: 'your-jwt-token',
56
56
 
57
57
  // Optional
58
- username: 'merchant-username', // Prepended with 'm-' for Client-Id header
58
+ username: 'merchant-username', // For Client-Id header
59
59
  mode: 'live', // 'live' = api.inkress.com, 'sandbox' = api-dev.inkress.com
60
60
  apiVersion: 'v1', // API version (default: 'v1')
61
61
  timeout: 30000, // Request timeout in ms (default: 30000)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkress/admin-sdk",
3
- "version": "1.1.4",
3
+ "version": "1.1.41",
4
4
  "description": "Official Inkress Commerce API SDK for JavaScript/TypeScript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",