@pintahub/shopify-api 1.1.2 → 1.1.4

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.
@@ -33,6 +33,7 @@ class GetProduct extends ActionBuilder_1.ActionBuilder {
33
33
  }
34
34
  productType
35
35
  title
36
+ descriptionHtml
36
37
  priceRangeV2 {
37
38
  maxVariantPrice {
38
39
  amount
@@ -55,6 +56,10 @@ class GetProduct extends ActionBuilder_1.ActionBuilder {
55
56
  id
56
57
  }
57
58
  }
59
+ options {
60
+ values
61
+ name
62
+ }
58
63
  metafields(first: 100) {
59
64
  nodes {
60
65
  key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/shopify-api",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",