3 Commits

Author SHA1 Message Date
Tenere CI a56db71c1a 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
2026-07-20 14:30:49 -07:00
Tenere CI bba77ae6b4 release: v0.0.6
CI / publish (push) Failing after 8s
CI / test (push) Successful in 9s
2026-07-20 12:00:52 -07:00
Tenere CI 26fb36ca19 release: v0.0.5
CI / publish (push) Has been skipped
CI / test (push) Successful in 7s
2026-07-19 16:21:27 -07:00
+7 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@push-stream-std/push-take-until", "name": "@push-stream-std/push-take-until",
"version": "0.0.3", "version": "0.0.7",
"description": "Take elements until signal stream emits", "description": "Take elements until signal stream emits",
"type": "module", "type": "module",
"main": "index.js", "main": "index.js",
@@ -32,5 +32,10 @@
], ],
"publishConfig": { "publishConfig": {
"registry": "https://hub.kl1.tenere.ai/api/packages/push-stream-std/npm/" "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": {}
} }