@longvansoftware/storefront-js-client 1.0.10 → 1.0.11

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.
@@ -399,6 +399,7 @@ exports.GET_PRODUCT_OPTION = (0, graphql_tag_1.gql) `
399
399
  $productId: String!
400
400
  ) {
401
401
  getProductOption(partnerId: $partnerId, storeChannel: $storeChannel, productId: $productId) {
402
+ id
402
403
  name
403
404
  subType
404
405
  productFeatureDTOS {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [