@puckeditor/plugin-ai 0.8.0-canary.0df927dc → 0.8.0-canary.3ff28a94
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7752,7 +7752,7 @@ var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
|
7752
7752
|
var q2 = (0, import_qler.default)();
|
|
7753
7753
|
var DEFAULT_API_VERSION = "v2";
|
|
7754
7754
|
var BUILD_OP_DEBOUNCE_MS = 1e3 / 60;
|
|
7755
|
-
var PLUGIN_AI_VERSION = true ? "0.8.0-canary.
|
|
7755
|
+
var PLUGIN_AI_VERSION = true ? "0.8.0-canary.3ff28a94" : "unknown";
|
|
7756
7756
|
var BENCHMARK = false;
|
|
7757
7757
|
var prefixedUlid = (prefix = "") => `${prefix ? `${prefix}_` : ""}${(0, import_ulid.ulid)()}`;
|
|
7758
7758
|
var getClassName18 = getClassNameFactory("Chat", styles_module_default);
|
package/dist/index.mjs
CHANGED
|
@@ -7771,7 +7771,7 @@ import { jsx as jsx31, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
|
7771
7771
|
var q2 = qler();
|
|
7772
7772
|
var DEFAULT_API_VERSION = "v2";
|
|
7773
7773
|
var BUILD_OP_DEBOUNCE_MS = 1e3 / 60;
|
|
7774
|
-
var PLUGIN_AI_VERSION = true ? "0.8.0-canary.
|
|
7774
|
+
var PLUGIN_AI_VERSION = true ? "0.8.0-canary.3ff28a94" : "unknown";
|
|
7775
7775
|
var BENCHMARK = false;
|
|
7776
7776
|
var prefixedUlid = (prefix = "") => `${prefix ? `${prefix}_` : ""}${ulid()}`;
|
|
7777
7777
|
var getClassName18 = getClassNameFactory("Chat", styles_module_default);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@puckeditor/plugin-ai",
|
|
3
|
-
"version": "0.8.0-canary.
|
|
3
|
+
"version": "0.8.0-canary.3ff28a94",
|
|
4
4
|
"author": "Chris Villa <chris@puckeditor.com>",
|
|
5
5
|
"repository": "puckeditor/puck",
|
|
6
6
|
"bugs": "https://github.com/puckeditor/puck/issues",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@ai-sdk/react": "^3.0.193",
|
|
41
41
|
"@puckeditor/ai-types": "workspace:*",
|
|
42
|
-
"@puckeditor/core": "0.22.0
|
|
42
|
+
"@puckeditor/core": "0.22.0 cbf13a0d",
|
|
43
43
|
"@puckeditor/platform-types": "workspace:*",
|
|
44
44
|
"@types/jest": "^30.0.0",
|
|
45
45
|
"@types/node": "^24.3.0",
|