docs: update advanced-imessage-ts documentation for v0.3.0#7
docs: update advanced-imessage-ts documentation for v0.3.0#7photon-action-bot[bot] wants to merge 3 commits intomainfrom
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Resolved conflicts: - pnpm-lock.yaml: regenerated for @photon-ai/advanced-imessage@^0.3.0 after accepting main's lockfile base Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Resolved merge conflicts after merging origin/main into this branch. pnpm-lock.yaml: This was the only conflict. Main's lockfile referenced @photon-ai/advanced-imessage@^0.1.0, but this PR's package.json uses ^0.3.0. Accepted main's lockfile as the base and regenerated with pnpm install --no-frozen-lockfile to update for v0.3.0. Verified: pnpm lint and pnpm typecheck:docs both pass. |
Resolve conflicts in package.json and pnpm-lock.yaml by preferring main's dependency versions (@antfu/eslint-config ^4.19.0, @photon-ai/advanced-imessage ^0.4.2) and lockfile. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Resolved merge conflicts between Conflicts found:
Resolution strategy: Preferred main's versions for dependency/lockfile files. No content files had conflicts. Verification: pnpm install --frozen-lockfile ✅ | pnpm lint ✅ | pnpm typecheck:docs ✅ |
Merge conflict resolutionConflicts found:
Resolution:
|
Documentation Update: advanced-imessage-ts v0.3.0
This PR updates documentation for advanced-imessage-ts based on the v0.3.0 release.
Release Notes
New Features
Heartbeatevents to keep long-lived connections alive through proxies (like Cloudflare Tunnel) and reduce unexpected disconnects. This applies to chat, group, message, poll, and scheduled-message event streams. 🔄Improvement
heartbeatpayload on stream responses, so apps can handle or safely ignore keepalive events without custom work.Version: 0.3.0