@trezor/utils
Advanced tools
Comparing version 9.0.7 to 9.0.8
@@ -0,1 +1,6 @@ | ||
# 9.0.8 | ||
- 63bc156f2 fix(suite-common): allow long decimals with localizeNumber | ||
- 19360addf chore: move resolveStaticPath from utils to suite-common | ||
# 9.0.7 | ||
@@ -2,0 +7,0 @@ |
@@ -26,3 +26,2 @@ export * from './abortablePromise'; | ||
export * from './redactUserPath'; | ||
export * from './resolveStaticPath'; | ||
export * from './scheduleAction'; | ||
@@ -34,2 +33,3 @@ export * from './throwError'; | ||
export * as xssFilters from './xssFilters'; | ||
export * from './getLocaleSeparators'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -55,3 +55,2 @@ "use strict"; | ||
__exportStar(require("./redactUserPath"), exports); | ||
__exportStar(require("./resolveStaticPath"), exports); | ||
__exportStar(require("./scheduleAction"), exports); | ||
@@ -63,2 +62,3 @@ __exportStar(require("./throwError"), exports); | ||
exports.xssFilters = __importStar(require("./xssFilters")); | ||
__exportStar(require("./getLocaleSeparators"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@trezor/utils", | ||
"version": "9.0.7", | ||
"version": "9.0.8", | ||
"author": "Trezor <info@trezor.io>", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/utils", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39917
758