@veltdev/sdk 3.0.17 → 3.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.
- package/app/utils/constants.d.ts +1 -0
- package/package.json +1 -1
- package/velt.js +2 -2
package/app/utils/constants.d.ts
CHANGED
|
@@ -224,6 +224,7 @@ export declare class Constants {
|
|
|
224
224
|
VELT_COMMENT_DIALOG_OPTIONS: string;
|
|
225
225
|
VELT_COMMENT_DIALOG_BODY_THREAD_CARD: string;
|
|
226
226
|
VELT_COMMENT_DIALOG_PRIVATE_BANNER: string;
|
|
227
|
+
VELT_COMMENT_COMPOSER: string;
|
|
227
228
|
VELT_SHADOW_DOM_INTERNAL: string;
|
|
228
229
|
};
|
|
229
230
|
static ATTRIBUTES: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.19",
|
|
4
4
|
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
|
|
5
5
|
"homepage": "https://velt.dev",
|
|
6
6
|
"keywords": [
|