Skip to content

Commit

Permalink
Version 1.8.2
Browse files Browse the repository at this point in the history
PR-URL: #221
  • Loading branch information
tshemsedinov committed Aug 6, 2021
1 parent 0aa859f commit 1b5ac05
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 38 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.8.2][] - 2021-08-06

- Rewrite `Client` method `startSession` and `restoreSession` to remove access
to `auth.provider` and work with database structure, move this to application
leyer where we `know` auth specific DB structure
Expand Down Expand Up @@ -127,7 +129,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.8.1...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v1.8.2...HEAD
[1.8.2]: https://github.com/metarhia/metacom/compare/v1.8.1...v1.8.2
[1.8.1]: https://github.com/metarhia/metacom/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/metarhia/metacom/compare/v1.7.5...v1.8.0
[1.7.5]: https://github.com/metarhia/metacom/compare/v1.7.4...v1.7.5
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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacom",
"version": "1.8.1",
"version": "1.8.2",
"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,13 +53,13 @@
"node": "^12.9 || 14 || 16"
},
"dependencies": {
"metautil": "^3.5.5",
"metautil": "^3.5.9",
"ws": "^7.5.3"
},
"devDependencies": {
"@types/node": "^16.3.1",
"@types/ws": "^7.4.6",
"eslint": "^7.30.0",
"@types/node": "^16.3.3",
"@types/ws": "^7.4.7",
"eslint": "^7.31.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
Expand Down

0 comments on commit 1b5ac05

Please sign in to comment.