@weaverse/core 3.2.0 → 3.2.2

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/dist/index.d.mts CHANGED
@@ -287,6 +287,8 @@ interface ElementData {
287
287
  interface WeaverseElement {
288
288
  Component: ForwardRefExoticComponent<any>;
289
289
  type: string;
290
+ 'data-wv-id': string;
291
+ 'data-wv-type': string;
290
292
  }
291
293
  interface ElementSchema {
292
294
  title: string;
package/dist/index.d.ts CHANGED
@@ -287,6 +287,8 @@ interface ElementData {
287
287
  interface WeaverseElement {
288
288
  Component: ForwardRefExoticComponent<any>;
289
289
  type: string;
290
+ 'data-wv-id': string;
291
+ 'data-wv-type': string;
290
292
  }
291
293
  interface ElementSchema {
292
294
  title: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@weaverse/core",
3
3
  "author": "Weaverse Team",
4
4
  "description": "Weaverse Core",
5
- "version": "3.2.0",
5
+ "version": "3.2.2",
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",