Comparing version 0.4.8 to 0.4.9
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.register = void 0; | ||
// Import Buffer to polyfill it before others | ||
const buffer_1 = require("buffer"); | ||
if (typeof window !== "undefined") { | ||
window.Buffer = buffer_1.Buffer; | ||
} | ||
// Regular imports | ||
const zod_1 = require("zod"); | ||
@@ -5,0 +11,0 @@ const default_1 = require("./handlers/default"); |
{ | ||
"name": "inngest", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "Official SDK for Inngest.com", | ||
@@ -49,4 +49,7 @@ "main": "./index.js", | ||
"axios": "^0.27.2", | ||
"buffer": "^6.0.3", | ||
"cross-fetch": "^3.1.5", | ||
"events": "^3.3.0", | ||
"isomorphic-crypto": "^3.0.0", | ||
"stream": "^0.0.2", | ||
"zod": "^3.19.1" | ||
@@ -53,0 +56,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.4.8"; | ||
export declare const version = "0.4.9"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = "0.4.8"; | ||
exports.version = "0.4.9"; | ||
//# sourceMappingURL=version.js.map |
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
128444
1583
7
+ Addedbuffer@^6.0.3
+ Addedevents@^3.3.0
+ Addedstream@^0.0.2
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedemitter-component@1.1.2(transitive)
+ Addedevents@3.3.0(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedstream@0.0.2(transitive)