@nlozgachev/pipelined 0.44.0 → 0.46.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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Duration
3
- } from "./chunk-74JKKJ4R.mjs";
3
+ } from "./chunk-XTVF5R6R.mjs";
4
4
 
5
5
  // src/Composition/compose.ts
6
6
  function compose(f0, f1, f2, f3, f4, f5, f6, f7, f8, f9) {
@@ -377,7 +377,7 @@ function tap(f) {
377
377
  const start = performance.now();
378
378
  const triggerFinish = (duration) => {
379
379
  if (config.label !== void 0) {
380
- console.log(`[${config.label}]: ${Duration.toMilliseconds(duration)}ms`);
380
+ console.log(`[${config.label}]: ${Duration.to.milliseconds(duration)}ms`);
381
381
  } else {
382
382
  config.onFinish(duration);
383
383
  }