n8n-workflow 1.95.0 → 1.95.1

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.
@@ -1474,6 +1474,7 @@ export interface IRunExecutionData {
1474
1474
  startData?: {
1475
1475
  startNodes?: StartNodeData[];
1476
1476
  destinationNode?: string;
1477
+ originalDestinationNode?: string;
1477
1478
  runNodeFilter?: string[];
1478
1479
  };
1479
1480
  resultData: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-workflow",
3
- "version": "1.95.0",
3
+ "version": "1.95.1",
4
4
  "description": "Workflow base code of n8n",
5
5
  "main": "dist/index.js",
6
6
  "module": "src/index.ts",
@@ -26,8 +26,8 @@
26
26
  "@types/luxon": "3.2.0",
27
27
  "@types/md5": "^2.3.5",
28
28
  "@types/xml2js": "^0.4.14",
29
- "@n8n/config": "1.42.0",
30
- "@n8n/typescript-config": "1.2.0"
29
+ "@n8n/typescript-config": "1.2.0",
30
+ "@n8n/config": "1.42.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "@n8n/tournament": "1.0.6",