@n8n/config
Advanced tools
Comparing version 1.13.0 to 1.14.0
@@ -7,2 +7,5 @@ export declare class TaskRunnersConfig { | ||
listen_address: string; | ||
useLauncher: boolean; | ||
launcherPath: string; | ||
launcherRunner: string; | ||
} |
@@ -21,2 +21,5 @@ "use strict"; | ||
this.listen_address = '127.0.0.1'; | ||
this.useLauncher = false; | ||
this.launcherPath = ''; | ||
this.launcherRunner = 'javascript'; | ||
} | ||
@@ -45,2 +48,14 @@ }; | ||
], TaskRunnersConfig.prototype, "listen_address", void 0); | ||
__decorate([ | ||
(0, decorators_1.Env)('N8N_RUNNERS_USE_LAUNCHER'), | ||
__metadata("design:type", Boolean) | ||
], TaskRunnersConfig.prototype, "useLauncher", void 0); | ||
__decorate([ | ||
(0, decorators_1.Env)('N8N_RUNNERS_LAUNCHER_PATH'), | ||
__metadata("design:type", String) | ||
], TaskRunnersConfig.prototype, "launcherPath", void 0); | ||
__decorate([ | ||
(0, decorators_1.Env)('N8N_RUNNERS_LAUNCHER_RUNNER'), | ||
__metadata("design:type", String) | ||
], TaskRunnersConfig.prototype, "launcherRunner", void 0); | ||
exports.TaskRunnersConfig = TaskRunnersConfig = __decorate([ | ||
@@ -47,0 +62,0 @@ decorators_1.Config |
{ | ||
"name": "@n8n/config", | ||
"version": "1.13.0", | ||
"version": "1.14.0", | ||
"main": "dist/index.js", | ||
@@ -9,4 +9,4 @@ "module": "src/index.ts", | ||
"dist/**/*", | ||
"LICENSE.md", | ||
"LICENSE_EE.md" | ||
"LICENSE_EE.md", | ||
"LICENSE.md" | ||
], | ||
@@ -13,0 +13,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
136231
1849