@n8n/i18n 2.31.2 → 2.31.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/types2.d.cts CHANGED
@@ -4105,6 +4105,8 @@ declare const _exports: {
4105
4105
  "canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": string;
4106
4106
  "canvas.nodeGroup.autoExtended.title": string;
4107
4107
  "canvas.nodeGroup.autoExtended.message": string;
4108
+ "canvas.nodeGroup.removedOnSave.title": string;
4109
+ "canvas.nodeGroup.removedOnSave.message": string;
4108
4110
  "canvas.nodeGroup.titlePlaceholder": string;
4109
4111
  "canvas.nodeGroup.expand": string;
4110
4112
  "canvas.nodeGroup.collapse": string;
package/dist/types2.d.mts CHANGED
@@ -4105,6 +4105,8 @@ declare const _exports: {
4105
4105
  "canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": string;
4106
4106
  "canvas.nodeGroup.autoExtended.title": string;
4107
4107
  "canvas.nodeGroup.autoExtended.message": string;
4108
+ "canvas.nodeGroup.removedOnSave.title": string;
4109
+ "canvas.nodeGroup.removedOnSave.message": string;
4108
4110
  "canvas.nodeGroup.titlePlaceholder": string;
4109
4111
  "canvas.nodeGroup.expand": string;
4110
4112
  "canvas.nodeGroup.collapse": string;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "2.31.2",
4
+ "version": "2.31.4",
5
5
  "files": [
6
6
  "dist",
7
- "LICENSE_EE.md",
8
- "LICENSE.md"
7
+ "LICENSE.md",
8
+ "LICENSE_EE.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.31.2"
28
+ "n8n-workflow": "2.31.3"
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/playwright-janitor": "0.1.0",
44
43
  "@n8n/eslint-config": "0.0.1",
45
- "@n8n/vitest-config": "1.18.0",
46
- "@n8n/typescript-config": "1.9.0"
44
+ "@n8n/typescript-config": "1.9.0",
45
+ "@n8n/playwright-janitor": "0.1.0",
46
+ "@n8n/vitest-config": "1.18.0"
47
47
  },
48
48
  "license": "SEE LICENSE IN LICENSE.md",
49
49
  "homepage": "https://n8n.io",