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 +}