@puckeditor/cloud-client 0.8.3-canary.fcc3f680 → 0.8.3
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.3
|
|
22417
|
+
var CLOUD_CLIENT_VERSION = true ? "0.8.3" : "unknown";
|
|
22418
22418
|
var cloudApi = async (path, body, options = {}, onChunk, forwardHeaders) => {
|
|
22419
22419
|
const {
|
|
22420
22420
|
ai = {},
|
package/dist/experimental.js
CHANGED
|
@@ -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.3
|
|
22460
|
+
var CLOUD_CLIENT_VERSION = true ? "0.8.3" : "unknown";
|
|
22461
22461
|
var cloudApi = async (path, body, options = {}, onChunk, forwardHeaders) => {
|
|
22462
22462
|
const {
|
|
22463
22463
|
ai = {},
|
package/dist/experimental.mjs
CHANGED
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.3
|
|
22462
|
+
var CLOUD_CLIENT_VERSION = true ? "0.8.3" : "unknown";
|
|
22463
22463
|
var cloudApi = async (path, body, options = {}, onChunk, forwardHeaders) => {
|
|
22464
22464
|
const {
|
|
22465
22465
|
ai = {},
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@puckeditor/cloud-client",
|
|
3
|
-
"version": "0.8.3
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"author": "Chris Villa <chris@puckeditor.com>",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"vite-tsconfig-paths": "^5.1.4",
|
|
48
48
|
"vitest": "^4.1.0",
|
|
49
49
|
"zod": "^4.1.12",
|
|
50
|
-
"eslint-config-custom": "0.8.3
|
|
51
|
-
"tsconfig": "0.8.3
|
|
52
|
-
"tsup-config": "0.8.3
|
|
50
|
+
"eslint-config-custom": "0.8.3",
|
|
51
|
+
"tsconfig": "0.8.3",
|
|
52
|
+
"tsup-config": "0.8.3"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"lint": "eslint \"**/*.ts*\"",
|