@pagelines/sdk 1.0.577 → 1.0.579

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
@@ -539,4 +539,4 @@ Proprietary - PageLines
539
539
 
540
540
  Internal developers: See `plans/architecture/sdk.md` for complete architecture documentation.
541
541
 
542
- External users: Contact support@pagelines.com
542
+ External users: Contact hello@pagelines.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagelines/sdk",
3
- "version": "1.0.577",
3
+ "version": "1.0.579",
4
4
  "description": "PageLines SDK for agent management, auth, and billing",
5
5
  "type": "module",
6
6
  "main": "./dist/sdk.js",