Comparing version
# inngest | ||
## 1.8.4 | ||
### Patch Changes | ||
- aaac9e5: When recommending event key fixes, recommend setting env vars first | ||
## 1.8.3 | ||
@@ -4,0 +10,0 @@ |
@@ -86,7 +86,3 @@ "use strict"; | ||
consequences: "Sending events will throw in production unless an event key is added.", | ||
toFixNow: [ | ||
"Pass a key to the `new Inngest()` constructor using the `eventKey` option", | ||
"Set the `INNGEST_EVENT_KEY` environment variable", | ||
"Use `inngest.setEventKey()` at runtime", | ||
], | ||
toFixNow: errors_1.fixEventKeyMissingSteps, | ||
why: "We couldn't find an event key to use to send events to Inngest.", | ||
@@ -122,7 +118,3 @@ otherwise: "Create a new production event key at https://app.inngest.com/env/production/manage/keys.", | ||
why: "We couldn't find an event key to use to send events to Inngest.", | ||
toFixNow: [ | ||
`Pass a key to the \`new Inngest()\` constructor using the \`${"eventKey"}\` option`, | ||
"Set the `INNGEST_EVENT_KEY` environment variable", | ||
`Use \`inngest.${"setEventKey"}()\` at runtime`, | ||
], | ||
toFixNow: errors_1.fixEventKeyMissingSteps, | ||
})); | ||
@@ -129,0 +121,0 @@ } |
@@ -106,3 +106,4 @@ declare const SERIALIZED_KEY = "__serialized"; | ||
export declare const functionStoppedRunningErr: (code: ErrCode) => string; | ||
export declare const fixEventKeyMissingSteps: string[]; | ||
export {}; | ||
//# sourceMappingURL=errors.d.ts.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.functionStoppedRunningErr = exports.prettyError = exports.ErrCode = exports.deserializeError = exports.isSerializedError = exports.serializeError = void 0; | ||
exports.fixEventKeyMissingSteps = exports.functionStoppedRunningErr = exports.prettyError = exports.ErrCode = exports.deserializeError = exports.isSerializedError = exports.serializeError = void 0; | ||
const chalk_1 = __importDefault(require("chalk")); | ||
@@ -144,2 +144,7 @@ const serialize_error_cjs_1 = require("serialize-error-cjs"); | ||
exports.functionStoppedRunningErr = functionStoppedRunningErr; | ||
exports.fixEventKeyMissingSteps = [ | ||
"Set the `INNGEST_EVENT_KEY` environment variable", | ||
`Pass a key to the \`new Inngest()\` constructor using the \`${"eventKey"}\` option`, | ||
`Use \`inngest.${"setEventKey"}()\` at runtime`, | ||
]; | ||
//# sourceMappingURL=errors.js.map |
{ | ||
"name": "inngest", | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"description": "Official SDK for Inngest.com", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -89,8 +89,8 @@ import { z } from "zod"; | ||
}, "strip", z.ZodTypeAny, { | ||
data?: any; | ||
error?: any; | ||
data?: any; | ||
id: string; | ||
}, { | ||
data?: any; | ||
error?: any; | ||
data?: any; | ||
id: string; | ||
@@ -97,0 +97,0 @@ }>; |
@@ -1,2 +0,2 @@ | ||
export declare const version = "1.8.3"; | ||
export declare const version = "1.8.4"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = "1.8.3"; | ||
exports.version = "1.8.4"; | ||
//# 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 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 not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
682486
-0.05%6960
-0.06%