@n8n/api-types 0.40.3 → 0.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -145,6 +145,7 @@ export interface FrontendSettings {
145
145
  workerView: boolean;
146
146
  advancedPermissions: boolean;
147
147
  apiKeyScopes: boolean;
148
+ workflowDiffs: boolean;
148
149
  projects: {
149
150
  team: {
150
151
  limit: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/api-types",
3
- "version": "0.40.3",
3
+ "version": "0.41.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "src/index.ts",
6
6
  "types": "dist/index.d.ts",
@@ -11,13 +11,13 @@
11
11
  ],
12
12
  "devDependencies": {
13
13
  "@n8n/typescript-config": "1.3.0",
14
- "@n8n/config": "1.49.0"
14
+ "@n8n/config": "1.50.0"
15
15
  },
16
16
  "dependencies": {
17
17
  "xss": "1.0.15",
18
18
  "zod": "3.25.67",
19
19
  "zod-class": "0.0.16",
20
- "n8n-workflow": "1.103.3",
20
+ "n8n-workflow": "1.104.0",
21
21
  "@n8n/permissions": "0.31.0"
22
22
  },
23
23
  "license": "SEE LICENSE IN LICENSE.md",