Comparing version 1.3.0 to 1.3.1
@@ -143,3 +143,3 @@ import type { PartialK, SendEventPayload, SingleOrArray } from "../helpers/types"; | ||
send<Payload extends SendEventPayload<Events>>(payload: Payload): Promise<void>; | ||
createFunction<Trigger extends TriggerOptions<keyof Events & string>, NameOrOpts extends string | FunctionOptions, T extends TriggerOptions<keyof Events & string>>(nameOrOpts: NameOrOpts, trigger: Trigger extends T ? T : T extends string ? T : never, fn: Handler<Events, Trigger extends string ? Trigger : Trigger extends { | ||
createFunction<Trigger extends TriggerOptions<keyof Events & string>, NameOrOpts extends string | FunctionOptions>(nameOrOpts: NameOrOpts, trigger: Trigger, fn: Handler<Events, Trigger extends string ? Trigger : Trigger extends { | ||
event: string; | ||
@@ -146,0 +146,0 @@ } ? Trigger["event"] : string, NameOrOpts extends FunctionOptions ? NameOrOpts : never>): InngestFunction<Events>; |
{ | ||
"name": "inngest", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Official SDK for Inngest.com", | ||
@@ -65,2 +65,3 @@ "main": "./index.js", | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.0", | ||
"@inngest/eslint-plugin": "./rules", | ||
@@ -67,0 +68,0 @@ "@microsoft/api-extractor": "^7.33.7", |
@@ -1,2 +0,2 @@ | ||
export declare const version = "1.3.0"; | ||
export declare const version = "1.3.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = "1.3.0"; | ||
exports.version = "1.3.1"; | ||
//# 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
531484
28
5278