@andrewkimjoseph/celina-sdk 0.26.0 → 0.26.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,7 +69,7 @@ Before broadcasting prepared steps, call `simulatePreparedStep` from `@andrewkim
69
69
  - [Humanness](docs/guides/humanness.md) — dual-rail Self + GoodDollar gate for governance/staking writes
70
70
  - [Self Agent ID](docs/guides/self-agent-id.md) — verify, register, refresh human-backed agents
71
71
  - [AgentKarma reputation](docs/guides/agentkarma.md) — karma reads and counterparty trust policy
72
- - [Telemetry](docs/guides/telemetry.md) — optional read metrics reported to celina-stats-api (`device_id` per project, `user_id` per wallet; opt out with `analyticsEnabled: false`)
72
+ - [Telemetry](docs/guides/telemetry.md) — optional read metrics reported to celina-stats-api (`device_id` per project — set `analyticsDeviceId` explicitly; `user_id` per wallet; opt out with `analyticsEnabled: false`). On serverless hosts keep the isolate alive with `drainCelinaAnalytics()` via `waitUntil` / `after`.
73
73
  - [API reference](https://andrewkimjoseph.gitbook.io/celina-sdk/api-reference)
74
74
 
75
75
  Docs source lives in [`docs/`](docs/) in this repository.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrewkimjoseph/celina-sdk",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "description": "Celina SDK — Celo mainnet reads, unsigned transaction preparation, and ERC-4337 createAAClient for sponsored UserOps.",
5
5
  "type": "module",
6
6
  "sideEffects": false,