@n8n/i18n 2.22.1 → 2.22.2-exp.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.
package/dist/types2.d.cts CHANGED
@@ -4089,6 +4089,7 @@ declare const _exports: {
4089
4089
  "resourceDependents.type.workflows": string;
4090
4090
  "workflows.item.enableMCPAccess": string;
4091
4091
  "workflows.item.disableMCPAccess": string;
4092
+ "workflows.item.mcpDisabledByInstance": string;
4092
4093
  "workflows.itemSuggestion.try": string;
4093
4094
  "workflows.templateRecoV2.starterTemplates": string;
4094
4095
  "workflows.templateRecoV2.seeMoreStarterTemplates": string;
package/dist/types2.d.mts CHANGED
@@ -4089,6 +4089,7 @@ declare const _exports: {
4089
4089
  "resourceDependents.type.workflows": string;
4090
4090
  "workflows.item.enableMCPAccess": string;
4091
4091
  "workflows.item.disableMCPAccess": string;
4092
+ "workflows.item.mcpDisabledByInstance": string;
4092
4093
  "workflows.itemSuggestion.try": string;
4093
4094
  "workflows.templateRecoV2.starterTemplates": string;
4094
4095
  "workflows.templateRecoV2.seeMoreStarterTemplates": string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "2.22.1",
4
+ "version": "2.22.2-exp.0",
5
5
  "files": [
6
6
  "dist",
7
7
  "LICENSE.md",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "vue-i18n": "^11.1.2",
27
- "n8n-workflow": "2.22.1"
27
+ "n8n-workflow": "2.22.2"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",
@@ -40,8 +40,8 @@
40
40
  "vitest": "^4.1.1",
41
41
  "vue-tsc": "^2.2.8",
42
42
  "@n8n/eslint-config": "0.0.1",
43
- "@n8n/vitest-config": "1.11.0",
44
- "@n8n/typescript-config": "1.4.0"
43
+ "@n8n/typescript-config": "1.4.0",
44
+ "@n8n/vitest-config": "1.11.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "vue": "^3.5.13"