Drop fake @source/presence-sdk dependency
Build presences / build (push) Successful in 28s

This commit is contained in:
hibna
2026-04-26 00:23:38 +03:00
parent 281829ea76
commit 8a7e231ed9
2 changed files with 5 additions and 3 deletions
+5
View File
@@ -62,6 +62,11 @@ npm run index # regenerates index.json
npm run release # both
```
> `@source/presence-sdk` is **not** a published npm package. The build pipeline
> aliases it to a local runtime shim ([scripts/sdk-runtime.mjs](scripts/sdk-runtime.mjs))
> at bundle time, and TypeScript resolves the import to a local `.d.ts`
> ([types/presence-sdk.d.ts](types/presence-sdk.d.ts)). Don't add it to `package.json`.
## Presence API
`PresenceDefinition` shape (also defined in [`types/presence-sdk.d.ts`](types/presence-sdk.d.ts)):
-3
View File
@@ -11,8 +11,5 @@
"devDependencies": {
"esbuild": "^0.24.2",
"typescript": "^5.7.3"
},
"dependencies": {
"@source/presence-sdk": "0.1.0"
}
}