@shopby/shop-sdk 1.48.1 → 1.48.2

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.48.2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.1...v1.48.2) (2023-03-09)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * domain/display ProductReview 타입 추가 ([d5f4a12](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/d5f4a12497696f558895a23b18fa7845cb472e76))
11
+
5
12
  ### [1.48.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.48.0...v1.48.1) (2023-03-08)
6
13
 
7
14
 
@@ -1251,6 +1251,7 @@ export interface ProductReview {
1251
1251
  givenAccumulationYn: Yn;
1252
1252
  extraJson: string;
1253
1253
  registerName: string;
1254
+ registerNo: number;
1254
1255
  }
1255
1256
  export interface GetProductsProductNoProductReviewsResponse {
1256
1257
  rate: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.48.1",
3
+ "version": "1.48.2",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",