New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

inngest

Package Overview
Dependencies
Maintainers
3
Versions
820
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inngest - npm Package Compare versions

Comparing version

to
1.8.4

6

CHANGELOG.md
# inngest
## 1.8.4
### Patch Changes
- aaac9e5: When recommending event key fixes, recommend setting env vars first
## 1.8.3

@@ -4,0 +10,0 @@

12

components/Inngest.js

@@ -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