@loxtep/sdk 0.1.1 → 0.1.2

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 +9 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -179,21 +179,15 @@ for await (const event of filterStream(
179
179
 
180
180
  ## Documentation
181
181
 
182
- - **[Getting started](https://github.com/symmatiq/loxtep/blob/main/sdks/nodejs/docs/getting-started.md)** – Zero to first event in
183
- under 10 minutes.
184
- - **[Quick reference](https://github.com/symmatiq/loxtep/blob/main/sdks/nodejs/docs/quick-reference.md)** – Single-page cheat sheet.
185
- - **[Event replay cookbook](https://github.com/symmatiq/loxtep/blob/main/sdks/nodejs/docs/event-replay-cookbook.md)** – Replay events
186
- from a data product or queue (key differentiator).
187
- - **[Ingestion & export guide](https://github.com/symmatiq/loxtep/blob/main/sdks/nodejs/docs/sdk-ingestion-export-guide.md)** – Deep
188
- dive into how SDK ingestion and export works.
189
- - **[MCP + SDK pairing](https://github.com/symmatiq/loxtep/blob/main/sdks/nodejs/docs/sdk-pairing.md)** – one auth story, when MCP vs
190
- SDK.
191
- - **[Control vs data plane](https://github.com/symmatiq/loxtep/blob/main/sdks/nodejs/docs/sdk-control-vs-data-plane.md)** – REST vs
192
- Loxtep streams.
193
- - **[REST SigV4 vs bus](https://github.com/symmatiq/loxtep/blob/main/sdks/nodejs/docs/sdk-rest-vs-bus.md)** – never mix secrets.
194
- - **[MCP → SDK mapping](https://github.com/symmatiq/loxtep/blob/main/sdks/nodejs/docs/sdk-mcp-mapping.md)** – agent-oriented table.
195
- - **[Bus RBAC threat model](https://github.com/symmatiq/loxtep/blob/main/sdks/nodejs/docs/sdk-bus-rbac-threat-model.md)** – issuance
196
- direction.
182
+ - **Getting started** – Zero to first event in under 10 minutes.
183
+ - **Quick reference** – Single-page cheat sheet.
184
+ - **Event replay cookbook** – Replay events from a data product or queue.
185
+ - **Ingestion & export guide** – Deep dive into how SDK ingestion and export works.
186
+ - **MCP + SDK pairing** One auth story, when MCP vs SDK.
187
+ - **Control vs data plane** – REST vs Loxtep streams.
188
+ - **REST SigV4 vs bus** Never mix secrets.
189
+ - **MCP SDK mapping** – Agent-oriented table.
190
+ - **Bus RBAC threat model** – Issuance direction.
197
191
  - **Typed errors** – `import { … } from '@loxtep/sdk/errors'`.
198
192
  - **API reference** – `npm run docs` (Typedoc).
199
193
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loxtep/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Loxtep SDK for Node.js - data products, flows, projects, queues",
5
5
  "author": "Loxtep <engineering@loxtep.io>",
6
6
  "homepage": "https://loxtep.io",