@veltdev/sdk 1.0.179 → 1.0.181

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.
@@ -175,7 +175,9 @@ export declare class Constants {
175
175
  VELT_COMMENTS_SIDEBAR: string;
176
176
  VELT_COMMENT_BUBBLE: string;
177
177
  VELT_COMMENT_THREAD: string;
178
+ VELT_COMMENT_PIN: string;
178
179
  VELT_CHART_COMMENT: string;
180
+ VELT_CANVAS_COMMENT: string;
179
181
  VELT_INLINE_COMMENTS_SECTION: string;
180
182
  VELT_HIGHLIGHT_USER_TEXT: string;
181
183
  VELT_AUDIO_HUDDLE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.179",
3
+ "version": "1.0.181",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {