@swell/apps-sdk 1.0.177 → 1.0.179

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.
@@ -268,6 +268,7 @@ export interface ThemeSettings {
268
268
  [key: string]: any;
269
269
  }
270
270
  export interface ThemeSettingsBlock {
271
+ id?: string;
271
272
  type: string;
272
273
  settings: ThemeSettings;
273
274
  disabled?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@swell/apps-sdk",
3
3
  "type": "module",
4
- "version": "1.0.177",
4
+ "version": "1.0.179",
5
5
  "description": "Swell SDK for building isomorphic apps.",
6
6
  "author": "Swell",
7
7
  "license": "MIT",