@veltdev/sdk 1.0.27 → 1.0.28

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.
@@ -238,6 +238,7 @@ export declare class Constants {
238
238
  VELT_SYNC_ACCESS: string;
239
239
  VELT_SYNC_ACCESS_AUTO: string;
240
240
  VELT_SYNC_ACCESS_DISABLED: string;
241
+ VELT_SINGLE_EDITOR_MODE_CONTAINER: string;
241
242
  };
242
243
  static INJECTION_STYLE_PROPS: {
243
244
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {