@veltdev/sdk 2.0.35 → 2.0.36
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 +3 -0
- package/package.json +1 -1
- package/velt.js +2 -2
package/app/utils/constants.d.ts
CHANGED
|
@@ -225,6 +225,9 @@ export declare class Constants {
|
|
|
225
225
|
};
|
|
226
226
|
static ATTRIBUTES: {
|
|
227
227
|
VELT_TARGET_COMMENT_ELEMENT_ID: string;
|
|
228
|
+
VELT_COMMENT_TYPE: string;
|
|
229
|
+
TARGET_INLINE_COMMENT_ELEMENT_ID: string;
|
|
230
|
+
TARGET_COMMENT_ELEMENT_ID: string;
|
|
228
231
|
VELT_ID: string;
|
|
229
232
|
VELT_ELEMENT: string;
|
|
230
233
|
VELT_ANNOTATION_ID: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.36",
|
|
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": [
|