@fintech-solutions/core
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,3 +8,4 @@ export declare enum FiatShortCode { | ||
CNY = "CNY", | ||
JPY = "JPY" | ||
JPY = "JPY", | ||
CHF = "CHF" | ||
} |
@@ -13,3 +13,4 @@ "use strict"; | ||
FiatShortCode["JPY"] = "JPY"; | ||
FiatShortCode["CHF"] = "CHF"; | ||
})(FiatShortCode = exports.FiatShortCode || (exports.FiatShortCode = {})); | ||
//# sourceMappingURL=fiat-shortcode.enum.js.map |
{ | ||
"name": "@fintech-solutions/core", | ||
"private": false, | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
@@ -9,2 +9,3 @@ export enum FiatShortCode { | ||
JPY = 'JPY', | ||
CHF = 'CHF', | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
63194
363