From 433bfc80d5a1ca2786178b9a24ab1ecaf9deeb43 Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:51:33 +0800 Subject: [PATCH] v5.0.10 - chore: support Node.js v20 - chore: update deps Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed5c9c9..9801705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@achrinza/event-pubsub", - "version": "5.0.9", + "version": "5.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@achrinza/event-pubsub", - "version": "5.0.9", + "version": "5.0.10", "license": "MIT", "dependencies": { "@achrinza/strong-type": "0.1.13" @@ -18,7 +18,7 @@ "node-http-server": "8.1.3" }, "engines": { - "node": "13 || 14 || 16 || 17 || 18 || 19 || 20" + "node": "13 || 14 || 16 || 17 || 18 || 19 || 20 || 21" } }, "node_modules/@achrinza/strong-type": { diff --git a/package.json b/package.json index 82c0548..da1ca63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@achrinza/event-pubsub", - "version": "5.0.9", + "version": "5.0.10", "description": "Super light and fast Extensible ES6+ events and EventEmitters for Node and the browser. Easy for any developer level, use the same exact code in node and the browser. No frills, just high speed events!", "main": "index.js", "type": "module",