@pintahub/shopify-api 1.8.7 → 1.8.8

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.
@@ -29,7 +29,7 @@ class GetProduct extends ActionBuilder_1.ActionBuilder {
29
29
  featuredImage {
30
30
  id
31
31
  altText
32
- url(transform: {preferredContentType: PNG, maxWidth: 1200})
32
+ url
33
33
  width
34
34
  height
35
35
  }
@@ -66,10 +66,10 @@ class GetProduct extends ActionBuilder_1.ActionBuilder {
66
66
  type
67
67
  }
68
68
  }
69
- images(first: 20) {
69
+ images(first: 100) {
70
70
  nodes {
71
71
  id
72
- url(transform: {maxWidth: 1200})
72
+ url
73
73
  height
74
74
  altText
75
75
  width
@@ -48,10 +48,10 @@ class GetProduct extends ActionBuilder_1.ActionBuilder {
48
48
  values
49
49
  name
50
50
  }
51
- images(first: 20) {
51
+ images(first: 100) {
52
52
  nodes {
53
53
  id
54
- url(transform: {maxWidth: 1200})
54
+ url
55
55
  height
56
56
  altText
57
57
  width
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/shopify-api",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",