Skip to content

Commit 77d9148

Browse files
committed
Version 3.0.3
PR-URL: #440
1 parent ff9b378 commit 77d9148

3 files changed

Lines changed: 35 additions & 32 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased][unreleased]
44

5+
## [3.0.3][] - 2023-08-19
6+
7+
- Bugfixes: sendEvent call, checking http or ws transport
8+
59
## [3.0.2][] - 2023-08-14
610

711
- Bugfixes: MetaReadable, binary packages parsing and serialization
@@ -221,7 +225,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
221225
binary structures and multiple different ideas originated from JSTP and old
222226
protocols like USP and CLEAR.
223227

224-
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.2...HEAD
228+
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.3...HEAD
229+
[3.0.3]: https://github.com/metarhia/metacom/compare/v3.0.2...v3.0.3
225230
[3.0.2]: https://github.com/metarhia/metacom/compare/v3.0.1...v3.0.2
226231
[3.0.1]: https://github.com/metarhia/metacom/compare/v3.0.0...v3.0.1
227232
[3.0.0]: https://github.com/metarhia/metacom/compare/v2.0.7...v3.0.0

package-lock.json

Lines changed: 25 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacom",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
66
"license": "MIT",
@@ -57,15 +57,15 @@
5757
"ws": "^8.13.0"
5858
},
5959
"devDependencies": {
60-
"@types/node": "^20.5.0",
60+
"@types/node": "^20.5.1",
6161
"@types/ws": "^8.5.5",
6262
"eslint": "^8.47.0",
6363
"eslint-config-metarhia": "^8.2.1",
6464
"eslint-config-prettier": "^9.0.0",
65-
"eslint-plugin-import": "^2.28.0",
65+
"eslint-plugin-import": "^2.28.1",
6666
"eslint-plugin-prettier": "^5.0.0",
6767
"metatests": "^0.8.2",
68-
"prettier": "^3.0.1",
68+
"prettier": "^3.0.2",
6969
"typescript": "^5.1.6"
7070
}
7171
}

0 commit comments

Comments
 (0)