Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

n8n-core

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-core - npm Package Compare versions

Comparing version 0.19.0 to 0.20.0

@@ -227,4 +227,4 @@ "use strict";

return {
async executeWorkflow(workflowId, inputData) {
return additionalData.executeWorkflow(workflowId, additionalData, inputData);
async executeWorkflow(workflowInfo, inputData) {
return additionalData.executeWorkflow(workflowInfo, additionalData, inputData);
},

@@ -231,0 +231,0 @@ getContext(type) {

@@ -241,3 +241,3 @@ "use strict";

hooks: new n8n_workflow_1.WorkflowHooks(hookFunctions, 'trigger', '1', workflowData),
executeWorkflow: async (workflowId) => { },
executeWorkflow: async (workflowInfo) => { },
restApiUrl: '',

@@ -244,0 +244,0 @@ encryptionKey: 'test',

{
"name": "n8n-core",
"version": "0.19.0",
"version": "0.20.0",
"description": "Core functionality of n8n",

@@ -46,3 +46,3 @@ "license": "SEE LICENSE IN LICENSE.md",

"mmmagic": "^0.5.2",
"n8n-workflow": "~0.19.0",
"n8n-workflow": "~0.20.0",
"request-promise-native": "^1.0.7"

@@ -49,0 +49,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet