@veltdev/sdk 4.4.0-beta.6 → 4.4.0-beta.8
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 -1
- package/package.json +1 -1
- package/velt.js +2 -2
package/app/utils/constants.d.ts
CHANGED
|
@@ -248,7 +248,7 @@ export declare class Constants {
|
|
|
248
248
|
VELT_COMMENT_COMPOSER: string;
|
|
249
249
|
VELT_SKELETON_LOADER: string;
|
|
250
250
|
VELT_SHADOW_DOM_INTERNAL: string;
|
|
251
|
-
|
|
251
|
+
VELT_SINGLE_EDITOR_MODE_PANEL: string;
|
|
252
252
|
};
|
|
253
253
|
static ATTRIBUTES: {
|
|
254
254
|
VELT_COMMENT_CONTAINER: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "4.4.0-beta.
|
|
3
|
+
"version": "4.4.0-beta.8",
|
|
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": [
|