@trezor/utils
Advanced tools
Comparing version 9.0.6 to 9.0.7
@@ -0,1 +1,5 @@ | ||
# 9.0.7 | ||
- feat(utils): add arrayShuffle util | ||
# 9.0.6 | ||
@@ -2,0 +6,0 @@ |
export * from './abortablePromise'; | ||
export * from './arrayDistinct'; | ||
export * from './arrayPartition'; | ||
export * from './arrayShuffle'; | ||
export * from './arrayToDictionary'; | ||
@@ -5,0 +6,0 @@ export * as bufferUtils from './bufferUtils'; |
@@ -33,2 +33,3 @@ "use strict"; | ||
__exportStar(require("./arrayPartition"), exports); | ||
__exportStar(require("./arrayShuffle"), exports); | ||
__exportStar(require("./arrayToDictionary"), exports); | ||
@@ -35,0 +36,0 @@ exports.bufferUtils = __importStar(require("./bufferUtils")); |
{ | ||
"name": "@trezor/utils", | ||
"version": "9.0.6", | ||
"version": "9.0.7", | ||
"author": "Trezor <info@trezor.io>", | ||
@@ -32,6 +32,6 @@ "homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/utils", | ||
"jest": "^26.6.3", | ||
"rimraf": "^4.1.2", | ||
"tsx": "^3.12.3", | ||
"rimraf": "^4.4.1", | ||
"tsx": "^3.12.6", | ||
"typescript": "4.9.5" | ||
} | ||
} |
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
39371
70
748