Comparing version 0.8.8 to 0.8.9
{ | ||
"name": "inngest", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"description": "Official SDK for Inngest.com", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -138,21 +138,3 @@ import type { createStepTools } from "./components/InngestStepTools"; | ||
*/ | ||
user?: { | ||
/** | ||
* Your user's unique id in your system | ||
*/ | ||
external_id?: string; | ||
/** | ||
* Your user's email address | ||
*/ | ||
email?: string; | ||
/** | ||
* Your user's phone number | ||
*/ | ||
phone?: string; | ||
/** | ||
* The user block can contain arbitrary data that you can use within your | ||
* own handlers too. | ||
*/ | ||
[key: string]: any; | ||
}; | ||
user?: Record<string, any>; | ||
/** | ||
@@ -159,0 +141,0 @@ * A specific event schema version |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.8.8"; | ||
export declare const version = "0.8.9"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = "0.8.8"; | ||
exports.version = "0.8.9"; | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is too big to display
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 not supported yet
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
368860
3702