Skip to content

Commit

Permalink
chore(release): 1.0.13 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.13](https://github.com/qiwi/json-rpc/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-08-04)

### Bug Fixes

* **package:** update deps, fix vuls ([158a85e](158a85e))
  • Loading branch information
qiwibot committed Aug 4, 2021
1 parent 8f7e506 commit 2e7f41f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions packages/facade/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## @qiwi/json-rpc [1.0.13](https://github.com/qiwi/json-rpc/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-08-04)


### Bug Fixes

* **package:** update deps, fix vuls ([158a85e](https://github.com/qiwi/json-rpc/commit/158a85ed53d421211ce638d5c60f02b952db275e))





### Dependencies

* **expressjs-json-rpc:** upgraded to 1.4.5
* **nestjs-json-rpc:** upgraded to 1.1.9
* **@qiwi/json-rpc-common:** upgraded to 1.1.5
* **@qiwi/json-rpc-infra:** upgraded to 1.0.0

## @qiwi/json-rpc [1.0.12](https://github.com/qiwi/json-rpc/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2020-07-14)


Expand Down
10 changes: 5 additions & 5 deletions packages/facade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/json-rpc",
"version": "1.0.12",
"version": "1.0.13",
"description": "JSON RPC 2.0 facade",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
Expand Down Expand Up @@ -34,13 +34,13 @@
"postupdate": "yarn && yarn build && yarn test"
},
"dependencies": {
"expressjs-json-rpc": "1.4.4",
"nestjs-json-rpc": "1.1.8",
"@qiwi/json-rpc-common": "1.1.4",
"expressjs-json-rpc": "1.4.5",
"nestjs-json-rpc": "1.1.9",
"@qiwi/json-rpc-common": "1.1.5",
"tslib": "^2.3.0"
},
"devDependencies": {
"@qiwi/json-rpc-infra": "*",
"@qiwi/json-rpc-infra": "1.0.0",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1"
},
Expand Down

0 comments on commit 2e7f41f

Please sign in to comment.