@fintech-solutions/core
Advanced tools
Comparing version 1.2.23 to 1.2.28
@@ -9,3 +9,4 @@ export declare enum FiatShortCode { | ||
JPY = "JPY", | ||
CHF = "CHF" | ||
CHF = "CHF", | ||
BGN = "BGN" | ||
} |
@@ -14,3 +14,4 @@ "use strict"; | ||
FiatShortCode["CHF"] = "CHF"; | ||
FiatShortCode["BGN"] = "BGN"; | ||
})(FiatShortCode = exports.FiatShortCode || (exports.FiatShortCode = {})); | ||
//# sourceMappingURL=fiat-shortcode.enum.js.map |
{ | ||
"name": "@fintech-solutions/core", | ||
"private": false, | ||
"version": "1.2.23", | ||
"version": "1.2.28", | ||
"description": "", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.js", | ||
"license": "ISC", | ||
"gitHead": "8242f3d6fa50b2aaab1808114c2511f46136c1a8" | ||
"gitHead": "d4a097c9040a2aff1f0d80d3d39610837077075f" | ||
} |
@@ -10,2 +10,3 @@ export enum FiatShortCode { | ||
CHF = 'CHF', | ||
BGN = 'BGN', | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
100245
1222