@blackflux/axios
Advanced tools
Comparing version 1.1.3 to 2.0.0
@@ -13,4 +13,5 @@ import { Retainer } from 'object-fields'; | ||
retainer(e); | ||
delete e.stack; | ||
} | ||
throw e; | ||
}; |
{ | ||
"name": "@blackflux/axios", | ||
"type": "module", | ||
"version": "1.1.3", | ||
"version": "2.0.0", | ||
"main": "lib/index.js", | ||
@@ -23,19 +23,19 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "7.18.9", | ||
"@babel/eslint-parser": "7.18.9", | ||
"@babel/register": "7.18.9", | ||
"@blackflux/eslint-plugin-rules": "2.1.0", | ||
"@blackflux/robo-config-plugin": "7.9.8", | ||
"c8": "7.12.0", | ||
"chai": "4.3.6", | ||
"eslint": "8.20.0", | ||
"@babel/core": "7.22.9", | ||
"@babel/eslint-parser": "7.22.9", | ||
"@babel/register": "7.22.5", | ||
"@blackflux/eslint-plugin-rules": "3.0.0", | ||
"@blackflux/robo-config-plugin": "9.1.9", | ||
"c8": "8.0.1", | ||
"chai": "4.3.7", | ||
"eslint": "8.46.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-import": "2.28.0", | ||
"eslint-plugin-json": "3.1.0", | ||
"eslint-plugin-markdown": "3.0.0", | ||
"eslint-plugin-markdown": "3.0.1", | ||
"eslint-plugin-mocha": "10.1.0", | ||
"js-gardener": "3.0.5", | ||
"lambda-monitor-logger": "4.0.0", | ||
"node-tdd": "3.4.2", | ||
"smart-fs": "3.0.1" | ||
"js-gardener": "5.0.1", | ||
"lambda-monitor-logger": "5.0.0", | ||
"node-tdd": "4.0.0", | ||
"smart-fs": "4.0.0" | ||
}, | ||
@@ -71,8 +71,8 @@ "description": "Axios Wrapper", | ||
"engines": { | ||
"node": ">= 14" | ||
"node": ">= 16" | ||
}, | ||
"dependencies": { | ||
"axios": "0.27.2", | ||
"axios": "1.4.0", | ||
"object-fields": "3.0.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
4769
42
+ Addedaxios@1.4.0(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.27.2(transitive)
Updatedaxios@1.4.0