@alwatr/fetch 5.6.4 โ†’ 5.6.6

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 CHANGED
@@ -3,11 +3,34 @@
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
+ ## [5.6.6](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@5.6.5...@alwatr/fetch@5.6.6) (2025-09-01)
7
+
8
+ ### ๐Ÿ”— Dependencies update
9
+
10
+ * update lerna-lite dependencies to version 4.7.3 and jest to 30.1.2 ([95d7870](https://github.com/Alwatr/nanolib/commit/95d7870ec7ad1e6ed2688bafddcabf46857f6981))
11
+
12
+ ## [5.6.5](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@5.6.4...@alwatr/fetch@5.6.5) (2025-08-23)
13
+
14
+ **Note:** Version bump only for package @alwatr/fetch
15
+
6
16
  ## [5.6.4](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@5.6.2...@alwatr/fetch@5.6.4) (2025-08-23)
7
17
 
8
- ### Code Refactoring
18
+ ### ๐Ÿ› Bug Fixes
9
19
 
10
- * Updated all package.json files in the project to change dependency version specifiers from "workspace:^" to "workspace:*" for consistency and to allow for more flexible version resolution. ([db6a4f7](https://github.com/Alwatr/nanolib/commit/db6a4f76deec2d1d8039978144e4bc51b6f1a0e3)) by @alimd
20
+ * update license from AGPL-3.0-only to MPL-2.0 ([d20968e](https://github.com/Alwatr/nanolib/commit/d20968e60cc89b1dcdf9b96507178da6ed562f55))
21
+ * update package versions in multiple package.json files ([7638b1c](https://github.com/Alwatr/nanolib/commit/7638b1cafee2b4e0f97db7a89ac9fba6384b9b10))
22
+
23
+ ### ๐Ÿ”จ Code Refactoring
24
+
25
+ * Updated all package.json files in the project to change dependency version specifiers from "workspace:^" to "workspace:*" for consistency and to allow for more flexible version resolution. ([db6a4f7](https://github.com/Alwatr/nanolib/commit/db6a4f76deec2d1d8039978144e4bc51b6f1a0e3))
26
+
27
+ ### ๐Ÿงน Miscellaneous Chores
28
+
29
+ * reformat all package.json files ([ceda45d](https://github.com/Alwatr/nanolib/commit/ceda45de186667790474f729cb4b161a5148ce19))
30
+
31
+ ### ๐Ÿ”— Dependencies update
32
+
33
+ * update TypeScript and Jest versions across all packages to improve compatibility and performance ([31baf36](https://github.com/Alwatr/nanolib/commit/31baf366101e92e27db66a21c849fb101f19be47))
11
34
 
12
35
  ## [5.6.3](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@5.6.2...@alwatr/fetch@5.6.3) (2025-08-23)
13
36
 
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/fetch v5.6.4 */
1
+ /* @alwatr/fetch v5.6.6 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -35,7 +35,7 @@ var import_http_primer = require("@alwatr/http-primer");
35
35
  var import_logger = require("@alwatr/logger");
36
36
  var import_package_tracer = require("@alwatr/package-tracer");
37
37
  var import_parse_duration = require("@alwatr/parse-duration");
38
- __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/fetch", "5.6.4");
38
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/fetch", "5.6.6");
39
39
  var logger_ = /* @__PURE__ */ (0, import_logger.createLogger)("@alwatr/fetch");
40
40
  var globalThis_ = /* @__PURE__ */ (0, import_global_this.getGlobalThis)();
41
41
  var cacheStorage_;
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/fetch v5.6.4 */
1
+ /* @alwatr/fetch v5.6.6 */
2
2
 
3
3
  // src/main.ts
4
4
  import { HttpStatusCodes as HttpStatusCodes2 } from "@alwatr/http-primer";
@@ -10,7 +10,7 @@ import { HttpStatusCodes, MimeTypes } from "@alwatr/http-primer";
10
10
  import { createLogger } from "@alwatr/logger";
11
11
  import { packageTracer } from "@alwatr/package-tracer";
12
12
  import { parseDuration } from "@alwatr/parse-duration";
13
- __dev_mode__: packageTracer.add("@alwatr/fetch", "5.6.4");
13
+ __dev_mode__: packageTracer.add("@alwatr/fetch", "5.6.6");
14
14
  var logger_ = /* @__PURE__ */ createLogger("@alwatr/fetch");
15
15
  var globalThis_ = /* @__PURE__ */ getGlobalThis();
16
16
  var cacheStorage_;
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@alwatr/fetch",
3
3
  "description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.",
4
- "version": "5.6.4",
4
+ "version": "5.6.6",
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": "5.5.7",
9
- "@alwatr/global-this": "5.5.5",
10
- "@alwatr/http-primer": "5.5.5",
11
- "@alwatr/logger": "5.5.5",
12
- "@alwatr/package-tracer": "5.5.5",
13
- "@alwatr/parse-duration": "5.5.6"
8
+ "@alwatr/delay": "5.5.9",
9
+ "@alwatr/global-this": "5.5.7",
10
+ "@alwatr/http-primer": "5.5.7",
11
+ "@alwatr/logger": "5.5.7",
12
+ "@alwatr/package-tracer": "5.5.7",
13
+ "@alwatr/parse-duration": "5.5.8"
14
14
  },
15
15
  "devDependencies": {
16
- "@alwatr/nano-build": "5.5.5",
17
- "@alwatr/prettier-config": "5.0.1",
18
- "@alwatr/tsconfig-base": "5.0.1",
19
- "@alwatr/type-helper": "5.4.3",
20
- "jest": "^30.0.5",
16
+ "@alwatr/nano-build": "6.0.2",
17
+ "@alwatr/prettier-config": "5.0.2",
18
+ "@alwatr/tsconfig-base": "5.0.2",
19
+ "@alwatr/type-helper": "5.4.4",
20
+ "jest": "^30.1.2",
21
21
  "typescript": "^5.9.2"
22
22
  },
23
23
  "exports": {
@@ -85,5 +85,5 @@
85
85
  },
86
86
  "type": "module",
87
87
  "types": "./dist/main.d.ts",
88
- "gitHead": "102cc505864da042258ffe18894dc5a9157b0040"
88
+ "gitHead": "6f70c2ae343582774a7fa8694684fabb4c5ce63c"
89
89
  }