@pintahub/shopify-api 1.2.7 → 1.2.9

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.
@@ -43,6 +43,7 @@ class GetProduct extends ActionBuilder_1.ActionBuilder {
43
43
  }
44
44
  productType
45
45
  title
46
+ description
46
47
  descriptionHtml
47
48
  tags
48
49
  productCategory {
@@ -52,7 +52,7 @@ class GetProduct extends ActionBuilder_1.ActionBuilder {
52
52
  images(first: 20) {
53
53
  nodes {
54
54
  id
55
- url(transform: {maxWidth: 1000, crop: CENTER, preferredContentType: WEBP})
55
+ url(transform: {maxWidth: 1200})
56
56
  height
57
57
  altText
58
58
  width
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/shopify-api",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",