@alwatr/http-primer 6.0.3 → 6.0.4

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,6 +3,10 @@
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.4](https://github.com/Alwatr/nanolib/compare/@alwatr/http-primer@6.0.3...@alwatr/http-primer@6.0.4) (2025-09-13)
7
+
8
+ **Note:** Version bump only for package @alwatr/http-primer
9
+
6
10
  ## [6.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/http-primer@6.0.2...@alwatr/http-primer@6.0.3) (2025-09-13)
7
11
 
8
12
  ### 🧹 Miscellaneous Chores
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/http-primer v6.0.3 */
1
+ /* @alwatr/http-primer v6.0.4 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/http-primer v6.0.3 */
1
+ /* @alwatr/http-primer v6.0.4 */
2
2
 
3
3
  // src/constant.ts
4
4
  var HttpMethods = {
package/package.json CHANGED
@@ -1,14 +1,14 @@
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": "6.0.3",
4
+ "version": "6.0.4",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "bugs": "https://github.com/Alwatr/nanolib/issues",
7
7
  "devDependencies": {
8
- "@alwatr/nano-build": "6.1.1",
8
+ "@alwatr/nano-build": "6.1.2",
9
9
  "@alwatr/prettier-config": "5.0.3",
10
10
  "@alwatr/tsconfig-base": "6.0.1",
11
- "@alwatr/type-helper": "6.0.1",
11
+ "@alwatr/type-helper": "6.0.2",
12
12
  "typescript": "^5.9.2"
13
13
  },
14
14
  "exports": {
@@ -74,5 +74,5 @@
74
74
  },
75
75
  "type": "module",
76
76
  "types": "./dist/main.d.ts",
77
- "gitHead": "0555c6f5ac11e7a911deee9bc90cfa44b6fe0b48"
77
+ "gitHead": "4da18811162df49c118acd71086cdbe38b27f250"
78
78
  }