🔀 Merge branch 'master' into oauth-support

This commit is contained in:
Jan Oberhauser
2020-05-12 01:56:27 +02:00
159 changed files with 20155 additions and 2001 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "0.31.0",
"version": "0.33.0",
"description": "Core functionality of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
@@ -36,7 +36,7 @@
"jest": "^24.9.0",
"source-map-support": "^0.5.9",
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"tslint": "6.1.2",
"typescript": "~3.7.4"
},
"dependencies": {
@@ -45,8 +45,9 @@
"crypto-js": "3.1.9-1",
"lodash.get": "^4.4.2",
"mmmagic": "^0.5.2",
"n8n-workflow": "~0.28.0",
"n8n-workflow": "~0.30.0",
"p-cancelable": "^2.0.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.7"
},
"jest": {