diff --git a/package-lock.json b/package-lock.json index 2b93d05..d10203f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "waitasecond", - "version": "1.11.3", + "version": "1.11.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "waitasecond", - "version": "1.11.3", + "version": "1.11.4", "license": "SEE LICENSE IN LICENSE", "dependencies": { "ts-essentials": "8.1.0" diff --git a/package.json b/package.json index 9efb5d3..800eb47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waitasecond", - "version": "1.11.3", + "version": "1.11.4", "description": "Waitasecond is a javascript library that makes managing async code and Promises simple and elegant. It provides an await-like API that can be used in the browser, worker, and node environment, making it a powerful tool for any project. Additionally, the library is fully typed, allowing developers to have complete confidence in the reliability of their code. With Waitasecond, developers can easily and reliably handle any asynchronous task with ease.", "sideEffects": false, "main": "./dist/main.js",