@veltdev/sdk 1.0.19 → 1.0.20

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.
@@ -258,6 +258,7 @@ export declare class Constants {
258
258
  static LOCAL_STORAGE: {
259
259
  SNIPPYLY_DEFAULT_MEDIA_SOURCE_OPTIONS: string;
260
260
  SNIPPYLY_QUEUED_COMMENT: string;
261
+ VELT_USER: string;
261
262
  };
262
263
  static NON_NESTABLE_ELEMENTS: {
263
264
  [tag: string]: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {