ui.shipaid.com 0.3.94 → 0.3.96

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.
@@ -119,7 +119,7 @@ export declare class ShipAidWidget extends LitElement {
119
119
  /** Update the internal cart, which will trigger any protection fee updates */
120
120
  updateCart(cart?: ShopifyCart): Promise<void>;
121
121
  addCartProtectionVariant(): Promise<any>;
122
- updateCartProtectionVariant(qty: number, protectionCartItem?: ShopifyCartItem | null, sellingPlanId?: string | null): Promise<any>;
122
+ updateCartProtectionVariant(qty: number, protectionCartItem?: ShopifyCartItem | null): Promise<any>;
123
123
  /** Add ShipAid shipping protection. */
124
124
  addProtection(): Promise<void>;
125
125
  /** Remove ShipAid shipping protection. */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.94",
4
+ "version": "0.3.96",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",