qhttpx 1.9.0 → 1.9.2

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
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.9.2] - 2026-01-20
6
+ **"The Dependency Polish Update"**
7
+
8
+ ### Changed
9
+ - **Dependencies**: Moved `node-addon-api` from `devDependencies` to `dependencies` to ensure native builds succeed in all environments (fixing installation in consumer projects).
10
+ - **Benchmarks**: Removed `bench:compare` and related framework dependencies (`express`, `fastify`, `koa`, `hono`, etc.) to reduce package size and install time.
11
+
12
+ ## [1.9.1] - 2026-01-20
13
+ **"The Performance Tuning Update"**
14
+
15
+ ### Added
16
+ - **Benchmarks**: Added `bench:ultra` for Ultra Mode performance testing.
17
+ - **Benchmarks**: Added `bench:quantam` for Quantam Users simulation.
18
+
5
19
  ## [1.8.11] - 2026-01-20
6
20
  **"The Workflow Fix"**
7
21
 
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "qhttpx",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
+ "gypfile": false,
4
5
  "description": "The Ultra-Fast HTTP Framework for Node.js",
5
6
  "main": "dist/src/index.js",
6
7
  "types": "dist/src/index.d.ts",
@@ -29,7 +30,7 @@
29
30
  "doc": "docs"
30
31
  },
31
32
  "scripts": {
32
- "prebuild": "prebuildify --napi --strip",
33
+ "prebuild": "node -e \"try{require('child_process').execSync('prebuildify --napi --strip', {stdio: 'ignore'})}catch(e){}\"",
33
34
  "build": "tsc -p tsconfig.json",
34
35
  "lint": "eslint src tests --ext .ts",
35
36
  "test": "vitest run",
@@ -88,7 +89,6 @@
88
89
  "eslint-config-prettier": "^10.1.8",
89
90
  "eslint-plugin-prettier": "^5.5.5",
90
91
  "mongodb": "^7.0.0",
91
- "node-addon-api": "^8.5.0",
92
92
  "pg": "^8.17.1",
93
93
  "prebuildify": "^6.0.1",
94
94
  "prettier": "^3.8.0",
@@ -100,6 +100,7 @@
100
100
  "better-sqlite3": "^12.6.2",
101
101
  "busboy": "^1.6.0",
102
102
  "fast-json-stringify": "^5.15.1",
103
+ "node-addon-api": "^8.5.0",
103
104
  "node-gyp-build": "^4.8.4",
104
105
  "pino": "^10.2.0",
105
106
  "pino-pretty": "^13.1.3",
Binary file
Binary file