@veltdev/sdk 1.0.18 → 1.0.19

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,6 +251,7 @@ 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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {