Comparing version 1.6.0 to 1.7.0
{ | ||
"name": "axaj", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "A tiny and trivial AJAX library which uses the Fetch API.", | ||
@@ -31,9 +31,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.21.0", | ||
"@typescript-eslint/parser": "^2.21.0", | ||
"@typescript-eslint/eslint-plugin": "^2.23.0", | ||
"@typescript-eslint/parser": "^2.23.0", | ||
"eslint": "^6.8.0", | ||
"serialize-javascript": "^2.1.2", | ||
"terser-webpack-plugin": "^1.4.3", | ||
"typescript": "^3.8.2", | ||
"webpack": "^4.41.6", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.42.0", | ||
"webpack-cli": "^3.3.11" | ||
@@ -46,6 +46,6 @@ }, | ||
"dependencies": { | ||
"immutable-linked-ordered-map": "^1.0.0", | ||
"interval-jitter": "^1.3.0", | ||
"js-utl": "^3.1.0" | ||
"immutable-linked-ordered-map": "^1.3.1", | ||
"interval-jitter": "^1.4.0", | ||
"js-utl": "^3.12.0" | ||
} | ||
} |
16887
Updatedinterval-jitter@^1.4.0
Updatedjs-utl@^3.12.0