From df9b81f418836a0d5dccfa473d75955a76a33d82 Mon Sep 17 00:00:00 2001 From: Pavol Hejny Date: Tue, 9 Jan 2024 21:18:29 +0100 Subject: [PATCH] 1.11.26 --- 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 1832aed..160393a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "waitasecond", - "version": "1.11.25", + "version": "1.11.26", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "waitasecond", - "version": "1.11.25", + "version": "1.11.26", "license": "SEE LICENSE IN LICENSE", "dependencies": { "ts-essentials": "8.1.0" diff --git a/package.json b/package.json index ca078fa..cfa6003 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waitasecond", - "version": "1.11.25", + "version": "1.11.26", "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",