From a56db71c1a279faa2499088c8bf5fd2101bd3903 Mon Sep 17 00:00:00 2001 From: Tenere CI Date: Mon, 20 Jul 2026 14:30:49 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20api=20consistency=20=E2=80=94=20push-fin?= =?UTF-8?q?d=20resume/paused=20via=20createThrough;=20push-flatmap=20remov?= =?UTF-8?q?e=20dead=20isSource;=20push-split=20remove=20dead=20createThrou?= =?UTF-8?q?gh=20import;=20push-jsonl-parse=20guard=20sink=20against=20prem?= =?UTF-8?q?ature=20write/end;=20push-take-until=20package.json=20dep=20not?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9fa5080..962e6ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push-stream-std/push-take-until", - "version": "0.0.6", + "version": "0.0.7", "description": "Take elements until signal stream emits", "type": "module", "main": "index.js", @@ -32,5 +32,10 @@ ], "publishConfig": { "registry": "https://hub.kl1.tenere.ai/api/packages/push-stream-std/npm/" - } + }, + "repository": { + "type": "git", + "url": "https://hub.kl1.tenere.ai/push-stream-std/push-take-until.git" + }, + "dependencies": {} }