@tesseraloyalty/sdk 0.1.0 → 0.1.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.
- package/README.md +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @tesseraloyalty/sdk
|
|
2
2
|
|
|
3
|
-
Official TypeScript / JavaScript SDK for the [Tessera](https://github.com/Common-Sense-Startups/
|
|
3
|
+
Official TypeScript / JavaScript SDK for the [Tessera](https://github.com/Common-Sense-Startups/tessera) loyalty platform. It wraps the public operations API (`/v1`) and owns the error-prone plumbing — bearer auth, HMAC request signing, idempotency keys, cursor pagination, retries with backoff, and a typed error taxonomy — so your backend can drive the whole member journey (browse → identify → earn → read → redeem) in a handful of lines.
|
|
4
4
|
|
|
5
5
|
Runs anywhere the Web `fetch` standard exists: **Node 20+, edge / Cloudflare Workers, Deno, and Bun**. Ships **ESM + CommonJS** with bundled types, and has **zero runtime dependencies**.
|
|
6
6
|
|
|
7
|
-
> **Status — publishing pending ([TER-95](https://github.com/Common-Sense-Startups/
|
|
7
|
+
> **Status — publishing pending ([TER-95](https://github.com/Common-Sense-Startups/tessera)).** `@tesseraloyalty/sdk` is `0.x`; the release pipeline is prepared but the package is **not on npm yet**, so the install line below is forthcoming. SDK `v0.x` targets Tessera operations API **`v1`** (exported as `API_VERSION`).
|
|
8
8
|
|
|
9
9
|
## Install
|
|
10
10
|
|