@n8n/i18n 2.5.1 → 2.5.2

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
@@ -3175,6 +3175,8 @@ declare const _exports: {
3175
3175
  "workflowRun.showError.resolveOutstandingIssues": string;
3176
3176
  "workflowRun.showError.unsupportedExecutionLogic.title": string;
3177
3177
  "workflowRun.showError.unsupportedExecutionLogic.description": string;
3178
+ "workflowRun.showWarning.noChatResponseNodes.title": string;
3179
+ "workflowRun.showWarning.noChatResponseNodes.description": string;
3178
3180
  "workflowRun.showMessage.message": string;
3179
3181
  "workflowRun.showMessage.title": string;
3180
3182
  "workflowSettings.executionLogic.v0.title": string;
package/dist/types2.d.mts CHANGED
@@ -3175,6 +3175,8 @@ declare const _exports: {
3175
3175
  "workflowRun.showError.resolveOutstandingIssues": string;
3176
3176
  "workflowRun.showError.unsupportedExecutionLogic.title": string;
3177
3177
  "workflowRun.showError.unsupportedExecutionLogic.description": string;
3178
+ "workflowRun.showWarning.noChatResponseNodes.title": string;
3179
+ "workflowRun.showWarning.noChatResponseNodes.description": string;
3178
3180
  "workflowRun.showMessage.message": string;
3179
3181
  "workflowRun.showMessage.title": string;
3180
3182
  "workflowSettings.executionLogic.v0.title": string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "2.5.1",
4
+ "version": "2.5.2",
5
5
  "files": [
6
6
  "dist",
7
7
  "LICENSE.md",
@@ -40,8 +40,8 @@
40
40
  "vitest": "^3.1.3",
41
41
  "vue-tsc": "^2.2.8",
42
42
  "@n8n/eslint-config": "0.0.1",
43
- "@n8n/vitest-config": "1.5.0",
44
- "@n8n/typescript-config": "1.3.0"
43
+ "@n8n/typescript-config": "1.3.0",
44
+ "@n8n/vitest-config": "1.5.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "vue": "^3.5.13"