@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 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/teressa) 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.
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/teressa)).** `@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`).
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
 
package/dist/index.cjs CHANGED
@@ -1205,6 +1205,6 @@ function assertChannelAllowed(channel, allowlist) {
1205
1205
  }
1206
1206
 
1207
1207
  // src/index.ts
1208
- var VERSION = "0.1.0";
1208
+ var VERSION = "0.1.1";
1209
1209
  var API_VERSION = "v1";
1210
1210
  //# sourceMappingURL=index.cjs.map