@veltdev/sdk 2.0.19 → 2.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.
@@ -179,6 +179,7 @@ export declare class Constants {
179
179
  VELT_CHART_COMMENT: string;
180
180
  VELT_CANVAS_COMMENT: string;
181
181
  VELT_INLINE_COMMENTS_SECTION: string;
182
+ VELT_COMMENTS_MINIMAP: string;
182
183
  VELT_HIGHLIGHT_USER_TEXT: string;
183
184
  VELT_AUDIO_HUDDLE: string;
184
185
  VELT_VIDEO_HUDDLE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {