@alwatr/http-primer 5.5.5 โ†’ 5.5.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 CHANGED
@@ -3,11 +3,32 @@
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.5.7](https://github.com/Alwatr/nanolib/compare/@alwatr/http-primer@5.5.6...@alwatr/http-primer@5.5.7) (2025-09-01)
7
+
8
+ **Note:** Version bump only for package @alwatr/http-primer
9
+
10
+ ## [5.5.6](https://github.com/Alwatr/nanolib/compare/@alwatr/http-primer@5.5.5...@alwatr/http-primer@5.5.6) (2025-08-23)
11
+
12
+ **Note:** Version bump only for package @alwatr/http-primer
13
+
6
14
  ## [5.5.5](https://github.com/Alwatr/nanolib/compare/@alwatr/http-primer@5.5.3...@alwatr/http-primer@5.5.5) (2025-08-23)
7
15
 
8
- ### Code Refactoring
16
+ ### ๐Ÿ› Bug Fixes
9
17
 
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
18
+ * update license from AGPL-3.0-only to MPL-2.0 ([d20968e](https://github.com/Alwatr/nanolib/commit/d20968e60cc89b1dcdf9b96507178da6ed562f55))
19
+ * update package versions in multiple package.json files ([7638b1c](https://github.com/Alwatr/nanolib/commit/7638b1cafee2b4e0f97db7a89ac9fba6384b9b10))
20
+
21
+ ### ๐Ÿ”จ Code Refactoring
22
+
23
+ * 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))
24
+
25
+ ### ๐Ÿงน Miscellaneous Chores
26
+
27
+ * reformat all package.json files ([ceda45d](https://github.com/Alwatr/nanolib/commit/ceda45de186667790474f729cb4b161a5148ce19))
28
+
29
+ ### ๐Ÿ”— Dependencies update
30
+
31
+ * update TypeScript and Jest versions across all packages to improve compatibility and performance ([31baf36](https://github.com/Alwatr/nanolib/commit/31baf366101e92e27db66a21c849fb101f19be47))
11
32
 
12
33
  ## [5.5.4](https://github.com/Alwatr/nanolib/compare/@alwatr/http-primer@5.5.3...@alwatr/http-primer@5.5.4) (2025-08-23)
13
34
 
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/http-primer v5.5.5 */
1
+ /* @alwatr/http-primer v5.5.7 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -473,7 +473,7 @@ var MimeTypes = {
473
473
  };
474
474
 
475
475
  // src/main.ts
476
- __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/http-primer", "5.5.5");
476
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/http-primer", "5.5.7");
477
477
  // Annotate the CommonJS export names for ESM import in node:
478
478
  0 && (module.exports = {
479
479
  HttpMethods,
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/http-primer v5.5.5 */
1
+ /* @alwatr/http-primer v5.5.7 */
2
2
 
3
3
  // src/main.ts
4
4
  import { packageTracer } from "@alwatr/package-tracer";
@@ -447,7 +447,7 @@ var MimeTypes = {
447
447
  };
448
448
 
449
449
  // src/main.ts
450
- __dev_mode__: packageTracer.add("@alwatr/http-primer", "5.5.5");
450
+ __dev_mode__: packageTracer.add("@alwatr/http-primer", "5.5.7");
451
451
  export {
452
452
  HttpMethods,
453
453
  HttpStatusCodes,
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@alwatr/http-primer",
3
3
  "description": "Essential HTTP utilities for TypeScript, including types for HTTP methods, status codes, and headers.",
4
- "version": "5.5.5",
4
+ "version": "5.5.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/package-tracer": "5.5.5"
8
+ "@alwatr/package-tracer": "5.5.7"
9
9
  },
10
10
  "devDependencies": {
11
- "@alwatr/nano-build": "5.5.5",
12
- "@alwatr/prettier-config": "5.0.1",
13
- "@alwatr/tsconfig-base": "5.0.1",
14
- "@alwatr/type-helper": "5.4.3",
11
+ "@alwatr/nano-build": "6.0.2",
12
+ "@alwatr/prettier-config": "5.0.2",
13
+ "@alwatr/tsconfig-base": "5.0.2",
14
+ "@alwatr/type-helper": "5.4.4",
15
15
  "typescript": "^5.9.2"
16
16
  },
17
17
  "exports": {
@@ -77,5 +77,5 @@
77
77
  },
78
78
  "type": "module",
79
79
  "types": "./dist/main.d.ts",
80
- "gitHead": "102cc505864da042258ffe18894dc5a9157b0040"
80
+ "gitHead": "6f70c2ae343582774a7fa8694684fabb4c5ce63c"
81
81
  }