mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor: Remove n8n-core dependency in nodes-base (no-changelog) (#5649)
This commit is contained in:
committed by
GitHub
parent
5790e5e719
commit
7a4e9ef5fa
@@ -5,6 +5,7 @@ import * as ObservableObject from './ObservableObject';
|
||||
import * as TelemetryHelpers from './TelemetryHelpers';
|
||||
|
||||
export * from './Authentication';
|
||||
export * from './Constants';
|
||||
export * from './Cron';
|
||||
export * from './DeferredPromise';
|
||||
export * from './Interfaces';
|
||||
@@ -36,3 +37,9 @@ export { ExpressionExtensions } from './Extensions';
|
||||
export { NativeMethods } from './NativeMethods';
|
||||
|
||||
export type { DocMetadata } from './Extensions';
|
||||
|
||||
declare module 'http' {
|
||||
export interface IncomingMessage {
|
||||
rawBody: Buffer;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user