Comparing version
@@ -32,2 +32,4 @@ "use strict"; | ||
axios_1.default.defaults.headers.post = {}; | ||
axios_1.default.defaults.headers.put = {}; | ||
axios_1.default.defaults.headers.patch = {}; | ||
axios_1.default.defaults.paramsSerializer = (params) => { | ||
@@ -34,0 +36,0 @@ if (params instanceof url_1.URLSearchParams) { |
{ | ||
"name": "n8n-core", | ||
"version": "0.93.0", | ||
"version": "0.94.0", | ||
"description": "Core functionality of n8n", | ||
@@ -53,3 +53,3 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"mime-types": "^2.1.27", | ||
"n8n-workflow": "~0.76.0", | ||
"n8n-workflow": "~0.77.0", | ||
"oauth-1.0a": "^2.2.6", | ||
@@ -56,0 +56,0 @@ "p-cancelable": "^2.0.0", |
Sorry, the diff of this file is not supported yet
351903
0.06%4615
0.04%+ Added
- Removed
Updated