Files
web/packages
Dan Ditomaso 1d83da36f0 docs(sdk,sdk-react): expand README for npm publish
Both packages publish to npm with `files: [..., "README.md", ...]` so the
README is the landing page. Old versions were one-line stubs.

- @meshtastic/sdk: explain feature-client surface, subpath exports
  (/transport, /protobuf, /testing), the fake transport for tests, and
  the migration story from @meshtastic/core (one SDK, separate transport
  packages, framework-agnostic core).
- @meshtastic/sdk-react: single-client + registry quickstarts, grouped
  hook reference, and why the React bindings split out of core.

Shim note carried forward in the sdk README: legacyMeshDevice export
stays until the web client finishes migrating; new code should target
MeshClient directly.
2026-05-26 22:25:41 -04:00
..