Comparing version 1.5.1 to 1.5.2
# inngest | ||
## 1.5.2 | ||
### Patch Changes | ||
- 2d6e0b5: Fix infinite type instantiation using a looping type in serve handlers (thanks for the report, @grempe) | ||
## 1.5.1 | ||
@@ -4,0 +10,0 @@ |
@@ -37,7 +37,7 @@ import { ServerTiming } from "../helpers/ServerTiming"; | ||
*/ | ||
nameOrInngest: string | Inngest, | ||
nameOrInngest: string | Inngest<any>, | ||
/** | ||
* An array of the functions to serve and register with Inngest. | ||
*/ | ||
functions: InngestFunction[], | ||
functions: InngestFunction<any, any, any>[], | ||
/** | ||
@@ -199,7 +199,7 @@ * A set of options to further configure the registration of Inngest | ||
*/ | ||
appNameOrInngest: string | Inngest, | ||
appNameOrInngest: string | Inngest<any>, | ||
/** | ||
* An array of the functions to serve and register with Inngest. | ||
*/ | ||
functions: InngestFunction[], { inngestRegisterUrl, fetch, landingPage, logLevel, signingKey, serveHost, servePath, }: RegisterOptions | undefined, | ||
functions: InngestFunction<any, any, any>[], { inngestRegisterUrl, fetch, landingPage, logLevel, signingKey, serveHost, servePath, }: RegisterOptions | undefined, | ||
/** | ||
@@ -206,0 +206,0 @@ * The `handler` is the function your framework requires to handle a |
@@ -82,2 +82,3 @@ "use strict"; | ||
*/ | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
appNameOrInngest, | ||
@@ -87,2 +88,3 @@ /** | ||
*/ | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
functions, { inngestRegisterUrl, fetch, landingPage, logLevel = "info", signingKey, serveHost, servePath, } = {}, | ||
@@ -89,0 +91,0 @@ /** |
{ | ||
"name": "inngest", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Official SDK for Inngest.com", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -1,2 +0,2 @@ | ||
export declare const version = "1.5.1"; | ||
export declare const version = "1.5.2"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = "1.5.1"; | ||
exports.version = "1.5.2"; | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
562578
5716