@n8n/i18n 2.34.0 → 2.34.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/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +2 -0
- package/dist/types2.d.mts +2 -0
- package/package.json +6 -6
package/dist/types2.d.cts
CHANGED
|
@@ -2899,6 +2899,8 @@ declare const _exports: {
|
|
|
2899
2899
|
"roles.action.delete.error": string;
|
|
2900
2900
|
"roles.action.delete.title": string;
|
|
2901
2901
|
"roles.action.delete.text": string;
|
|
2902
|
+
"roles.action.delete.hasAssignedUsers": string;
|
|
2903
|
+
"roles.action.delete.ownRole": string;
|
|
2902
2904
|
"projectRoles.action.delete.warning": string;
|
|
2903
2905
|
"projectRoles.action.delete.useWarning.before": string;
|
|
2904
2906
|
"projectRoles.action.delete.useWarning.linkText": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -2899,6 +2899,8 @@ declare const _exports: {
|
|
|
2899
2899
|
"roles.action.delete.error": string;
|
|
2900
2900
|
"roles.action.delete.title": string;
|
|
2901
2901
|
"roles.action.delete.text": string;
|
|
2902
|
+
"roles.action.delete.hasAssignedUsers": string;
|
|
2903
|
+
"roles.action.delete.ownRole": string;
|
|
2902
2904
|
"projectRoles.action.delete.warning": string;
|
|
2903
2905
|
"projectRoles.action.delete.useWarning.before": string;
|
|
2904
2906
|
"projectRoles.action.delete.useWarning.linkText": string;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.34.
|
|
4
|
+
"version": "2.34.2",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
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.34.
|
|
28
|
+
"n8n-workflow": "2.34.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"vue-tsc": "^2.2.8",
|
|
43
43
|
"@n8n/eslint-config": "0.0.1",
|
|
44
44
|
"@n8n/playwright-janitor": "0.1.0",
|
|
45
|
-
"@n8n/
|
|
46
|
-
"@n8n/
|
|
45
|
+
"@n8n/typescript-config": "1.9.0",
|
|
46
|
+
"@n8n/vitest-config": "1.19.0"
|
|
47
47
|
},
|
|
48
48
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
49
49
|
"homepage": "https://n8n.io",
|