Comparing version 1.1.2 to 1.2.0
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2019 Anton Bagdatyev | ||
Copyright (c) 2020 Anton Bagdatyev | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person |
{ | ||
"name": "axaj", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "A tiny and trivial AJAX library which uses the Fetch API.", | ||
@@ -26,10 +26,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.10.0", | ||
"@typescript-eslint/parser": "^2.10.0", | ||
"eslint": "^6.7.2", | ||
"@typescript-eslint/eslint-plugin": "^2.15.0", | ||
"@typescript-eslint/parser": "^2.15.0", | ||
"eslint": "^6.8.0", | ||
"serialize-javascript": "^2.1.2", | ||
"terser-webpack-plugin": "^1.4.2", | ||
"typescript": "^3.7.3", | ||
"uglifyjs-webpack-plugin": "^2.2.0", | ||
"webpack": "^4.41.2", | ||
"terser-webpack-plugin": "^1.4.3", | ||
"typescript": "^3.7.4", | ||
"webpack": "^4.41.5", | ||
"webpack-cli": "^3.3.10" | ||
@@ -42,6 +41,6 @@ }, | ||
"dependencies": { | ||
"immutable-linked-ordered-map": "^0.20.0", | ||
"interval-jitter": "^1.1.0", | ||
"js-utl": "^1.2.0" | ||
"immutable-linked-ordered-map": "^0.20.1", | ||
"interval-jitter": "^1.1.1", | ||
"js-utl": "^1.6.0" | ||
} | ||
} |
/* | ||
* Copyright (c) 2019 Anton Bagdatyev (Tonix-Tuft) | ||
* Copyright (c) 2020 Anton Bagdatyev (Tonix-Tuft) | ||
* | ||
@@ -4,0 +4,0 @@ * Permission is hereby granted, free of charge, to any person |
8
16491
Updatedinterval-jitter@^1.1.1
Updatedjs-utl@^1.6.0