@xylabs/profile
Advanced tools
Comparing version 2.13.20 to 2.13.21
@@ -32,2 +32,4 @@ { | ||
"keywords": [ | ||
"profile", | ||
"profiler", | ||
"xylabs", | ||
@@ -39,6 +41,9 @@ "utility", | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^3.2.10", | ||
"@xylabs/tsconfig": "^3.2.10", | ||
"typescript": "^5.3.2" | ||
"@xylabs/ts-scripts-yarn3": "^3.2.25", | ||
"@xylabs/tsconfig": "^3.2.25", | ||
"typescript": "^5.3.3" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"publishConfig": { | ||
@@ -52,4 +57,4 @@ "access": "public" | ||
"sideEffects": false, | ||
"version": "2.13.20", | ||
"version": "2.13.21", | ||
"type": "module" | ||
} |
@@ -16,2 +16,3 @@ export type Profiler = Record<string, number[]> | ||
let highest = 0 | ||
// eslint-disable-next-line unicorn/no-array-reduce | ||
const results = Object.entries(profiler).reduce<Record<string, number>>((prev, [name, readings]) => { | ||
@@ -18,0 +19,0 @@ const start = readings.at(0) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
28502
235