@appkit/dek-plugin 0.8.0 → 0.8.1

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.es.js CHANGED
@@ -290,7 +290,7 @@ class Api {
290
290
  if (!component) {
291
291
  return;
292
292
  }
293
- return component.element(props);
293
+ return component.element({ ...props, plugin });
294
294
  }
295
295
  }
296
296
  getComponentSchema(integrationKey, componentKey) {
package/dist/index.umd.js CHANGED
@@ -293,7 +293,7 @@
293
293
  if (!component) {
294
294
  return;
295
295
  }
296
- return component.element(props);
296
+ return component.element({ ...props, plugin });
297
297
  }
298
298
  }
299
299
  getComponentSchema(integrationKey, componentKey) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appkit/dek-plugin",
3
3
  "private": false,
4
- "version": "0.8.0",
4
+ "version": "0.8.1",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",