@veltdev/sdk-staging 4.5.0-beta.86 → 4.5.0-beta.87
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/client/snippyly.model.d.ts +11 -1
- package/package.json +1 -1
- package/velt.js +62 -62
|
@@ -351,8 +351,18 @@ export declare class Snippyly {
|
|
|
351
351
|
*/
|
|
352
352
|
disableLogs: (config?: DisableLogsConfig) => void;
|
|
353
353
|
|
|
354
|
+
/**
|
|
355
|
+
* To enable safe eval.
|
|
356
|
+
*/
|
|
357
|
+
enableSafeEval: () => void;
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* To disable safe eval.
|
|
361
|
+
*/
|
|
362
|
+
disableSafeEval: () => void;
|
|
363
|
+
|
|
354
364
|
/**
|
|
355
365
|
* To reset the button toggle map.
|
|
356
366
|
*/
|
|
357
367
|
resetVeltButtonState: (config?: VeltResetButtonStateConfig) => void;
|
|
358
|
-
}
|
|
368
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk-staging",
|
|
3
|
-
"version": "4.5.0-beta.
|
|
3
|
+
"version": "4.5.0-beta.87",
|
|
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": [
|