From 45cffb541b5ba01da9c243ebc9ba8f34cd44d117 Mon Sep 17 00:00:00 2001 From: Tenere CI Date: Mon, 20 Jul 2026 21:01:06 -0700 Subject: [PATCH] chore: add .gitignore (node_modules/) --- package-lock.json | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 package-lock.json 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",