Skip to content

Commit

Permalink
Version 1.7.4
Browse files Browse the repository at this point in the history
PR-URL: #205
  • Loading branch information
tshemsedinov committed Jun 26, 2021
1 parent 2d37779 commit 69720b7
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 71 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.7.4][] - 2021-06-26

- Update Metacom exports
- Throw errors on wrong configs
- Update Client implementation in /distr
Expand Down Expand Up @@ -103,7 +105,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.7.3...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.4...HEAD
[1.7.4]: https://github.com/metarhia/metacom/compare/v1.7.3...v1.7.4
[1.7.3]: https://github.com/metarhia/metacom/compare/v1.7.2...v1.7.3
[1.7.2]: https://github.com/metarhia/metacom/compare/v1.7.1...v1.7.2
[1.7.1]: https://github.com/metarhia/metacom/compare/v1.7.0...v1.7.1
Expand Down
107 changes: 44 additions & 63 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacom",
"version": "1.7.3",
"version": "1.7.4",
"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,18 +54,18 @@
},
"dependencies": {
"metautil": "^3.5.4",
"ws": "^7.4.6"
"ws": "^7.5.0"
},
"devDependencies": {
"@types/ws": "^7.4.4",
"@types/node": "^15.6.2",
"eslint": "^7.27.0",
"@types/node": "^15.12.4",
"@types/ws": "^7.4.5",
"eslint": "^7.29.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"metatests": "^0.7.2",
"prettier": "^2.3.0",
"typescript": "^4.3.2"
"prettier": "^2.3.2",
"typescript": "^4.3.4"
}
}

0 comments on commit 69720b7

Please sign in to comment.