From 53917042634bba23c70dab823166281ce0db345a Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Mon, 9 Oct 2023 01:59:49 +0300 Subject: [PATCH] Version 3.1.1 PR-URL: https://github.com/metarhia/metacom/pull/463 --- CHANGELOG.md | 7 ++++++- package-lock.json | 12 ++++++------ package.json | 4 ++-- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77deda9e..a86a69b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased][unreleased] +## [3.1.1][] - 2023-10-09 + +- Fix: do not serve API over http and ws on balancing port + ## [3.1.0][] - 2023-10-06 - Decompose bind to init and listen to handle EADDRINUSE and escalate error @@ -245,7 +249,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and binary structures and multiple different ideas originated from JSTP and old protocols like USP and CLEAR. -[unreleased]: https://github.com/metarhia/metacom/compare/v3.1.0...HEAD +[unreleased]: https://github.com/metarhia/metacom/compare/v3.1.1...HEAD +[3.1.1]: https://github.com/metarhia/metacom/compare/v3.1.0...v3.1.1 [3.1.0]: https://github.com/metarhia/metacom/compare/v3.0.6...v3.1.0 [3.0.6]: https://github.com/metarhia/metacom/compare/v3.0.5...v3.0.6 [3.0.5]: https://github.com/metarhia/metacom/compare/v3.0.4...v3.0.5 diff --git a/package-lock.json b/package-lock.json index 1fabd7b7..b312a7f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "metacom", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "metacom", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "dependencies": { - "metautil": "^3.13.0", + "metautil": "^3.14.0", "ws": "^8.14.0" }, "devDependencies": { @@ -2038,9 +2038,9 @@ } }, "node_modules/metautil": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/metautil/-/metautil-3.13.0.tgz", - "integrity": "sha512-/kfy1XCroPHUMnSn4NhlkrTQMg7b8Y7q4PnRjNoAGzq14KXfW8YqvgvhRwEXWmk0QwaLikHnulOccZalG3y+jA==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/metautil/-/metautil-3.14.0.tgz", + "integrity": "sha512-kqOTNYXMx+V2Ahox7ayR5y6YermGWsCpr0KmY3o3gvRu52Xw7psqb2JqpyTiS1eyt7oWrZzOcOFb8D12CnYYug==", "engines": { "node": "18 || 20" }, diff --git a/package.json b/package.json index c93e8927..e2f768f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacom", - "version": "3.1.0", + "version": "3.1.1", "author": "Timur Shemsedinov ", "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access", "license": "MIT", @@ -53,7 +53,7 @@ "node": "18 || 20" }, "dependencies": { - "metautil": "^3.13.0", + "metautil": "^3.14.0", "ws": "^8.14.0" }, "devDependencies": {