ui.shipaid.com 0.3.156 → 0.3.157

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.
@@ -225,7 +225,7 @@ export declare class ShipAidWidget extends LitElement {
225
225
  promptTemplate(): import("lit").TemplateResult<1> | undefined;
226
226
  connectedCallback(): Promise<void>;
227
227
  disconnectedCallback(): void;
228
- updated(changedProperties: PropertyValues): void;
228
+ updated: (changedProperties: PropertyValues) => void;
229
229
  updateProtection(force?: boolean): Promise<void>;
230
230
  protected render(): import("lit").TemplateResult<1>;
231
231
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.156",
4
+ "version": "0.3.157",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",