@veltdev/sdk 1.0.158 → 1.0.160

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.
@@ -215,7 +215,7 @@ export declare class Constants {
215
215
  VELT_SHADOW_DOM_INTERNAL: string;
216
216
  };
217
217
  static ATTRIBUTES: {
218
- DATA_ID: string;
218
+ VELT_TARGET_COMMENT_ELEMENT_ID: string;
219
219
  VELT_ID: string;
220
220
  VELT_ELEMENT: string;
221
221
  VELT_ANNOTATION_ID: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.158",
3
+ "version": "1.0.160",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {