@civitai/blocks-react 0.15.0 → 0.15.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.
@@ -73,7 +73,7 @@ export interface LiveHostOptions {
73
73
  /**
74
74
  * The PASTED dev block token — a short-lived RS256 JWT minted by
75
75
  * `POST /api/v1/blocks/dev-token`. v1 echoes this token on `REQUEST_TOKEN`
76
- * (no auto-refresh); when it expires (~15min) the dev re-mints + restarts.
76
+ * (no auto-refresh); when it expires (~4h) the dev re-mints + restarts.
77
77
  * VITE_-bundled, so it must be SHORT-LIVED — never an API key (scope §5.1).
78
78
  */
79
79
  blockToken: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civitai/blocks-react",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "React hooks and iframe transport for Civitai App Blocks. Pairs with @civitai/app-sdk/blocks.",
5
5
  "license": "MIT",
6
6
  "type": "module",