@tsed/exceptions
Advanced tools
Comparing version 8.0.2 to 8.0.3
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "8.0.2", | ||
"version": "8.0.3", | ||
"source": "./src/index.ts", | ||
@@ -32,4 +32,4 @@ "main": "./lib/esm/index.js", | ||
"devDependencies": { | ||
"@tsed/barrels": "8.0.2", | ||
"@tsed/typescript": "8.0.2", | ||
"@tsed/barrels": "8.0.3", | ||
"@tsed/typescript": "8.0.3", | ||
"@types/statuses": "2.0.5", | ||
@@ -41,3 +41,3 @@ "eslint": "9.12.0", | ||
"peerDependencies": { | ||
"@tsed/core": "8.0.2" | ||
"@tsed/core": "8.0.3" | ||
}, | ||
@@ -44,0 +44,0 @@ "repository": "https://github.com/tsedio/tsed", |
<p style="text-align: center" align="center"> | ||
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a> | ||
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a> | ||
</p> | ||
@@ -18,3 +18,3 @@ | ||
A package of Ts.ED framework. See website: https://tsed.io/ | ||
A package of Ts.ED framework. See website: https://tsed.dev/ | ||
@@ -34,3 +34,3 @@ Ts.ED http exceptions provide classes to throw standard HTTP exceptions. Theses exceptions can be used on Controller, Middleware or injectable Service. | ||
Documentation is available on [https://tsed.io/docs/exceptions](https://tsed.io/docs/exceptions) | ||
Documentation is available on [https://tsed.dev/docs/exceptions](https://tsed.dev/docs/exceptions) | ||
@@ -37,0 +37,0 @@ ## Contributors |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81554