@veltdev/sdk 1.0.18 → 1.0.20

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.
@@ -251,12 +251,14 @@ export declare class Constants {
251
251
  SNIPPYLY_AUTO_SELECT_ANNOTATION_ID: string;
252
252
  SNIPPYLY_SELECTED_ANNOTATION_ID: string;
253
253
  SNIPPYLY_COMMENT_SIDEBAR_FILTERS: string;
254
+ SNIPPYLY_COMMENT_SIDEBAR_GROUP_BY: string;
254
255
  SNIPPYLY_COMMENT_DIALOG_AUTO_POPULATE_TEXT: string;
255
256
  SNIPPYLY_HUDDLE_DATA: string;
256
257
  };
257
258
  static LOCAL_STORAGE: {
258
259
  SNIPPYLY_DEFAULT_MEDIA_SOURCE_OPTIONS: string;
259
260
  SNIPPYLY_QUEUED_COMMENT: string;
261
+ VELT_USER: string;
260
262
  };
261
263
  static NON_NESTABLE_ELEMENTS: {
262
264
  [tag: string]: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {