@imgly/plugin-ai-generation-web 1.72.0-rc.2 → 1.72.0

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.
@@ -5,5 +5,5 @@ import { Generate } from '../../generation/createGenerateFunction';
5
5
  /**
6
6
  * Creates a panel render function based on the schema definition in the provider.
7
7
  */
8
- declare function createPanelRenderFunctionFromSchema<K extends OutputKind, I, O extends Output>({ options, provider, panelInput, config, providerConfig }: InitializationContext<K, I, O, PanelInputSchema<K, I>>, generate: Generate<I, O>): Promise<BuilderRenderFunction<any> | undefined>;
8
+ declare function createPanelRenderFunctionFromSchema<K extends OutputKind, I, O extends Output>(context: InitializationContext<K, I, O, PanelInputSchema<K, I>>, generate: Generate<I, O>): Promise<BuilderRenderFunction<any> | undefined>;
9
9
  export default createPanelRenderFunctionFromSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imgly/plugin-ai-generation-web",
3
- "version": "1.72.0-rc.2",
3
+ "version": "1.72.0",
4
4
  "description": "AI generation plugin for the CE.SDK editor",
5
5
  "keywords": [
6
6
  "CE.SDK",
@@ -45,7 +45,7 @@
45
45
  "@imgly/plugin-utils": "0.0.0"
46
46
  },
47
47
  "peerDependencies": {
48
- "@cesdk/cesdk-js": "1.72.0-rc.2"
48
+ "@cesdk/cesdk-js": "1.72.0"
49
49
  },
50
50
  "scripts": {
51
51
  "start": "pnpm run watch",