n8n-workflow
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -26,3 +26,3 @@ import { Workflow } from './Workflow'; | ||
user?: string; | ||
date?: number; | ||
date?: Date; | ||
} | ||
@@ -368,4 +368,4 @@ export interface ICredentialsDecrypted { | ||
mode: WorkflowExecuteMode; | ||
startedAt: number; | ||
stoppedAt: number; | ||
startedAt: Date; | ||
stoppedAt: Date; | ||
} | ||
@@ -372,0 +372,0 @@ export interface IRunExecutionData { |
{ | ||
"name": "n8n-workflow", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Workflow base code of n8n", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
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
365441