Skip to content

Commit

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

### Performance Improvements

* **package:** up deps ([6d623cf](6d623cf))

### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.1.1
* **expressjs-json-rpc:** upgraded to 1.4.1
  • Loading branch information
qiwibot committed May 31, 2020
1 parent 008de3a commit 804ae61
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 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.5](https://github.com/qiwi/json-rpc/compare/[email protected]@1.1.5) (2020-05-31)


### Performance Improvements

* **package:** up deps ([6d623cf](https://github.com/qiwi/json-rpc/commit/6d623cf73724314557f045ad641573a6d155e2d8))





### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.1.1
* **expressjs-json-rpc:** upgraded to 1.4.1

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


Expand Down
10 changes: 6 additions & 4 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.4",
"version": "1.1.5",
"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.1",
"@nestjs/core": "^7.1.1",
"@qiwi/substrate": "^1.18.31",
"@qiwi/json-rpc-common": "^1.1.0",
"expressjs-json-rpc": "^1.4.0",
"@qiwi/json-rpc-common": "1.1.1",
"expressjs-json-rpc": "1.4.1",
"@types/express": "^4.17.6",
"@types/lodash": "^4.14.154",
"jsonrpc-lite": "^2.1.0",
Expand Down Expand Up @@ -97,5 +97,7 @@
"bugs": {
"url": "https://github.com/qiwi/json-rpc/issues"
},
"homepage": "https://github.com/qiwi/json-rpc#readme"
"homepage": "https://github.com/qiwi/json-rpc#readme",
"peerDependencies": {},
"optionalDependencies": {}
}

0 comments on commit 804ae61

Please sign in to comment.