@swell/apps-sdk 1.0.157 → 1.0.158

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.
@@ -616,7 +616,7 @@ export interface ShopifyArticle {
616
616
  }
617
617
  export interface ShopifyBlog {
618
618
  all_tags: string[];
619
- articles: ShopifyArticle[];
619
+ articles: SwellStorefrontCollection<ShopifyResource<ShopifyArticle>>;
620
620
  articles_count: number;
621
621
  'comments_enabled?': boolean;
622
622
  handle: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@swell/apps-sdk",
3
3
  "type": "module",
4
- "version": "1.0.157",
4
+ "version": "1.0.158",
5
5
  "description": "Swell SDK for building isomorphic apps.",
6
6
  "author": "Swell",
7
7
  "license": "MIT",