@longvansoftware/storefront-js-client 3.6.3 → 3.6.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.
@@ -169,6 +169,14 @@ exports.CREATE_PRODUCT_FROM_TEMPLATE = (0, graphql_tag_1.gql) `
169
169
  price
170
170
  displayPrice
171
171
  hint
172
+ brand {
173
+ id
174
+ createStamp
175
+ createdBy
176
+ name
177
+ image
178
+ imageIcon
179
+ }
172
180
  attributeDTOS {
173
181
  id
174
182
  key
@@ -119,6 +119,15 @@ exports.GET_PRODUCT_BY_ID_QUERY = (0, graphql_tag_1.gql) `
119
119
  compareAtPrice
120
120
  featuredImage
121
121
  images
122
+ tags
123
+ brand {
124
+ id
125
+ createStamp
126
+ createdBy
127
+ name
128
+ image
129
+ imageIcon
130
+ }
122
131
  productAttributes {
123
132
  attributeName
124
133
  attributeValue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "3.6.3",
3
+ "version": "3.6.4",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [