From c488ed03ab9dc99b20bccc8faf36f481308178f4 Mon Sep 17 00:00:00 2001 From: Pavol Hejny Date: Thu, 7 Mar 2024 10:50:06 +0100 Subject: [PATCH] 1.11.42 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19fdd2b..0d206a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "waitasecond", - "version": "1.11.41", + "version": "1.11.42", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "waitasecond", - "version": "1.11.41", + "version": "1.11.42", "license": "SEE LICENSE IN LICENSE", "dependencies": { "ts-essentials": "8.1.0" diff --git a/package.json b/package.json index f796c65..d72524e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waitasecond", - "version": "1.11.41", + "version": "1.11.42", "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",