imessage-sdk 0.1.0 → 0.1.1

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 +7 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,13 +9,10 @@ provider dependencies they use.
9
9
 
10
10
  The package is ESM-only and ships JavaScript plus TypeScript declarations.
11
11
 
12
- > This is a beta release. Install the prerelease with `pnpm add
13
- imessage-sdk@beta` while the public API is being validated.
14
-
15
12
  ## Install
16
13
 
17
14
  ```bash
18
- pnpm add imessage-sdk@beta @imessage-sdk/blooio@beta
15
+ pnpm add imessage-sdk @imessage-sdk/blooio
19
16
  ```
20
17
 
21
18
  ## Creating a client
@@ -452,12 +449,14 @@ within 60 seconds:
452
449
  pnpm --filter @imessage-sdk/photon test:integration:stream
453
450
  ```
454
451
 
455
- ## v0.1 beta boundary
452
+ ## v0.1 scope and stability
456
453
 
457
454
  The initial model includes text, URL/blob/byte attachments, thread replies,
458
- direct conversations, statuses, reactions, typing, webhooks, typed
459
- capabilities, and typed errors. Photon streams and both providers' group
460
- implementations remain experimental provider-level APIs.
455
+ direct conversations, statuses, reactions, typing, typed capabilities, and
456
+ typed errors. These available normalized operations are stable. Webhook
457
+ verification and normalized webhook events remain experimental. Photon streams
458
+ and both providers' group implementations remain experimental provider-level
459
+ APIs.
461
460
 
462
461
  It intentionally excludes FaceTime, polls, location sharing, contacts, message
463
462
  effects, scheduling, provisioning, and automatic provider fallback.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imessage-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Provider-neutral TypeScript SDK for iMessage infrastructure",
5
5
  "author": "jmisilo",
6
6
  "keywords": [