@code-pushup/js-packages-plugin 0.27.1 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/bin.js
CHANGED
|
@@ -723,7 +723,7 @@ function pluginWorkDir(slug) {
|
|
|
723
723
|
|
|
724
724
|
// packages/utils/src/lib/reports/utils.ts
|
|
725
725
|
function calcDuration(start, stop) {
|
|
726
|
-
return Math.
|
|
726
|
+
return Math.round((stop ?? performance.now()) - start);
|
|
727
727
|
}
|
|
728
728
|
|
|
729
729
|
// packages/utils/src/lib/execute-process.ts
|
package/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { fileURLToPath } from "node:url";
|
|
|
4
4
|
|
|
5
5
|
// packages/plugin-js-packages/package.json
|
|
6
6
|
var name = "@code-pushup/js-packages-plugin";
|
|
7
|
-
var version = "0.
|
|
7
|
+
var version = "0.28.0";
|
|
8
8
|
|
|
9
9
|
// packages/plugin-js-packages/src/lib/config.ts
|
|
10
10
|
import { z as z15 } from "zod";
|