@n8n/api-types 0.10.0 → 0.11.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.
@@ -166,6 +166,5 @@ export interface FrontendSettings {
166
166
  blockFileAccessToN8nFiles: boolean;
167
167
  };
168
168
  betaFeatures: FrontendBetaFeatures[];
169
- virtualSchemaView: boolean;
170
169
  easyAIWorkflowOnboarded: boolean;
171
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/api-types",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "src/index.ts",
6
6
  "types": "dist/index.d.ts",
@@ -10,8 +10,8 @@
10
10
  "LICENSE_EE.md"
11
11
  ],
12
12
  "devDependencies": {
13
- "n8n-workflow": "1.71.0",
14
- "@n8n/config": "1.22.0"
13
+ "n8n-workflow": "1.72.0",
14
+ "@n8n/config": "1.23.0"
15
15
  },
16
16
  "dependencies": {
17
17
  "xss": "1.0.15",