@veltdev/sdk 1.0.101 → 1.0.102

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.
@@ -174,6 +174,7 @@ export declare class Constants {
174
174
  VELT_COMMENT_TEXT_PORTAL: string;
175
175
  VELT_COMMENTS_SIDEBAR: string;
176
176
  VELT_COMMENT_BUBBLE: string;
177
+ VELT_COMMENT_THREAD: string;
177
178
  VELT_HIGHLIGHT_USER_TEXT: string;
178
179
  VELT_AUDIO_HUDDLE: string;
179
180
  VELT_VIDEO_HUDDLE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.101",
3
+ "version": "1.0.102",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {