@hydracept/sdk 0.3.1 → 0.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.2 — 2026-08-26
4
+
5
+ - Ship with the 0.3.2 public-install constellation (receipt `pricing.charge`, first-success smoke)
6
+
3
7
  ## 0.3.1 — 2026-08-26
4
8
 
5
9
  - Job downloads compare receipt SHA-256 as hex (`sha256:<hex>` prefix is stripped)
package/README.md CHANGED
@@ -68,7 +68,7 @@ const created = await client.panels.createPanelSession({
68
68
  console.log(created.sessionId, created.accessToken);
69
69
  ```
70
70
 
71
- Pair with [`@hydracept/elements`](../../packages/elements) to mount the hosted iframe — do not copy protocol code.
71
+ Pair with [`@hydracept/elements`](https://www.npmjs.com/package/@hydracept/elements) to mount the hosted iframe — do not copy protocol code.
72
72
 
73
73
  Activate at https://hydracept.com/start · Docs: https://docs.hydracept.com
74
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hydracept/sdk",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "TypeScript client for Hydracept — production-ready game assets, with a receipt for every run.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",