@n8n/api-types
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -0,1 +1,2 @@ | ||
import type { FrontendBetaFeatures } from '@n8n/config'; | ||
import type { ExpressionEvaluatorType, LogLevel, WorkflowSettings } from 'n8n-workflow'; | ||
@@ -166,2 +167,3 @@ export interface IVersionNotificationSettings { | ||
}; | ||
betaFeatures: FrontendBetaFeatures[]; | ||
} |
{ | ||
"name": "@n8n/api-types", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"main": "dist/index.js", | ||
@@ -13,3 +13,4 @@ "module": "src/index.ts", | ||
"devDependencies": { | ||
"n8n-workflow": "1.63.0" | ||
"@n8n/config": "1.16.0", | ||
"n8n-workflow": "1.65.0" | ||
}, | ||
@@ -16,0 +17,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
164460
535
2