From 507c0b6fe52341be5c3379eebfd7a78a25b96667 Mon Sep 17 00:00:00 2001 From: yandeu <20306025+yandeu@users.noreply.github.com> Date: Sun, 19 Nov 2023 11:56:06 +0100 Subject: [PATCH] node-datachannel@0.5.1 --- packages/client/package.json | 4 ++-- packages/server/package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/client/package.json b/packages/client/package.json index b06d668..21b42ba 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -36,7 +36,7 @@ "lib": "lib" }, "engines": { - "node": "^14.15 || >=16" + "node": ">=16" }, "scripts": { "bundle": "npm run bundle:version", @@ -50,4 +50,4 @@ "funding": { "url": "https://github.com/sponsors/yandeu" } -} +} \ No newline at end of file diff --git a/packages/server/package.json b/packages/server/package.json index 3916c63..4794ae1 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -36,7 +36,7 @@ "lib": "lib" }, "engines": { - "node": "^14.15 || >=16" + "node": ">=16" }, "scripts": { "build": "tsc --build tsconfig.json", @@ -45,9 +45,9 @@ "dependencies": { "@geckos.io/common": "^2.3.2", "@yandeu/events": "0.0.6", - "node-datachannel": "0.5.0" + "node-datachannel": "0.5.1" }, "funding": { "url": "https://github.com/sponsors/yandeu" } -} +} \ No newline at end of file