@ooneex/http-status 0.0.18 → 1.0.0

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.
Files changed (2) hide show
  1. package/README.md +1 -19
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,9 @@
1
1
  # @ooneex/http-status
2
2
 
3
- A comprehensive HTTP status codes library providing TypeScript enums, constants, and helper utilities for status classification. This package offers type-safe access to all standard HTTP status codes (1xx-5xx) with methods to categorize responses by type.
3
+ Complete HTTP status code library with TypeScript enums covering 1xx-5xx ranges and helper utilities for status classification and messaging.
4
4
 
5
5
  ![Browser](https://img.shields.io/badge/Browser-Compatible-green?style=flat-square&logo=googlechrome)
6
6
  ![Bun](https://img.shields.io/badge/Bun-Compatible-orange?style=flat-square&logo=bun)
7
- ![Deno](https://img.shields.io/badge/Deno-Compatible-blue?style=flat-square&logo=deno)
8
- ![Node.js](https://img.shields.io/badge/Node.js-Compatible-green?style=flat-square&logo=node.js)
9
7
  ![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue?style=flat-square&logo=typescript)
10
8
  ![MIT License](https://img.shields.io/badge/License-MIT-yellow?style=flat-square)
11
9
 
@@ -25,26 +23,10 @@ A comprehensive HTTP status codes library providing TypeScript enums, constants,
25
23
 
26
24
  ## Installation
27
25
 
28
- ### Bun
29
26
  ```bash
30
27
  bun add @ooneex/http-status
31
28
  ```
32
29
 
33
- ### pnpm
34
- ```bash
35
- pnpm add @ooneex/http-status
36
- ```
37
-
38
- ### Yarn
39
- ```bash
40
- yarn add @ooneex/http-status
41
- ```
42
-
43
- ### npm
44
- ```bash
45
- npm install @ooneex/http-status
46
- ```
47
-
48
30
  ## Usage
49
31
 
50
32
  ### Accessing Status Codes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ooneex/http-status",
3
- "description": "Comprehensive HTTP status codes (1xx-5xx) with TypeScript enums and helper utilities for status classification",
4
- "version": "0.0.18",
3
+ "description": "Complete HTTP status code library with TypeScript enums covering 1xx–5xx ranges and helper utilities for status classification and messaging",
4
+ "version": "1.0.0",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",