@puckeditor/plugin-ai 0.8.1 → 0.8.2-canary.0349bdee

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
@@ -4373,7 +4373,7 @@ var import_jsx_runtime35 = require("react/jsx-runtime");
4373
4373
  var q = (0, import_qler.default)();
4374
4374
  var DEFAULT_API_VERSION = "v2";
4375
4375
  var BUILD_OP_DEBOUNCE_MS = 1e3 / 60;
4376
- var PLUGIN_AI_VERSION = true ? "0.8.1" : "unknown";
4376
+ var PLUGIN_AI_VERSION = true ? "0.8.2-canary.0349bdee" : "unknown";
4377
4377
  var BENCHMARK = false;
4378
4378
  var prefixedUlid = (prefix = "") => `${prefix ? `${prefix}_` : ""}${(0, import_ulid.ulid)()}`;
4379
4379
  var getClassName18 = getClassNameFactory("Chat", styles_module_default);
package/dist/index.mjs CHANGED
@@ -4405,7 +4405,7 @@ import { Fragment as Fragment9, jsx as jsx35, jsxs as jsxs20 } from "react/jsx-r
4405
4405
  var q = qler();
4406
4406
  var DEFAULT_API_VERSION = "v2";
4407
4407
  var BUILD_OP_DEBOUNCE_MS = 1e3 / 60;
4408
- var PLUGIN_AI_VERSION = true ? "0.8.1" : "unknown";
4408
+ var PLUGIN_AI_VERSION = true ? "0.8.2-canary.0349bdee" : "unknown";
4409
4409
  var BENCHMARK = false;
4410
4410
  var prefixedUlid = (prefix = "") => `${prefix ? `${prefix}_` : ""}${ulid()}`;
4411
4411
  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.1",
3
+ "version": "0.8.2-canary.0349bdee",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "puckeditor/puck",
6
6
  "bugs": "https://github.com/puckeditor/puck/issues",
@@ -49,12 +49,12 @@
49
49
  "tsup": "^8.2.4",
50
50
  "typescript": "^5.5.4",
51
51
  "vitest": "^4.1.0",
52
- "@puckeditor/platform-types": "0.8.1",
53
- "eslint-config-custom": "0.8.1",
54
- "@puckeditor/ai-types": "0.8.1",
55
- "reducer": "0.8.1",
56
- "tsconfig": "0.8.1",
57
- "tsup-config": "0.8.1"
52
+ "@puckeditor/platform-types": "0.8.2-canary.0349bdee",
53
+ "eslint-config-custom": "0.8.2-canary.0349bdee",
54
+ "tsconfig": "0.8.2-canary.0349bdee",
55
+ "tsup-config": "0.8.2-canary.0349bdee",
56
+ "reducer": "0.8.2-canary.0349bdee",
57
+ "@puckeditor/ai-types": "0.8.2-canary.0349bdee"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@puckeditor/core": "^0",