@swell/apps-sdk 1.0.63 → 1.0.64

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.
@@ -117,6 +117,7 @@ export declare class ShopifyCompatibility {
117
117
  getQueryParamsMap(): ShopifyQueryParamsMap;
118
118
  getAllCountryOptionTags(geoSettings: SwellRecord): any;
119
119
  isScriptFormActionUrl(url: string): boolean;
120
+ isScriptUrl(url: string): boolean;
120
121
  needRedirectToPageStart(formId: string): boolean;
121
122
  isCheckoutForm(formId: string): boolean;
122
123
  }
@@ -40,6 +40,7 @@ export interface SwellAppShopifyCompatibilityConfig {
40
40
  checkout_form?: string;
41
41
  redirect_to_page_start_forms?: string[];
42
42
  script_actions_routes?: Record<string, string>;
43
+ script_routes?: Record<string, string>;
43
44
  };
44
45
  }
45
46
  export interface SwellAppStorefrontThemePage {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@swell/apps-sdk",
3
3
  "type": "module",
4
- "version": "1.0.63",
4
+ "version": "1.0.64",
5
5
  "description": "Swell SDK for building isomorphic apps.",
6
6
  "author": "Swell",
7
7
  "license": "MIT",