Skip to content

Commit

Permalink
Version 1.7.5
Browse files Browse the repository at this point in the history
PR-URL: #208
  • Loading branch information
tshemsedinov committed Jul 1, 2021
1 parent f7a805d commit 1ff681a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [Unreleased][unreleased]

- Update typings
## [1.7.5][] - 2021-07-01

- Fix Metacom typings
- Update dependencies

## [1.7.4][] - 2021-06-26

Expand Down Expand Up @@ -107,7 +110,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.4...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.5...HEAD
[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
[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
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacom",
"version": "1.7.4",
"version": "1.7.5",
"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.4",
"ws": "^7.5.0"
"ws": "^7.5.1"
},
"devDependencies": {
"@types/node": "^15.12.4",
"@types/node": "^15.14.0",
"@types/ws": "^7.4.5",
"eslint": "^7.29.0",
"eslint-config-metarhia": "^7.0.1",
Expand All @@ -66,6 +66,6 @@
"eslint-plugin-prettier": "^3.4.0",
"metatests": "^0.7.2",
"prettier": "^2.3.2",
"typescript": "^4.3.4"
"typescript": "^4.3.5"
}
}

0 comments on commit 1ff681a

Please sign in to comment.