@n8n/i18n 2.30.3 → 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 +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.mts +2 -0
- 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 +3 -3
package/dist/types2.d.cts
CHANGED
|
@@ -4081,6 +4081,8 @@ declare const _exports: {
|
|
|
4081
4081
|
"canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": string;
|
|
4082
4082
|
"canvas.nodeGroup.autoExtended.title": string;
|
|
4083
4083
|
"canvas.nodeGroup.autoExtended.message": string;
|
|
4084
|
+
"canvas.nodeGroup.removedOnSave.title": string;
|
|
4085
|
+
"canvas.nodeGroup.removedOnSave.message": string;
|
|
4084
4086
|
"canvas.nodeGroup.titlePlaceholder": string;
|
|
4085
4087
|
"canvas.nodeGroup.expand": string;
|
|
4086
4088
|
"canvas.nodeGroup.collapse": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -4081,6 +4081,8 @@ declare const _exports: {
|
|
|
4081
4081
|
"canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": string;
|
|
4082
4082
|
"canvas.nodeGroup.autoExtended.title": string;
|
|
4083
4083
|
"canvas.nodeGroup.autoExtended.message": string;
|
|
4084
|
+
"canvas.nodeGroup.removedOnSave.title": string;
|
|
4085
|
+
"canvas.nodeGroup.removedOnSave.message": string;
|
|
4084
4086
|
"canvas.nodeGroup.titlePlaceholder": string;
|
|
4085
4087
|
"canvas.nodeGroup.expand": string;
|
|
4086
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",
|
|
@@ -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",
|
|
43
44
|
"@n8n/playwright-janitor": "0.1.0",
|
|
44
45
|
"@n8n/typescript-config": "1.8.0",
|
|
45
|
-
"@n8n/vitest-config": "1.17.0"
|
|
46
|
-
"@n8n/eslint-config": "0.0.1"
|
|
46
|
+
"@n8n/vitest-config": "1.17.0"
|
|
47
47
|
},
|
|
48
48
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
49
49
|
"homepage": "https://n8n.io",
|