You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Real import path. The types that follow are exact copies from the schema source — not summaries, not paraphrases. A developer can copy-paste this into their code.
Copy file name to clipboardExpand all lines: CLAUDE.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ This project uses [Changesets](https://github.com/changesets/changesets) for ver
60
60
5. On merge to `main`, GitHub Actions creates a "Version Packages" PR
61
61
6. On merge of that PR, GitHub Actions publishes to npm automatically
62
62
63
-
The `@osprotocol/schema` package is published as a **types-only package** (`.ts` files directly, no compiled `.d.ts`). The `apps/web` package is excluded from publishing.
63
+
The `osprotocol` package is published as a **types-only package** (`.ts` files directly, no compiled `.d.ts`). The `apps/web` package is excluded from publishing.
The `@osprotocol/schema` package provides TypeScript types for the protocol. See `packages/schema/package.json``exports` field for the full list. Key entry points:
88
+
The `osprotocol` package provides TypeScript types for the protocol. See `packages/schema/package.json``exports` field for the full list. Key entry points:
0 commit comments