From 9e1eb0b3a01686703aa11672714523b1ae7388e2 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 23 Feb 2024 17:44:51 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/backpressuredarray.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 05fa1dc..771d5f6 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/lik', - version: '6.0.12', + version: '6.0.13', description: 'light little helpers for node' } diff --git a/ts/backpressuredarray.ts b/ts/backpressuredarray.ts index 3c845a5..2ac1fc8 100644 --- a/ts/backpressuredarray.ts +++ b/ts/backpressuredarray.ts @@ -47,7 +47,6 @@ export class BackpressuredArray { }); } - // New method to wait for items waitForItems(): Promise { return new Promise((resolve) => { if (this.data.length > 0) {