@openhandle/sdk 1.0.1 → 1.1.0

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 CHANGED
@@ -68,7 +68,9 @@ openhandle.instagram.profile({ url: 'https://www.instagram.com/openai/' });
68
68
  Platform IDs are opaque strings and always require an explicit `{ id: '...' }`
69
69
  reference. Numeric ID values are rejected. Resolution is entirely local: the
70
70
  SDK does not follow redirects, make hidden lookup requests, or try multiple
71
- interpretations.
71
+ interpretations. TikTok short links such as `tiktok.com/t/…` and
72
+ `vm.tiktok.com/…` are rejected here. Pass them to `fetch`, which expands them
73
+ server-side.
72
74
 
73
75
  Use `fetch` when the URL's platform or resource is not known:
74
76