From 2ddf486c077ffc1a30adc151b2f92b965a5f9d94 Mon Sep 17 00:00:00 2001 From: Omar Ajoue Date: Fri, 17 Jun 2022 16:56:10 +0200 Subject: [PATCH] Also bump n8n packages version --- package.json | 4 ++-- tsconfig.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3ef2604..ab244cf 100644 --- a/package.json +++ b/package.json @@ -43,14 +43,14 @@ "@types/request-promise-native": "~1.0.15", "gulp": "^4.0.2", "jest": "^26.4.2", - "n8n-workflow": "~0.83.0", + "n8n-workflow": "~0.104.0", "nodelinter": "^0.1.9", "ts-jest": "^26.3.0", "tslint": "^6.1.2", "typescript": "~4.3.5" }, "dependencies": { - "n8n-core": "~0.101.0" + "n8n-core": "~0.122.1" }, "overrides": { "glob-parent": "5.1.2" diff --git a/tsconfig.json b/tsconfig.json index 6456490..48efe0b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,8 @@ "declaration": true, "outDir": "./dist/", "target": "es2017", - "sourceMap": true + "sourceMap": true, + "esModuleInterop": true }, "include": [ "credentials/**/*", @@ -30,4 +31,4 @@ "exclude": [ "**/*.spec.ts" ] -} \ No newline at end of file +}