@puckeditor/plugin-ai 0.4.0-canary.de2b0e39 → 0.4.0-canary.e05aa4b3

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.d.mts CHANGED
@@ -70,7 +70,6 @@ type JSONSchema = {
70
70
 
71
71
  type ComponentAiParams = {
72
72
  instructions?: string;
73
- schema?: JSONSchema;
74
73
  defaultZone?: { allow?: string[]; disallow?: string[]; disabled?: boolean };
75
74
  };
76
75
 
package/dist/index.d.ts CHANGED
@@ -70,7 +70,6 @@ type JSONSchema = {
70
70
 
71
71
  type ComponentAiParams = {
72
72
  instructions?: string;
73
- schema?: JSONSchema;
74
73
  defaultZone?: { allow?: string[]; disallow?: string[]; disabled?: boolean };
75
74
  };
76
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puckeditor/plugin-ai",
3
- "version": "0.4.0-canary.de2b0e39",
3
+ "version": "0.4.0-canary.e05aa4b3",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "puckeditor/puck",
6
6
  "bugs": "https://github.com/puckeditor/puck/issues",