@alwatr/fetch 6.0.5 → 6.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/main.cjs +1 -1
- package/dist/main.mjs +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [6.0.7](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@6.0.6...@alwatr/fetch@6.0.7) (2025-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @alwatr/fetch
|
|
9
|
+
|
|
10
|
+
## [6.0.6](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@6.0.5...@alwatr/fetch@6.0.6) (2025-09-13)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @alwatr/fetch
|
|
13
|
+
|
|
6
14
|
## [6.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@6.0.4...@alwatr/fetch@6.0.5) (2025-09-13)
|
|
7
15
|
|
|
8
16
|
### 🧹 Miscellaneous Chores
|
package/dist/main.cjs
CHANGED
package/dist/main.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/fetch",
|
|
3
3
|
"description": "`@alwatr/fetch` is an enhanced, lightweight, and dependency-free wrapper for the native `fetch` API. It provides modern features like caching strategies, request retries, timeouts, and intelligent duplicate request handling, all in a compact package.",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.7",
|
|
5
5
|
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
|
|
6
6
|
"bugs": "https://github.com/Alwatr/nanolib/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@alwatr/delay": "6.0.
|
|
9
|
-
"@alwatr/global-this": "5.5.
|
|
10
|
-
"@alwatr/http-primer": "6.0.
|
|
11
|
-
"@alwatr/logger": "
|
|
12
|
-
"@alwatr/parse-duration": "5.5.
|
|
8
|
+
"@alwatr/delay": "6.0.4",
|
|
9
|
+
"@alwatr/global-this": "5.5.13",
|
|
10
|
+
"@alwatr/http-primer": "6.0.4",
|
|
11
|
+
"@alwatr/logger": "6.0.0",
|
|
12
|
+
"@alwatr/parse-duration": "5.5.13"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@alwatr/nano-build": "6.1.
|
|
15
|
+
"@alwatr/nano-build": "6.1.2",
|
|
16
16
|
"@alwatr/prettier-config": "5.0.3",
|
|
17
17
|
"@alwatr/tsconfig-base": "6.0.1",
|
|
18
|
-
"@alwatr/type-helper": "6.0.
|
|
18
|
+
"@alwatr/type-helper": "6.0.2",
|
|
19
19
|
"jest": "^30.1.3",
|
|
20
20
|
"typescript": "^5.9.2"
|
|
21
21
|
},
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
},
|
|
85
85
|
"type": "module",
|
|
86
86
|
"types": "./dist/main.d.ts",
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "4249b4e06eeb5739e1d6dbacfbce5b33a3180263"
|
|
88
88
|
}
|