Skip to content

Commit 1ff681a

Browse files
committed
Version 1.7.5
PR-URL: #208
1 parent f7a805d commit 1ff681a

3 files changed

Lines changed: 20 additions & 16 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5-
- Update typings
5+
## [1.7.5][] - 2021-07-01
6+
7+
- Fix Metacom typings
8+
- Update dependencies
69

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

@@ -107,7 +110,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
107110
binary structures and multiple different ideas originated from JSTP and old
108111
protocols like USP and CLEAR.
109112

110-
[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.4...HEAD
113+
[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.5...HEAD
114+
[1.7.5]: https://github.com/metarhia/metacom/compare/v1.7.4...v1.7.5
111115
[1.7.4]: https://github.com/metarhia/metacom/compare/v1.7.3...v1.7.4
112116
[1.7.3]: https://github.com/metarhia/metacom/compare/v1.7.2...v1.7.3
113117
[1.7.2]: https://github.com/metarhia/metacom/compare/v1.7.1...v1.7.2

package-lock.json

Lines changed: 10 additions & 10 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": "1.7.4",
3+
"version": "1.7.5",
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",
@@ -54,10 +54,10 @@
5454
},
5555
"dependencies": {
5656
"metautil": "^3.5.4",
57-
"ws": "^7.5.0"
57+
"ws": "^7.5.1"
5858
},
5959
"devDependencies": {
60-
"@types/node": "^15.12.4",
60+
"@types/node": "^15.14.0",
6161
"@types/ws": "^7.4.5",
6262
"eslint": "^7.29.0",
6363
"eslint-config-metarhia": "^7.0.1",
@@ -66,6 +66,6 @@
6666
"eslint-plugin-prettier": "^3.4.0",
6767
"metatests": "^0.7.2",
6868
"prettier": "^2.3.2",
69-
"typescript": "^4.3.4"
69+
"typescript": "^4.3.5"
7070
}
7171
}

0 commit comments

Comments
 (0)