@shopby/shop-sdk 1.60.1 → 1.60.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.60.2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.60.1...v1.60.2) (2023-05-09)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * common > maps > PLATFORM_TYPE_MAP에서 MOBILE_APP, RESPONSIVE 삭제 ([7e90f70](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/7e90f7052bc96b3acaad50dacc2c211071a5b5c3))
11
+
5
12
  ### [1.60.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.60.0...v1.60.1) (2023-04-28)
6
13
 
7
14
 
@@ -6,6 +6,4 @@ export declare const PLATFORM_TYPE_MAP: {
6
6
  readonly MOBILE_WEB: "MOBILE_WEB";
7
7
  readonly AOS: "AOS";
8
8
  readonly IOS: "IOS";
9
- readonly MOBILE_APP: "MOBILE_APP";
10
- readonly RESPONSIVE: "RESPONSIVE";
11
9
  };
@@ -6,7 +6,5 @@ export var PLATFORM_TYPE_MAP = {
6
6
  MOBILE_WEB: 'MOBILE_WEB',
7
7
  AOS: 'AOS',
8
8
  IOS: 'IOS',
9
- MOBILE_APP: 'MOBILE_APP',
10
- RESPONSIVE: 'RESPONSIVE', // 반응형
11
9
  };
12
10
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/common/maps/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AAEvB,MAAM,CAAC,IAAM,iBAAiB,GAAG;IAC/B,EAAE,EAAE,IAAI;IACR,UAAU,EAAE,YAAY;IACxB,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY,EAAE,MAAM;CACxB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/common/maps/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AAEvB,MAAM,CAAC,IAAM,iBAAiB,GAAG;IAC/B,EAAE,EAAE,IAAI;IACR,UAAU,EAAE,YAAY;IACxB,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.60.1",
3
+ "version": "1.60.2",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",