@rechargeapps/storefront-client 0.18.0 → 0.19.0

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.d.ts CHANGED
@@ -877,6 +877,8 @@ interface CDNBaseWidgetSettings {
877
877
  subscribe_without_discount_message: string;
878
878
  subscription_details_verbiage: string;
879
879
  translations: Translations;
880
+ /** Whether or not plans data will be used on the widget */
881
+ use_plans_data?: boolean;
880
882
  widget_charge_every: string;
881
883
  widget_deliver_every: string;
882
884
  widget_icon: WidgetIconColor;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * recharge-client-0.18.0.min.js
2
+ * recharge-client-0.19.0.min.js
3
3
  * Copyright (c) Recharge
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rechargeapps/storefront-client",
3
3
  "description": "Storefront client for Recharge",
4
- "version": "0.18.0",
4
+ "version": "0.19.0",
5
5
  "license": "ISC",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",