@veltdev/sdk 1.0.30 → 1.0.31

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.
@@ -16,6 +16,7 @@ export declare class LiveStateData {
16
16
  data: string | number | boolean | JSON;
17
17
  lastUpdated: any;
18
18
  updatedBy: User;
19
+ tabId?: string | null;
19
20
  }
20
21
  export declare class SingleEditorLiveStateData {
21
22
  editor?: User | null;
@@ -267,6 +267,7 @@ export declare class Constants {
267
267
  SNIPPYLY_COMMENT_SIDEBAR_GROUP_BY: string;
268
268
  SNIPPYLY_COMMENT_DIALOG_AUTO_POPULATE_TEXT: string;
269
269
  SNIPPYLY_HUDDLE_DATA: string;
270
+ VELT_TAB_ID: string;
270
271
  };
271
272
  static LOCAL_STORAGE: {
272
273
  SNIPPYLY_DEFAULT_MEDIA_SOURCE_OPTIONS: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {