@n8n/i18n 2.37.1 → 2.37.3
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 +17 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +17 -10
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +7 -0
- package/dist/types2.d.mts +7 -0
- package/package.json +3 -3
package/dist/types2.d.cts
CHANGED
|
@@ -3056,6 +3056,8 @@ declare const _exports: {
|
|
|
3056
3056
|
"roles.instance.assignments.fetch.error": string;
|
|
3057
3057
|
"roles.fetch.error": string;
|
|
3058
3058
|
"projectRoles.assignments.emptyState": string;
|
|
3059
|
+
"projectRoles.assignments.restrictedEmptyState": string;
|
|
3060
|
+
"projectRoles.assignments.restrictedNotice": string;
|
|
3059
3061
|
"projectRoles.assignments.projectColumn": string;
|
|
3060
3062
|
"projectRoles.assignments.membersColumn": string;
|
|
3061
3063
|
"projectRoles.assignments.lastAssignedColumn": string;
|
|
@@ -6924,6 +6926,11 @@ declare const _exports: {
|
|
|
6924
6926
|
"instanceAi.confirmation.alwaysAllowSuffix": string;
|
|
6925
6927
|
"instanceAi.confirmation.allowPrompt": string;
|
|
6926
6928
|
"instanceAi.confirmation.deny": string;
|
|
6929
|
+
"instanceAi.confirmation.credentialDestination.title": string;
|
|
6930
|
+
"instanceAi.confirmation.credentialDestination.description": string;
|
|
6931
|
+
"instanceAi.confirmation.credentialDestination.descriptionMultiple": string;
|
|
6932
|
+
"instanceAi.confirmation.credentialDestination.approve": string;
|
|
6933
|
+
"instanceAi.confirmation.credentialDestination.deny": string;
|
|
6927
6934
|
"instanceAi.confirmation.approved": string;
|
|
6928
6935
|
"instanceAi.confirmation.denied": string;
|
|
6929
6936
|
"instanceAi.confirmation.deferred": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -3056,6 +3056,8 @@ declare const _exports: {
|
|
|
3056
3056
|
"roles.instance.assignments.fetch.error": string;
|
|
3057
3057
|
"roles.fetch.error": string;
|
|
3058
3058
|
"projectRoles.assignments.emptyState": string;
|
|
3059
|
+
"projectRoles.assignments.restrictedEmptyState": string;
|
|
3060
|
+
"projectRoles.assignments.restrictedNotice": string;
|
|
3059
3061
|
"projectRoles.assignments.projectColumn": string;
|
|
3060
3062
|
"projectRoles.assignments.membersColumn": string;
|
|
3061
3063
|
"projectRoles.assignments.lastAssignedColumn": string;
|
|
@@ -6924,6 +6926,11 @@ declare const _exports: {
|
|
|
6924
6926
|
"instanceAi.confirmation.alwaysAllowSuffix": string;
|
|
6925
6927
|
"instanceAi.confirmation.allowPrompt": string;
|
|
6926
6928
|
"instanceAi.confirmation.deny": string;
|
|
6929
|
+
"instanceAi.confirmation.credentialDestination.title": string;
|
|
6930
|
+
"instanceAi.confirmation.credentialDestination.description": string;
|
|
6931
|
+
"instanceAi.confirmation.credentialDestination.descriptionMultiple": string;
|
|
6932
|
+
"instanceAi.confirmation.credentialDestination.approve": string;
|
|
6933
|
+
"instanceAi.confirmation.credentialDestination.deny": string;
|
|
6927
6934
|
"instanceAi.confirmation.approved": string;
|
|
6928
6935
|
"instanceAi.confirmation.denied": string;
|
|
6929
6936
|
"instanceAi.confirmation.deferred": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.37.
|
|
4
|
+
"version": "2.37.3",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.4.4",
|
|
27
27
|
"vue": "^3.5.13",
|
|
28
|
-
"n8n-workflow": "2.37.
|
|
28
|
+
"n8n-workflow": "2.37.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"vite": "^8.0.2",
|
|
41
41
|
"vitest": "^4.1.9",
|
|
42
42
|
"vue-tsc": "^2.2.8",
|
|
43
|
-
"@n8n/typescript-config": "1.10.0",
|
|
44
43
|
"@n8n/eslint-config": "0.0.1",
|
|
44
|
+
"@n8n/typescript-config": "1.10.0",
|
|
45
45
|
"@n8n/playwright-janitor": "0.1.0",
|
|
46
46
|
"@n8n/vitest-config": "1.21.0"
|
|
47
47
|
},
|