@alwatr/fetch
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -6,2 +6,8 @@ # Change Log | ||
## [3.1.6](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@3.1.5...@alwatr/fetch@3.1.6) (2024-08-31) | ||
### Dependencies update | ||
* update all dependencies ([1e0c30e](https://github.com/Alwatr/nanolib/commit/1e0c30e6a3a8e19deb5185814e24ab6c08dca573)) by @AliMD | ||
## [3.1.5](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@3.1.4...@alwatr/fetch@3.1.5) (2024-07-04) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/fetch", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.", | ||
@@ -74,16 +74,16 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/global-scope": "^1.1.17", | ||
"@alwatr/logger": "^3.2.9", | ||
"@alwatr/wait": "^1.1.12" | ||
"@alwatr/global-scope": "^1.1.18", | ||
"@alwatr/logger": "^3.2.10", | ||
"@alwatr/wait": "^1.1.13" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^1.3.7", | ||
"@alwatr/nano-build": "^1.3.8", | ||
"@alwatr/prettier-config": "^1.0.4", | ||
"@alwatr/tsconfig-base": "^1.2.0", | ||
"@alwatr/type-helper": "^1.2.4", | ||
"@types/node": "^20.14.9", | ||
"@alwatr/type-helper": "^1.2.5", | ||
"@types/node": "^22.5.1", | ||
"jest": "^29.7.0", | ||
"typescript": "^5.5.3" | ||
"typescript": "^5.5.4" | ||
}, | ||
"gitHead": "98b9c29f927d9487d318d109556c873b13ea2056" | ||
"gitHead": "5d81b77988089edb24aa6853d0a98fdeb85dbf77" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
3
60580
15
293
Updated@alwatr/global-scope@^1.1.18
Updated@alwatr/logger@^3.2.10
Updated@alwatr/wait@^1.1.13