fix(editor): Remove @n8n/permissions from n8n-workflow (no-changelog) (#10399)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-08-14 12:52:19 +02:00
committed by GitHub
parent c0811b218a
commit c4fcbe40c5
7 changed files with 13 additions and 16 deletions

View File

@@ -39,7 +39,6 @@
"@types/xml2js": "catalog:"
},
"dependencies": {
"@n8n/permissions": "workspace:*",
"@n8n/tournament": "1.0.5",
"@n8n_io/riot-tmpl": "4.0.0",
"ast-types": "0.15.2",

View File

@@ -10,7 +10,6 @@ import type { URLSearchParams } from 'url';
import type { RequestBodyMatcher } from 'nock';
import type { Client as SSHClient } from 'ssh2';
import type { Scope } from '@n8n/permissions';
import type { AuthenticationMethod } from './Authentication';
import type { CODE_EXECUTION_MODES, CODE_LANGUAGES, LOG_LEVELS } from './Constants';
import type { IDeferredPromise } from './DeferredPromise';
@@ -2464,7 +2463,6 @@ export interface ExecutionSummary {
nodeExecutionStatus?: {
[key: string]: IExecutionSummaryNodeExecutionResult;
};
scopes?: Scope[];
}
export interface IExecutionSummaryNodeExecutionResult {