fix: api consistency — push-find resume/paused via createThrough; push-flatmap remove dead isSource; push-split remove dead createThrough import; push-jsonl-parse guard sink against premature write/end; push-take-until package.json dep note
CI / publish (push) Failing after 8s
CI / test (push) Successful in 14s

This commit is contained in:
Tenere CI
2026-07-20 14:30:49 -07:00
parent bba77ae6b4
commit a56db71c1a
+7 -2
View File
@@ -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": {}
}