@n8n/i18n 2.33.0 → 2.33.2

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
@@ -2867,6 +2867,8 @@ declare const _exports: {
2867
2867
  "roles.action.delete.error": string;
2868
2868
  "roles.action.delete.title": string;
2869
2869
  "roles.action.delete.text": string;
2870
+ "roles.action.delete.hasAssignedUsers": string;
2871
+ "roles.action.delete.ownRole": string;
2870
2872
  "projectRoles.action.delete.warning": string;
2871
2873
  "projectRoles.action.delete.useWarning.before": string;
2872
2874
  "projectRoles.action.delete.useWarning.linkText": string;
@@ -6934,6 +6936,7 @@ declare const _exports: {
6934
6936
  "instanceAi.tools.list-nodes": string;
6935
6937
  "instanceAi.tools.get-workflow-as-code": string;
6936
6938
  "instanceAi.tools.build-workflow": string;
6939
+ "instanceAi.tools.build-workflow.imperative": string;
6937
6940
  "instanceAi.tools.read_config": string;
6938
6941
  "instanceAi.tools.write_config": string;
6939
6942
  "instanceAi.tools.patch_config": string;
package/dist/types2.d.mts CHANGED
@@ -2867,6 +2867,8 @@ declare const _exports: {
2867
2867
  "roles.action.delete.error": string;
2868
2868
  "roles.action.delete.title": string;
2869
2869
  "roles.action.delete.text": string;
2870
+ "roles.action.delete.hasAssignedUsers": string;
2871
+ "roles.action.delete.ownRole": string;
2870
2872
  "projectRoles.action.delete.warning": string;
2871
2873
  "projectRoles.action.delete.useWarning.before": string;
2872
2874
  "projectRoles.action.delete.useWarning.linkText": string;
@@ -6934,6 +6936,7 @@ declare const _exports: {
6934
6936
  "instanceAi.tools.list-nodes": string;
6935
6937
  "instanceAi.tools.get-workflow-as-code": string;
6936
6938
  "instanceAi.tools.build-workflow": string;
6939
+ "instanceAi.tools.build-workflow.imperative": string;
6937
6940
  "instanceAi.tools.read_config": string;
6938
6941
  "instanceAi.tools.write_config": string;
6939
6942
  "instanceAi.tools.patch_config": string;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "2.33.0",
4
+ "version": "2.33.2",
5
5
  "files": [
6
6
  "dist",
7
- "LICENSE.md",
8
- "LICENSE_EE.md"
7
+ "LICENSE_EE.md",
8
+ "LICENSE.md"
9
9
  ],
10
10
  "main": "dist/index.cjs",
11
11
  "module": "dist/index.mjs",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "vue-i18n": "^11.4.4",
27
27
  "vue": "^3.5.13",
28
- "n8n-workflow": "2.33.0"
28
+ "n8n-workflow": "2.33.2"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/jest-dom": "^6.6.3",
@@ -41,9 +41,9 @@
41
41
  "vitest": "^4.1.9",
42
42
  "vue-tsc": "^2.2.8",
43
43
  "@n8n/eslint-config": "0.0.1",
44
- "@n8n/playwright-janitor": "0.1.0",
45
44
  "@n8n/typescript-config": "1.9.0",
46
- "@n8n/vitest-config": "1.19.0"
45
+ "@n8n/vitest-config": "1.19.0",
46
+ "@n8n/playwright-janitor": "0.1.0"
47
47
  },
48
48
  "license": "SEE LICENSE IN LICENSE.md",
49
49
  "homepage": "https://n8n.io",