diff --git a/package-lock.json b/package-lock.json index 8adbca8..805eb6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "waitasecond", - "version": "1.11.39", + "version": "1.11.40", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "waitasecond", - "version": "1.11.39", + "version": "1.11.40", "license": "SEE LICENSE IN LICENSE", "dependencies": { "ts-essentials": "8.1.0" diff --git a/package.json b/package.json index a798aa1..d3b62df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waitasecond", - "version": "1.11.39", + "version": "1.11.40", "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",