@puckeditor/plugin-ai 0.8.3-canary.dffec47d → 0.8.3-canary.e6d894d4

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 CHANGED
@@ -742,7 +742,7 @@ var import_ulid2 = require("ulid");
742
742
  // src/components/Chat/index.tsx
743
743
  init_react_import();
744
744
 
745
- // ../../node_modules/.pnpm/@ai-sdk+react@3.0.232_react@19.2.8_zod@4.4.3/node_modules/@ai-sdk/react/dist/index.mjs
745
+ // ../../node_modules/.pnpm/@ai-sdk+react@3.0.232_react@19.2.8_zod@3.25.76/node_modules/@ai-sdk/react/dist/index.mjs
746
746
  init_react_import();
747
747
  var import_ai = require("ai");
748
748
  var import_react4 = require("react");
@@ -4365,7 +4365,7 @@ var import_jsx_runtime35 = require("react/jsx-runtime");
4365
4365
  var q = (0, import_qler.default)();
4366
4366
  var DEFAULT_API_VERSION = "v2";
4367
4367
  var BUILD_OP_DEBOUNCE_MS = 1e3 / 60;
4368
- var PLUGIN_AI_VERSION = true ? "0.8.3-canary.dffec47d" : "unknown";
4368
+ var PLUGIN_AI_VERSION = true ? "0.8.3-canary.e6d894d4" : "unknown";
4369
4369
  var BENCHMARK = false;
4370
4370
  var prefixedUlid = (prefix = "") => `${prefix ? `${prefix}_` : ""}${(0, import_ulid.ulid)()}`;
4371
4371
  var getClassName18 = getClassNameFactory("Chat", styles_module_default);
package/dist/index.mjs CHANGED
@@ -729,7 +729,7 @@ import { ulid as ulid2 } from "ulid";
729
729
  // src/components/Chat/index.tsx
730
730
  init_react_import();
731
731
 
732
- // ../../node_modules/.pnpm/@ai-sdk+react@3.0.232_react@19.2.8_zod@4.4.3/node_modules/@ai-sdk/react/dist/index.mjs
732
+ // ../../node_modules/.pnpm/@ai-sdk+react@3.0.232_react@19.2.8_zod@3.25.76/node_modules/@ai-sdk/react/dist/index.mjs
733
733
  init_react_import();
734
734
  var import_throttleit = __toESM(require_throttleit(), 1);
735
735
  import {
@@ -4397,7 +4397,7 @@ import { Fragment as Fragment9, jsx as jsx35, jsxs as jsxs20 } from "react/jsx-r
4397
4397
  var q = qler();
4398
4398
  var DEFAULT_API_VERSION = "v2";
4399
4399
  var BUILD_OP_DEBOUNCE_MS = 1e3 / 60;
4400
- var PLUGIN_AI_VERSION = true ? "0.8.3-canary.dffec47d" : "unknown";
4400
+ var PLUGIN_AI_VERSION = true ? "0.8.3-canary.e6d894d4" : "unknown";
4401
4401
  var BENCHMARK = false;
4402
4402
  var prefixedUlid = (prefix = "") => `${prefix ? `${prefix}_` : ""}${ulid()}`;
4403
4403
  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.3-canary.dffec47d",
3
+ "version": "0.8.3-canary.e6d894d4",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": {
6
6
  "type": "git",
@@ -52,12 +52,12 @@
52
52
  "tsup": "^8.2.4",
53
53
  "typescript": "^5.5.4",
54
54
  "vitest": "^4.1.0",
55
- "tsconfig": "0.8.3-canary.dffec47d",
56
- "tsup-config": "0.8.3-canary.dffec47d",
57
- "@puckeditor/platform-types": "0.8.3-canary.dffec47d",
58
- "eslint-config-custom": "0.8.3-canary.dffec47d",
59
- "reducer": "0.8.3-canary.dffec47d",
60
- "@puckeditor/ai-types": "0.8.3-canary.dffec47d"
55
+ "@puckeditor/ai-types": "0.8.3-canary.e6d894d4",
56
+ "@puckeditor/platform-types": "0.8.3-canary.e6d894d4",
57
+ "eslint-config-custom": "0.8.3-canary.e6d894d4",
58
+ "reducer": "0.8.3-canary.e6d894d4",
59
+ "tsconfig": "0.8.3-canary.e6d894d4",
60
+ "tsup-config": "0.8.3-canary.e6d894d4"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@puckeditor/core": "^0",