@shopby/shop-sdk 1.27.6 → 1.27.7

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.27.7](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.27.6...v1.27.7) (2022-10-31)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * myzorder cart api modify ([d47d058](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/d47d0581749fe072501577c6f4f6a47a9ed61648))
11
+
5
12
  ### [1.27.6](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.27.5...v1.27.6) (2022-10-30)
6
13
 
7
14
 
@@ -309,7 +309,6 @@ export interface OrderProductOption {
309
309
  optionManagementCd: string;
310
310
  cartNo: number;
311
311
  productNo: number;
312
- productName?: string;
313
312
  }
314
313
  export interface SetOption {
315
314
  usesOption: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.27.6",
3
+ "version": "1.27.7",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",