Skip to content

Commit

Permalink
Version 1.8.1
Browse files Browse the repository at this point in the history
Pr-URL: #216
  • Loading branch information
tshemsedinov committed Jul 10, 2021
1 parent 6062718 commit 9b7ac53
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [1.8.1][] - 2021-07-10

- Move split and parseParams to metautil
- Fix custom errors over http transport
- Remove timeout in Server duplicated in rpc call (Procedure class)
Expand Down Expand Up @@ -120,7 +122,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/v1.8.0...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v1.8.1...HEAD
[1.8.1]: https://github.com/metarhia/metacom/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/metarhia/metacom/compare/v1.7.5...v1.8.0
[1.7.5]: https://github.com/metarhia/metacom/compare/v1.7.4...v1.7.5
[1.7.4]: https://github.com/metarhia/metacom/compare/v1.7.3...v1.7.4
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacom",
"version": "1.8.0",
"version": "1.8.1",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
"license": "MIT",
Expand Down Expand Up @@ -54,10 +54,10 @@
},
"dependencies": {
"metautil": "^3.5.5",
"ws": "^7.5.2"
"ws": "^7.5.3"
},
"devDependencies": {
"@types/node": "^16.0.1",
"@types/node": "^16.3.1",
"@types/ws": "^7.4.6",
"eslint": "^7.30.0",
"eslint-config-metarhia": "^7.0.1",
Expand Down

0 comments on commit 9b7ac53

Please sign in to comment.