diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..631ef19 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,16 @@ +{ + "name": "@push-stream-std/push-take-until", + "version": "0.0.8", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "@push-stream-std/push-take-until", + "version": "0.0.8", + "license": "SEE LICENSE IN LICENSE", + "engines": { + "node": ">=22.0.0" + } + } + } +} diff --git a/package.json b/package.json index 4c6a111..3556fbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push-stream-std/push-take-until", - "version": "0.0.8", + "version": "0.0.9", "description": "Take elements until signal stream emits", "type": "module", "main": "index.js",