@tsed/platform-router
Advanced tools
Comparing version 7.0.0-rc.3 to 7.0.0-rc.4
{ | ||
"name": "@tsed/platform-router", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Router", | ||
@@ -27,16 +27,16 @@ "private": false, | ||
"devDependencies": { | ||
"@tsed/core": "7.0.0-rc.3", | ||
"@tsed/di": "7.0.0-rc.3", | ||
"@tsed/exceptions": "7.0.0-rc.3", | ||
"@tsed/json-mapper": "7.0.0-rc.3", | ||
"@tsed/platform-params": "7.0.0-rc.3", | ||
"@tsed/schema": "7.0.0-rc.3" | ||
"@tsed/core": "7.0.0-rc.4", | ||
"@tsed/di": "7.0.0-rc.4", | ||
"@tsed/exceptions": "7.0.0-rc.4", | ||
"@tsed/json-mapper": "7.0.0-rc.4", | ||
"@tsed/platform-params": "7.0.0-rc.4", | ||
"@tsed/schema": "7.0.0-rc.4" | ||
}, | ||
"peerDependencies": { | ||
"@tsed/core": "^7.0.0-rc.3", | ||
"@tsed/di": "^7.0.0-rc.3", | ||
"@tsed/exceptions": "^7.0.0-rc.3", | ||
"@tsed/json-mapper": "^7.0.0-rc.3", | ||
"@tsed/platform-params": "^7.0.0-rc.3", | ||
"@tsed/schema": "^7.0.0-rc.3" | ||
"@tsed/core": "^7.0.0-rc.4", | ||
"@tsed/di": "^7.0.0-rc.4", | ||
"@tsed/exceptions": "^7.0.0-rc.4", | ||
"@tsed/json-mapper": "^7.0.0-rc.4", | ||
"@tsed/platform-params": "^7.0.0-rc.4", | ||
"@tsed/schema": "^7.0.0-rc.4" | ||
}, | ||
@@ -43,0 +43,0 @@ "peerDependenciesMeta": { |
@@ -145,5 +145,5 @@ <p style="text-align: center" align="center"> | ||
Please read [contributing guidelines here](https://tsed.io/CONTRIBUTING.html). | ||
Please read [contributing guidelines here](https://tsed.io/contributing.html). | ||
<a href="https://github.com/tsedio/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a> | ||
<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a> | ||
@@ -150,0 +150,0 @@ ## Backers |
102707