n8n-workflow 0.88.0 → 0.89.0

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.
@@ -240,6 +240,7 @@ export interface IHttpRequestOptions {
240
240
  encoding?: 'arraybuffer' | 'blob' | 'document' | 'json' | 'text' | 'stream';
241
241
  skipSslCertificateValidation?: boolean;
242
242
  returnFullResponse?: boolean;
243
+ ignoreHttpStatusErrors?: boolean;
243
244
  proxy?: {
244
245
  host: string;
245
246
  port: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-workflow",
3
- "version": "0.88.0",
3
+ "version": "0.89.0",
4
4
  "description": "Workflow base code of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",