n8n-core 1.57.0 → 1.58.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.
@@ -4,7 +4,7 @@ exports.InvalidExecutionMetadataError = void 0;
4
4
  const n8n_workflow_1 = require("n8n-workflow");
5
5
  class InvalidExecutionMetadataError extends n8n_workflow_1.ApplicationError {
6
6
  constructor(type, key, message, options) {
7
- super(message !== null && message !== void 0 ? message : `Custom data ${type}s must be a string (key "${key}")`, options);
7
+ super(message ?? `Custom data ${type}s must be a string (key "${key}")`, options);
8
8
  this.type = type;
9
9
  }
10
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"invalid-execution-metadata.error.js","sourceRoot":"","sources":["../../src/errors/invalid-execution-metadata.error.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAEhD,MAAa,6BAA8B,SAAQ,+BAAgB;IAClE,YACQ,IAAqB,EAC5B,GAAY,EACZ,OAAgB,EAChB,OAAsB;QAGtB,KAAK,CAAC,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,eAAe,IAAI,4BAA4B,GAAG,IAAI,EAAE,OAAO,CAAC,CAAC;QAN3E,SAAI,GAAJ,IAAI,CAAiB;IAO7B,CAAC;CACD;AAVD,sEAUC"}
1
+ {"version":3,"file":"invalid-execution-metadata.error.js","sourceRoot":"","sources":["../../src/errors/invalid-execution-metadata.error.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAEhD,MAAa,6BAA8B,SAAQ,+BAAgB;IAClE,YACQ,IAAqB,EAC5B,GAAY,EACZ,OAAgB,EAChB,OAAsB;QAGtB,KAAK,CAAC,OAAO,IAAI,eAAe,IAAI,4BAA4B,GAAG,IAAI,EAAE,OAAO,CAAC,CAAC;QAN3E,SAAI,GAAJ,IAAI,CAAiB;IAO7B,CAAC;CACD;AAVD,sEAUC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-core",
3
- "version": "1.57.0",
3
+ "version": "1.58.1",
4
4
  "description": "Core functionality of n8n",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",
@@ -34,6 +34,7 @@
34
34
  "file-type": "16.5.4",
35
35
  "form-data": "4.0.0",
36
36
  "lodash": "4.17.21",
37
+ "@langchain/core": "0.2.18",
37
38
  "luxon": "3.4.4",
38
39
  "mime-types": "2.1.35",
39
40
  "oauth-1.0a": "2.2.6",
@@ -44,8 +45,9 @@
44
45
  "typedi": "0.10.0",
45
46
  "uuid": "8.3.2",
46
47
  "xml2js": "0.6.2",
47
- "@n8n/client-oauth2": "0.20.0",
48
- "n8n-workflow": "1.56.0"
48
+ "zod": "3.23.8",
49
+ "n8n-workflow": "1.57.1",
50
+ "@n8n/client-oauth2": "0.20.0"
49
51
  },
50
52
  "license": "SEE LICENSE IN LICENSE.md",
51
53
  "homepage": "https://n8n.io",