This commit is contained in:
Philipp Kunz 2024-05-14 19:28:39 +02:00
parent e8043c5734
commit 5c2f318158
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@push.rocks/smartspawn", "name": "@push.rocks/smartspawn",
"version": "3.0.2", "version": "3.0.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@push.rocks/smartspawn", "name": "@push.rocks/smartspawn",
"version": "3.0.2", "version": "3.0.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@push.rocks/smartpromise": "^3.0.2", "@push.rocks/smartpromise": "^3.0.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartspawn", "name": "@push.rocks/smartspawn",
"version": "3.0.2", "version": "3.0.3",
"private": false, "private": false,
"description": "A node module for smart subprocess handling with support for promises and streamlined subprocess communication.", "description": "A node module for smart subprocess handling with support for promises and streamlined subprocess communication.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -59,4 +59,4 @@
"async", "async",
"promise" "promise"
] ]
} }