@widget-js/core 24.1.1-beta.63 → 24.1.1-beta.71
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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1776,6 +1776,7 @@ var WidgetPackage = class _WidgetPackage {
|
|
|
1776
1776
|
this.url = "";
|
|
1777
1777
|
this.icon = options.icon;
|
|
1778
1778
|
this.devOptions = options.devOptions;
|
|
1779
|
+
this.zipUrl = options.zipUrl;
|
|
1779
1780
|
this.remote = options.remote;
|
|
1780
1781
|
if (options.widgets) {
|
|
1781
1782
|
for (const widget of options.widgets) {
|