Skip to content

Commit

Permalink
chore(release): 1.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## nestjs-json-rpc [1.1.6](https://github.com/qiwi/json-rpc/compare/[email protected]@1.1.6) (2020-06-05)

### Performance Improvements

* **package:** up deps, update typings ([892c4ac](892c4ac))

### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.1.2
* **expressjs-json-rpc:** upgraded to 1.4.2
  • Loading branch information
qiwibot committed Jun 5, 2020
1 parent 0ed4118 commit 66f6d11
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## nestjs-json-rpc [1.1.6](https://github.com/qiwi/json-rpc/compare/[email protected]@1.1.6) (2020-06-05)


### Performance Improvements

* **package:** up deps, update typings ([892c4ac](https://github.com/qiwi/json-rpc/commit/892c4aca77f0d9aa6a3131a1bd07274bbd0b6160))





### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.1.2
* **expressjs-json-rpc:** upgraded to 1.4.2

## nestjs-json-rpc [1.1.5](https://github.com/qiwi/json-rpc/compare/[email protected]@1.1.5) (2020-05-31)


Expand Down
6 changes: 3 additions & 3 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-json-rpc",
"version": "1.1.5",
"version": "1.1.6",
"description": "Nestjs JSON RPC 2.0 Controller",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@nestjs/common": "^7.1.3",
"@nestjs/core": "^7.1.3",
"@qiwi/substrate": "^1.18.32",
"@qiwi/json-rpc-common": "1.1.1",
"expressjs-json-rpc": "1.4.1",
"@qiwi/json-rpc-common": "1.1.2",
"expressjs-json-rpc": "1.4.2",
"@types/express": "^4.17.6",
"@types/lodash": "^4.14.155",
"jsonrpc-lite": "^2.1.0",
Expand Down

0 comments on commit 66f6d11

Please sign in to comment.