Skip to content

Commit

Permalink
Version 3.0.0-alpha.8
Browse files Browse the repository at this point in the history
PR-URL: #381
  • Loading branch information
tshemsedinov committed Mar 13, 2023
1 parent a6be0e4 commit f1e3f69
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 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]

## [3.0.0-alpha.8][] - 2023-02-13

- Fix server-side client
- Unify server-side and browser `streams` implementation
- Update metautil to 3.7.1 for fixed `fetch`
Expand Down Expand Up @@ -246,7 +248,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/v3.0.0-alpha.7...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.8...HEAD
[3.0.0-alpha.8]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.7...v3.0.0-alpha.8
[3.0.0-alpha.7]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.6...v3.0.0-alpha.7
[3.0.0-alpha.6]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.5...v3.0.0-alpha.6
[3.0.0-alpha.5]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.4...v3.0.0-alpha.5
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": "3.0.0-alpha.7",
"version": "3.0.0-alpha.8",
"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 @@ -50,14 +50,14 @@
},
"dependencies": {
"metautil": "^3.7.1",
"ws": "^8.12.1"
"ws": "^8.13.0"
},
"devDependencies": {
"@types/node": "^18.14.6",
"@types/node": "^18.15.2",
"@types/ws": "^8.5.4",
"eslint": "^8.36.0",
"eslint-config-metarhia": "^8.1.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.0.0",
"metatests": "^0.8.2",
Expand Down

0 comments on commit f1e3f69

Please sign in to comment.