@imgly/plugin-ai-apps-web 0.1.2 → 0.1.4

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/types.d.ts CHANGED
@@ -39,7 +39,15 @@ export interface Providers {
39
39
  }
40
40
  export interface PluginConfiguration {
41
41
  providers: Providers;
42
+ /**
43
+ * Whether to enable debug mode. Will print additional debug information
44
+ */
42
45
  debug?: boolean;
46
+ /**
47
+ * If true the generation process wll be replaced with a dummy generation.
48
+ * Useful for testing the UI without actually generating images.
49
+ */
50
+ dryRun?: boolean;
43
51
  /**
44
52
  * Base URL used for the UI assets used in the plugin.
45
53
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imgly/plugin-ai-apps-web",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "AI apps orchestration plugin for the CE.SDK editor",
5
5
  "keywords": ["CE.SDK", "plugin", "AI", "ai apps"],
6
6
  "repository": {