ui.shipaid.com 0.3.180 → 0.3.182

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.
@@ -149,8 +149,10 @@ export declare class ShipAidWidget extends LitElement {
149
149
  private _findSellingPlanByName;
150
150
  /** Fetches store info from the ShipAid public API. */
151
151
  private _fetchSellingPlanFromVariant;
152
- private _getProductFieldFromCookie;
153
- private _storeProductFieldInCookie;
152
+ private _getProductFieldFromStorage;
153
+ private _storeProductFieldInStorage;
154
+ private _cleanupOldProductCache;
155
+ private _migrateFromCookiesToSessionStorage;
154
156
  private _fetchProductJSON;
155
157
  /** Fetch current cart from the Shopify ajax API */
156
158
  private _fetchCart;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.180",
4
+ "version": "0.3.182",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",