@widget-js/core 0.10.14 → 0.10.19

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.cjs CHANGED
@@ -158,6 +158,7 @@ var Page = class {
158
158
  packageName;
159
159
  height;
160
160
  maxWidth;
161
+ webviewTag;
161
162
  maxHeight;
162
163
  minWidth;
163
164
  minHeight;
@@ -192,6 +193,7 @@ var Page = class {
192
193
  this.path = options.path;
193
194
  this.meta = options.meta ?? {};
194
195
  this.security = options.security ?? false;
196
+ this.webviewTag = options.webviewTag ?? false;
195
197
  this.permissions = options.permissions ?? [];
196
198
  }
197
199
  /**