Comparing version 2.0.43 to 2.0.44
@@ -50,3 +50,8 @@ import { BridgeHandler } from '../core'; | ||
}; | ||
} : never); | ||
} : never) | { | ||
error: { | ||
name: 'Internal Server Error'; | ||
status: 500; | ||
}; | ||
}; | ||
} : {}; | ||
@@ -53,0 +58,0 @@ export type RoutesToBridgeType<T extends BridgeRoutes> = { |
{ | ||
"name": "bridge", | ||
"version": "2.0.43", | ||
"version": "2.0.44", | ||
"description": "Bridge is a Typescript Node.js framework that provides an easy and scalable way to create REST APIs while generating the client code.", | ||
@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>", |
Sorry, the diff of this file is not supported yet
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
121535
1243