@n8n/config
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -11,2 +11,3 @@ import { CacheConfig } from './configs/cache.config'; | ||
import { ScalingModeConfig } from './configs/scaling-mode.config'; | ||
import { SentryConfig } from './configs/sentry.config'; | ||
import { TemplatesConfig } from './configs/templates.config'; | ||
@@ -28,2 +29,3 @@ import { UserManagementConfig } from './configs/user-management.config'; | ||
workflows: WorkflowsConfig; | ||
sentry: SentryConfig; | ||
path: string; | ||
@@ -30,0 +32,0 @@ host: string; |
@@ -23,2 +23,3 @@ "use strict"; | ||
const scaling_mode_config_1 = require("./configs/scaling-mode.config"); | ||
const sentry_config_1 = require("./configs/sentry.config"); | ||
const templates_config_1 = require("./configs/templates.config"); | ||
@@ -84,2 +85,6 @@ const user_management_config_1 = require("./configs/user-management.config"); | ||
__decorate([ | ||
decorators_1.Nested, | ||
__metadata("design:type", sentry_config_1.SentryConfig) | ||
], GlobalConfig.prototype, "sentry", void 0); | ||
__decorate([ | ||
(0, decorators_1.Env)('N8N_PATH'), | ||
@@ -86,0 +91,0 @@ __metadata("design:type", String) |
{ | ||
"name": "@n8n/config", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "src/index.ts", |
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
125128
55
1658