@n8n/i18n 2.30.2 → 2.30.4
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 +7 -4
- 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 +7 -4
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +3 -0
- package/dist/types2.d.mts +3 -0
- package/package.json +2 -2
package/dist/types2.d.cts
CHANGED
|
@@ -2110,6 +2110,7 @@ declare const _exports: {
|
|
|
2110
2110
|
"nodeCreator.subcategoryNames.miscellaneous": string;
|
|
2111
2111
|
"nodeCreator.subcategoryNames.humanInTheLoop": string;
|
|
2112
2112
|
"nodeCreator.subcategoryNames.modelContextProtocol": string;
|
|
2113
|
+
"nodeCreator.sectionNames.includedInN8n": string;
|
|
2113
2114
|
"nodeCreator.sectionNames.popular": string;
|
|
2114
2115
|
"nodeCreator.sectionNames.other": string;
|
|
2115
2116
|
"nodeCreator.sectionNames.sendAndWait": string;
|
|
@@ -4080,6 +4081,8 @@ declare const _exports: {
|
|
|
4080
4081
|
"canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": string;
|
|
4081
4082
|
"canvas.nodeGroup.autoExtended.title": string;
|
|
4082
4083
|
"canvas.nodeGroup.autoExtended.message": string;
|
|
4084
|
+
"canvas.nodeGroup.removedOnSave.title": string;
|
|
4085
|
+
"canvas.nodeGroup.removedOnSave.message": string;
|
|
4083
4086
|
"canvas.nodeGroup.titlePlaceholder": string;
|
|
4084
4087
|
"canvas.nodeGroup.expand": string;
|
|
4085
4088
|
"canvas.nodeGroup.collapse": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -2110,6 +2110,7 @@ declare const _exports: {
|
|
|
2110
2110
|
"nodeCreator.subcategoryNames.miscellaneous": string;
|
|
2111
2111
|
"nodeCreator.subcategoryNames.humanInTheLoop": string;
|
|
2112
2112
|
"nodeCreator.subcategoryNames.modelContextProtocol": string;
|
|
2113
|
+
"nodeCreator.sectionNames.includedInN8n": string;
|
|
2113
2114
|
"nodeCreator.sectionNames.popular": string;
|
|
2114
2115
|
"nodeCreator.sectionNames.other": string;
|
|
2115
2116
|
"nodeCreator.sectionNames.sendAndWait": string;
|
|
@@ -4080,6 +4081,8 @@ declare const _exports: {
|
|
|
4080
4081
|
"canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": string;
|
|
4081
4082
|
"canvas.nodeGroup.autoExtended.title": string;
|
|
4082
4083
|
"canvas.nodeGroup.autoExtended.message": string;
|
|
4084
|
+
"canvas.nodeGroup.removedOnSave.title": string;
|
|
4085
|
+
"canvas.nodeGroup.removedOnSave.message": string;
|
|
4083
4086
|
"canvas.nodeGroup.titlePlaceholder": string;
|
|
4084
4087
|
"canvas.nodeGroup.expand": string;
|
|
4085
4088
|
"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.30.
|
|
4
|
+
"version": "2.30.4",
|
|
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.30.
|
|
28
|
+
"n8n-workflow": "2.30.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|