@n8n/api-types
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -12,3 +12,3 @@ import type { ExecutionStatus, WorkflowExecuteMode } from 'n8n-workflow'; | ||
export type WorkerStatus = { | ||
workerId: string; | ||
senderId: string; | ||
runningJobsSummary: RunningJobSummary[]; | ||
@@ -15,0 +15,0 @@ freeMem: number; |
{ | ||
"name": "@n8n/api-types", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"main": "dist/index.js", | ||
@@ -13,3 +13,3 @@ "module": "src/index.ts", | ||
"devDependencies": { | ||
"n8n-workflow": "1.62.0" | ||
"n8n-workflow": "1.63.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
160347