diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..ece450a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,16 @@ +{ + "name": "@push-stream-std/stream-to-push-stream", + "version": "1.0.3", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "@push-stream-std/stream-to-push-stream", + "version": "1.0.3", + "license": "SEE LICENSE IN LICENSE", + "engines": { + "node": ">=22.0.0" + } + } + } +} diff --git a/package.json b/package.json index bf7a181..a0dec9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push-stream-std/stream-to-push-stream", - "version": "1.0.3", + "version": "1.0.4", "description": "Convert Node.js streams to push-streams", "type": "module", "main": "index.js",