diff --git a/package-lock.json b/package-lock.json index a6fadd1..c4cd9ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "awaitqueue", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "awaitqueue", - "version": "3.0.1", + "version": "3.0.2", "license": "ISC", "dependencies": { "debug": "^4.3.4" @@ -23,7 +23,7 @@ "typescript": "^5.2.2" }, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index d74599b..722f8d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awaitqueue", - "version": "3.0.1", + "version": "3.0.2", "description": "JavaScript utility to enqueue asynchronous tasks and run them sequentially one after another", "author": "IƱaki Baz Castillo (https://inakibaz.me)", "license": "ISC",