@tsed/platform-exceptions
Advanced tools
Comparing version 6.102.0 to 6.102.1
{ | ||
"name": "@tsed/platform-exceptions", | ||
"version": "6.102.0", | ||
"version": "6.102.1", | ||
"description": "Platform exceptions module for Ts.ED Framework", | ||
@@ -24,12 +24,12 @@ "private": false, | ||
"devDependencies": { | ||
"@tsed/core": "6.102.0", | ||
"@tsed/di": "6.102.0", | ||
"@tsed/exceptions": "6.102.0", | ||
"@tsed/schema": "6.102.0" | ||
"@tsed/core": "6.102.1", | ||
"@tsed/di": "6.102.1", | ||
"@tsed/exceptions": "6.102.1", | ||
"@tsed/schema": "6.102.1" | ||
}, | ||
"peerDependencies": { | ||
"@tsed/core": "^6.102.0", | ||
"@tsed/di": "^6.102.0", | ||
"@tsed/exceptions": "^6.102.0", | ||
"@tsed/schema": "^6.102.0" | ||
"@tsed/core": "^6.102.1", | ||
"@tsed/di": "^6.102.1", | ||
"@tsed/exceptions": "^6.102.1", | ||
"@tsed/schema": "^6.102.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "repository": "https://github.com/tsedio/tsed", |
@@ -39,2 +39,3 @@ <p style="text-align: center" align="center"> | ||
## Contributors | ||
Please read [contributing guidelines here](https://tsed.io/CONTRIBUTING.html). | ||
@@ -44,3 +45,2 @@ | ||
## Backers | ||
@@ -52,3 +52,2 @@ | ||
## Sponsors | ||
@@ -55,0 +54,0 @@ |
@@ -11,14 +11,3 @@ { | ||
}, | ||
"exclude": [ | ||
"node_modules", | ||
"test", | ||
"lib", | ||
"benchmark", | ||
"coverage", | ||
"spec", | ||
"**/*.benchmark.ts", | ||
"**/*.spec.ts", | ||
"keys", | ||
"jest.config.js" | ||
] | ||
"exclude": ["node_modules", "test", "lib", "benchmark", "coverage", "spec", "**/*.benchmark.ts", "**/*.spec.ts", "keys", "jest.config.js"] | ||
} |
60032
579
65