@veltdev/sdk 1.0.80 → 1.0.81

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.
@@ -98,6 +98,11 @@ export declare class LiveStateSyncElement {
98
98
  */
99
99
  cancelEditorAccessRequest: () => void;
100
100
 
101
+ /**
102
+ * To edit current tab
103
+ */
104
+ editCurrentTab: () => void;
105
+
101
106
  /**
102
107
  * To set editor access timeout
103
108
  */
@@ -221,6 +226,11 @@ export declare class LiveStateSyncElement {
221
226
  */
222
227
  private _cancelEditorAccessRequest;
223
228
 
229
+ /**
230
+ * To edit current tab
231
+ */
232
+ private _editCurrentTab;
233
+
224
234
  /**
225
235
  * To set editor access timeout
226
236
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {