@shopby/shop-sdk 1.78.44 → 1.78.45

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.
@@ -299,7 +299,7 @@ export declare type MallLanguagesType = 'KO' | 'EN' | 'JA' | 'ZH-CN';
299
299
  export declare type ExchangeType = 'KRW' | 'USD' | 'JPY' | 'CNY';
300
300
  export interface MallCurrenciesInfo {
301
301
  exchangeTo: ExchangeType;
302
- exchangeRate: string;
302
+ exchangeRate: string | number;
303
303
  }
304
304
  export interface MallsInternationalization {
305
305
  languages: MallLanguagesType[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.78.44",
3
+ "version": "1.78.45",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",