@loopstack/loopstack-studio 0.31.0 → 0.31.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1341,10 +1341,6 @@ export declare const StudioSidebar: () => JSX.Element;
1341
1341
 
1342
1342
  declare interface StudioUiConfig {
1343
1343
  widgets?: StudioWidgetConfig[];
1344
- sidebar?: boolean;
1345
- workflowHistory?: boolean;
1346
- workflowNavigation?: boolean;
1347
- debugWorkflow?: boolean;
1348
1344
  }
1349
1345
 
1350
1346
  declare interface StudioWidgetConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loopstack/loopstack-studio",
3
- "version": "0.31.0",
3
+ "version": "0.31.1",
4
4
  "repository": "loopstack-ai/loopstack-studio",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",