@blackflux/axios
Advanced tools
Comparing version 2.0.3 to 3.0.0
@@ -5,2 +5,3 @@ import { Retainer } from 'object-fields'; | ||
const retainer = Retainer([ | ||
'status', | ||
'code', | ||
@@ -7,0 +8,0 @@ 'config.{headers,method,url,data}', |
{ | ||
"name": "@blackflux/axios", | ||
"type": "module", | ||
"version": "2.0.3", | ||
"version": "3.0.0", | ||
"main": "lib/index.js", | ||
@@ -23,18 +23,18 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "7.22.9", | ||
"@babel/eslint-parser": "7.22.9", | ||
"@babel/register": "7.22.5", | ||
"@blackflux/eslint-plugin-rules": "3.0.1", | ||
"@blackflux/robo-config-plugin": "9.1.10", | ||
"c8": "8.0.1", | ||
"chai": "4.3.7", | ||
"eslint": "8.46.0", | ||
"@babel/core": "7.26.7", | ||
"@babel/eslint-parser": "7.26.5", | ||
"@babel/register": "7.25.9", | ||
"@blackflux/eslint-plugin-rules": "4.0.0", | ||
"@blackflux/robo-config-plugin": "10.0.0", | ||
"c8": "10.1.3", | ||
"chai": "5.1.2", | ||
"eslint": "9.19.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-plugin-import": "2.28.0", | ||
"eslint-plugin-json": "3.1.0", | ||
"eslint-plugin-markdown": "3.0.1", | ||
"eslint-plugin-mocha": "10.1.0", | ||
"js-gardener": "5.0.1", | ||
"lambda-monitor-logger": "5.0.1", | ||
"node-tdd": "4.0.0", | ||
"eslint-plugin-import": "2.31.0", | ||
"eslint-plugin-json": "4.0.1", | ||
"eslint-plugin-markdown": "5.1.0", | ||
"eslint-plugin-mocha": "10.5.0", | ||
"js-gardener": "6.0.2", | ||
"lambda-monitor-logger": "5.1.1", | ||
"node-tdd": "6.0.0", | ||
"smart-fs": "4.0.1" | ||
@@ -54,3 +54,3 @@ }, | ||
"build-clean": "yarn run clean && yarn run build", | ||
"test-simple": "c8 mocha --experimental-loader=./test/hot.js \"./test/**/*.spec.js\"", | ||
"test-simple": "c8 mocha --import=./test/reg.js \"./test/**/*.spec.js\"", | ||
"test": "yarn run clean && yarn run gardener && yarn run test-simple", | ||
@@ -64,3 +64,3 @@ "docker": "docker run --net host -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash", | ||
"tsv": "yarn run test-simple --verbose", | ||
"semantic-release": "yarn run build-clean && npx semantic-release", | ||
"semantic-release": "yarn run build-clean && yarn exec semantic-release", | ||
"gardener": "node gardener.js" | ||
@@ -73,8 +73,8 @@ }, | ||
"engines": { | ||
"node": ">= 16" | ||
"node": ">= 20" | ||
}, | ||
"dependencies": { | ||
"axios": "1.4.0", | ||
"axios": "1.7.9", | ||
"object-fields": "4.0.0" | ||
} | ||
} |
5299
58
+ Addedaxios@1.7.9(transitive)
- Removedaxios@1.4.0(transitive)
Updatedaxios@1.7.9