@pagelines/sdk 1.0.685 → 1.0.686
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 +2 -2
- package/dist/contract.js +704 -703
- package/dist/contract.js.map +1 -1
- package/dist/sdk.css +1 -1
- package/dist/sdkClient.js +41 -40
- package/dist/sdkClient.js.map +1 -1
- package/dist/widget.js +143 -143
- package/dist/widget.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -147,8 +147,8 @@ it('should test singleton behavior', () => {
|
|
|
147
147
|
```typescript
|
|
148
148
|
// ✅ Normal usage (95%+ cases) - apiBase omitted
|
|
149
149
|
const sdk = PageLinesSDK.getInstance({ isDev: true })
|
|
150
|
-
// Dev:
|
|
151
|
-
// Prod: https://
|
|
150
|
+
// Dev: configured local PageLines port (auto)
|
|
151
|
+
// Prod: https://www.pagelines.com (auto)
|
|
152
152
|
|
|
153
153
|
// ✅ Testing only - custom apiBase
|
|
154
154
|
const testSDK = PageLinesSDK.getInstance({
|