@tsed/platform-exceptions
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "8.6.1", | ||
"version": "8.7.0", | ||
"source": "./src/index.ts", | ||
@@ -22,3 +22,3 @@ "main": "./lib/esm/index.js", | ||
"test": "vitest run", | ||
"build:ts": "tsc --build tsconfig.json", | ||
"build:ts": "tsc --build tsconfig.esm.json", | ||
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true" | ||
@@ -30,18 +30,18 @@ }, | ||
"devDependencies": { | ||
"@tsed/barrels": "8.6.1", | ||
"@tsed/core": "8.6.1", | ||
"@tsed/di": "8.6.1", | ||
"@tsed/exceptions": "8.6.1", | ||
"@tsed/schema": "8.6.1", | ||
"@tsed/typescript": "8.6.1", | ||
"@tsed/barrels": "8.7.0", | ||
"@tsed/core": "8.7.0", | ||
"@tsed/di": "8.7.0", | ||
"@tsed/exceptions": "8.7.0", | ||
"@tsed/schema": "8.7.0", | ||
"@tsed/typescript": "8.7.0", | ||
"ajv": "^8.17.1", | ||
"eslint": "9.12.0", | ||
"typescript": "5.4.5", | ||
"vitest": "2.1.2" | ||
"vitest": "3.0.9" | ||
}, | ||
"peerDependencies": { | ||
"@tsed/core": ">=8.6.1", | ||
"@tsed/di": ">=8.6.1", | ||
"@tsed/exceptions": ">=8.6.1", | ||
"@tsed/schema": ">=8.6.1" | ||
"@tsed/core": ">=8.7.0", | ||
"@tsed/di": ">=8.7.0", | ||
"@tsed/exceptions": ">=8.7.0", | ||
"@tsed/schema": ">=8.7.0" | ||
}, | ||
@@ -48,0 +48,0 @@ "peerDependenciesMeta": { |
Sorry, the diff of this file is not supported yet
47633
-0.01%