@alwatr/fetch
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -6,2 +6,6 @@ # Change Log | ||
## [2.1.2](https://github.com/Alwatr/eslib/compare/@alwatr/fetch@2.1.1...@alwatr/fetch@2.1.2) (2023-11-29) | ||
**Note:** Version bump only for package @alwatr/fetch | ||
## [2.1.1](https://github.com/Alwatr/eslib/compare/@alwatr/fetch@2.1.0...@alwatr/fetch@2.1.1) (2023-11-23) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/fetch", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types written in tiny TypeScript, ES module.", | ||
@@ -37,11 +37,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@alwatr/logger": "^2.3.0", | ||
"@alwatr/util": "^1.3.1", | ||
"tslib": "^2.6.2" | ||
"@alwatr/logger": "^2.3.1", | ||
"@alwatr/util": "^1.3.2" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/type": "^1.2.1", | ||
"@types/node": "^20.9.4" | ||
"@alwatr/type": "^1.2.2", | ||
"@types/node": "^20.10.0" | ||
}, | ||
"gitHead": "0f5a2f89263e9bf03a7f5087b0715ea1fc059674" | ||
"gitHead": "27cb935580d5ccdc4459f1018c66f23ea0a42ddf" | ||
} |
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
67377
2
- Removedtslib@^2.6.2
- Removedtslib@2.8.1(transitive)
Updated@alwatr/logger@^2.3.1
Updated@alwatr/util@^1.3.2