@puckeditor/plugin-ai 0.8.3 → 0.8.4-canary.d9519478

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
@@ -4569,7 +4569,7 @@ var q = (0, import_qler.default)();
4569
4569
  var DEFAULT_API_VERSION = "v2";
4570
4570
  var BUILD_OP_DEBOUNCE_MS = 1e3 / 60;
4571
4571
  var CLIENT_TOOL_ENDPOINT_UNAVAILABLE_ERROR_MESSAGE = "Unable to verify the page data. Please enable the `/chat/tool` endpoint on the server and try again.";
4572
- var PLUGIN_AI_VERSION = true ? "0.8.3" : "unknown";
4572
+ var PLUGIN_AI_VERSION = true ? "0.8.4-canary.d9519478" : "unknown";
4573
4573
  var BENCHMARK = false;
4574
4574
  var prefixedUlid = (prefix = "") => `${prefix ? `${prefix}_` : ""}${(0, import_ulid.ulid)()}`;
4575
4575
  var getClassName18 = getClassNameFactory("Chat", styles_module_default);
package/dist/index.mjs CHANGED
@@ -4601,7 +4601,7 @@ var q = qler();
4601
4601
  var DEFAULT_API_VERSION = "v2";
4602
4602
  var BUILD_OP_DEBOUNCE_MS = 1e3 / 60;
4603
4603
  var CLIENT_TOOL_ENDPOINT_UNAVAILABLE_ERROR_MESSAGE = "Unable to verify the page data. Please enable the `/chat/tool` endpoint on the server and try again.";
4604
- var PLUGIN_AI_VERSION = true ? "0.8.3" : "unknown";
4604
+ var PLUGIN_AI_VERSION = true ? "0.8.4-canary.d9519478" : "unknown";
4605
4605
  var BENCHMARK = false;
4606
4606
  var prefixedUlid = (prefix = "") => `${prefix ? `${prefix}_` : ""}${ulid()}`;
4607
4607
  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",
3
+ "version": "0.8.4-canary.d9519478",
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
- "@puckeditor/ai-types": "0.8.3",
56
- "@puckeditor/platform-types": "0.8.3",
57
- "eslint-config-custom": "0.8.3",
58
- "reducer": "0.8.3",
59
- "tsconfig": "0.8.3",
60
- "tsup-config": "0.8.3"
55
+ "@puckeditor/ai-types": "0.8.4-canary.d9519478",
56
+ "@puckeditor/platform-types": "0.8.4-canary.d9519478",
57
+ "eslint-config-custom": "0.8.4-canary.d9519478",
58
+ "reducer": "0.8.4-canary.d9519478",
59
+ "tsconfig": "0.8.4-canary.d9519478",
60
+ "tsup-config": "0.8.4-canary.d9519478"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@puckeditor/core": "^0",