@dile/crud
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -19,4 +19,7 @@ import Axios from 'axios' | ||
} | ||
if(configuration.headerAuthorization) { | ||
axiosConfig.headers.Authorization = configuration.headerAuthorization; | ||
} | ||
window.axiosInstance = Axios.create(axiosConfig); | ||
} | ||
} |
{ | ||
"name": "@dile/crud", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Components to create a generic crud system based on Web Components and Lit", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "2bcf90ee8a323d9a57f6ef42fc200e111482cc74" | ||
"gitHead": "2bf53b43915b8fb63871defa828896d6d785bc14" | ||
} |
97870
3056