@puckeditor/cloud-client 0.8.2-canary.9caad1d3 → 0.8.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.
@@ -22414,7 +22414,7 @@ var DEFAULT_V2_MODELS = {
22414
22414
  assembly: "openai/gpt-5.4-mini",
22415
22415
  design: "openai/gpt-5.6-luna"
22416
22416
  };
22417
- var CLOUD_CLIENT_VERSION = true ? "0.8.2-canary.9caad1d3" : "unknown";
22417
+ var CLOUD_CLIENT_VERSION = true ? "0.8.2" : "unknown";
22418
22418
  var cloudApi = async (path, body, options = {}, onChunk, forwardHeaders) => {
22419
22419
  const {
22420
22420
  ai = {},
@@ -22457,7 +22457,7 @@ var DEFAULT_V2_MODELS = {
22457
22457
  assembly: "openai/gpt-5.4-mini",
22458
22458
  design: "openai/gpt-5.6-luna"
22459
22459
  };
22460
- var CLOUD_CLIENT_VERSION = true ? "0.8.2-canary.9caad1d3" : "unknown";
22460
+ var CLOUD_CLIENT_VERSION = true ? "0.8.2" : "unknown";
22461
22461
  var cloudApi = async (path, body, options = {}, onChunk, forwardHeaders) => {
22462
22462
  const {
22463
22463
  ai = {},
@@ -11,7 +11,7 @@ import {
11
11
  getAttachment,
12
12
  handlePuckRequest,
13
13
  tool
14
- } from "./chunk-655DBQPD.mjs";
14
+ } from "./chunk-CVAUWBJD.mjs";
15
15
  import {
16
16
  init_react_import
17
17
  } from "./chunk-O6DC5HI2.mjs";
package/dist/index.js CHANGED
@@ -22459,7 +22459,7 @@ var DEFAULT_V2_MODELS = {
22459
22459
  assembly: "openai/gpt-5.4-mini",
22460
22460
  design: "openai/gpt-5.6-luna"
22461
22461
  };
22462
- var CLOUD_CLIENT_VERSION = true ? "0.8.2-canary.9caad1d3" : "unknown";
22462
+ var CLOUD_CLIENT_VERSION = true ? "0.8.2" : "unknown";
22463
22463
  var cloudApi = async (path, body, options = {}, onChunk, forwardHeaders) => {
22464
22464
  const {
22465
22465
  ai = {},
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  generate,
5
5
  puckHandler,
6
6
  tool
7
- } from "./chunk-655DBQPD.mjs";
7
+ } from "./chunk-CVAUWBJD.mjs";
8
8
  import "./chunk-O6DC5HI2.mjs";
9
9
  export {
10
10
  chat,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puckeditor/cloud-client",
3
- "version": "0.8.2-canary.9caad1d3",
3
+ "version": "0.8.2",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "puckeditor/puck",
6
6
  "bugs": "https://github.com/puckeditor/puck/issues",
@@ -44,9 +44,9 @@
44
44
  "vite-tsconfig-paths": "^5.1.4",
45
45
  "vitest": "^4.1.0",
46
46
  "zod": "^4.1.12",
47
- "eslint-config-custom": "0.8.2-canary.9caad1d3",
48
- "tsconfig": "0.8.2-canary.9caad1d3",
49
- "tsup-config": "0.8.2-canary.9caad1d3"
47
+ "eslint-config-custom": "0.8.2",
48
+ "tsconfig": "0.8.2",
49
+ "tsup-config": "0.8.2"
50
50
  },
51
51
  "scripts": {
52
52
  "lint": "eslint \"**/*.ts*\"",