Skip to content

Commit

Permalink
Version 2.0.7
Browse files Browse the repository at this point in the history
PR-URL: #301
  • Loading branch information
tshemsedinov committed May 8, 2022
1 parent 9d74d8d commit 0747d46
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 39 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## [Unreleased][unreleased]

## [2.0.7][] - 2022-05-09

- Fix client to support falsy results parsing
- Add reading cors.origin from server config in impress
- Removed duplicated error handling
- Remove duplicated EventEmitter in MetacomInterface

## [2.0.6][] - 2022-04-26

Expand Down Expand Up @@ -182,7 +185,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/v2.0.6...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v2.0.7...HEAD
[2.0.7]: https://github.com/metarhia/metacom/compare/v2.0.6...v2.0.7
[2.0.6]: https://github.com/metarhia/metacom/compare/v2.0.5...v2.0.6
[2.0.5]: https://github.com/metarhia/metacom/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/metarhia/metacom/compare/v2.0.3...v2.0.4
Expand Down
64 changes: 32 additions & 32 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacom",
"version": "2.0.6",
"version": "2.0.7",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
"license": "MIT",
Expand Down Expand Up @@ -53,19 +53,19 @@
"node": "^12.9 || 14 || 16 || 17"
},
"dependencies": {
"metautil": "^3.5.19",
"ws": "^8.5.0"
"metautil": "^3.5.20",
"ws": "^8.6.0"
},
"devDependencies": {
"@types/node": "^17.0.28",
"@types/node": "^17.0.31",
"@types/ws": "^8.5.3",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"metatests": "^0.8.2",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
}
}

0 comments on commit 0747d46

Please sign in to comment.