@n8n/api-types
Advanced tools
Comparing version 0.7.1 to 0.8.0
@@ -11,2 +11,3 @@ import type { ExecutionStatus, ITaskData, WorkflowExecuteMode } from 'n8n-workflow'; | ||
retryOf?: string; | ||
flattedRunData: string; | ||
}; | ||
@@ -13,0 +14,0 @@ }; |
{ | ||
"name": "@n8n/api-types", | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"main": "dist/index.js", | ||
@@ -13,4 +13,4 @@ "module": "src/index.ts", | ||
"devDependencies": { | ||
"@n8n/config": "1.19.0", | ||
"n8n-workflow": "1.68.0" | ||
"@n8n/config": "1.20.0", | ||
"n8n-workflow": "1.69.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
165737
544