@n8n/i18n 2.31.1 → 2.31.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 +5 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -0
- package/dist/index.d.mts +3 -0
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +3 -0
- package/dist/types2.d.mts +3 -0
- package/package.json +4 -4
package/dist/types2.d.cts
CHANGED
|
@@ -3996,6 +3996,7 @@ declare const _exports: {
|
|
|
3996
3996
|
"nodeIssues.credentials.notIdentified.hint": string;
|
|
3997
3997
|
"nodeIssues.credentials.privateNotConnected": string;
|
|
3998
3998
|
"nodeIssues.credentials.privateRequiresManualTrigger": string;
|
|
3999
|
+
"nodeIssues.credentials.privateRequiresIdentityExtractor": string;
|
|
3999
4000
|
"nodeIssues.input.missing": string;
|
|
4000
4001
|
"ndv.trigger.moreInfo": string;
|
|
4001
4002
|
"ndv.trigger.copiedTestUrl": string;
|
|
@@ -4104,6 +4105,8 @@ declare const _exports: {
|
|
|
4104
4105
|
"canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": string;
|
|
4105
4106
|
"canvas.nodeGroup.autoExtended.title": string;
|
|
4106
4107
|
"canvas.nodeGroup.autoExtended.message": string;
|
|
4108
|
+
"canvas.nodeGroup.removedOnSave.title": string;
|
|
4109
|
+
"canvas.nodeGroup.removedOnSave.message": string;
|
|
4107
4110
|
"canvas.nodeGroup.titlePlaceholder": string;
|
|
4108
4111
|
"canvas.nodeGroup.expand": string;
|
|
4109
4112
|
"canvas.nodeGroup.collapse": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -3996,6 +3996,7 @@ declare const _exports: {
|
|
|
3996
3996
|
"nodeIssues.credentials.notIdentified.hint": string;
|
|
3997
3997
|
"nodeIssues.credentials.privateNotConnected": string;
|
|
3998
3998
|
"nodeIssues.credentials.privateRequiresManualTrigger": string;
|
|
3999
|
+
"nodeIssues.credentials.privateRequiresIdentityExtractor": string;
|
|
3999
4000
|
"nodeIssues.input.missing": string;
|
|
4000
4001
|
"ndv.trigger.moreInfo": string;
|
|
4001
4002
|
"ndv.trigger.copiedTestUrl": string;
|
|
@@ -4104,6 +4105,8 @@ declare const _exports: {
|
|
|
4104
4105
|
"canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": string;
|
|
4105
4106
|
"canvas.nodeGroup.autoExtended.title": string;
|
|
4106
4107
|
"canvas.nodeGroup.autoExtended.message": string;
|
|
4108
|
+
"canvas.nodeGroup.removedOnSave.title": string;
|
|
4109
|
+
"canvas.nodeGroup.removedOnSave.message": string;
|
|
4107
4110
|
"canvas.nodeGroup.titlePlaceholder": string;
|
|
4108
4111
|
"canvas.nodeGroup.expand": string;
|
|
4109
4112
|
"canvas.nodeGroup.collapse": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.31.
|
|
4
|
+
"version": "2.31.3",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE_EE.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.31.
|
|
28
|
+
"n8n-workflow": "2.31.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"vite": "^8.0.2",
|
|
41
41
|
"vitest": "^4.1.9",
|
|
42
42
|
"vue-tsc": "^2.2.8",
|
|
43
|
-
"@n8n/eslint-config": "0.0.1",
|
|
44
43
|
"@n8n/playwright-janitor": "0.1.0",
|
|
44
|
+
"@n8n/typescript-config": "1.9.0",
|
|
45
45
|
"@n8n/vitest-config": "1.18.0",
|
|
46
|
-
"@n8n/
|
|
46
|
+
"@n8n/eslint-config": "0.0.1"
|
|
47
47
|
},
|
|
48
48
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
49
49
|
"homepage": "https://n8n.io",
|