axios-patch
Advanced tools
Comparing version 0.2.0 to 0.2.1
export declare function init(): void; | ||
declare const _default: { init: typeof init; }; | ||
export default _default; | ||
declare const axiosPatch: { init: typeof init; }; | ||
export default axiosPatch; |
@@ -35,3 +35,3 @@ 'use strict'; | ||
const context = axios[contextKey] = { }; | ||
const context = axios[contextKey] = {}; | ||
if (typeof axios.create === 'function') { | ||
@@ -38,0 +38,0 @@ patchCreate(axios, context); |
{ | ||
"name": "axios-patch", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Better usage for axios", | ||
@@ -8,3 +8,7 @@ "license": "MIT", | ||
"keywords": [ | ||
"axios" | ||
"axios", | ||
"interceptor", | ||
"stacktrace", | ||
"plugin", | ||
"extension" | ||
], | ||
@@ -11,0 +15,0 @@ "devDependencies": { |
3190