qhttpx 1.9.0 → 1.9.1

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/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "qhttpx",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
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,14 +30,15 @@
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",
36
37
  "example": "npx tsx examples/api-server.ts",
37
38
  "bench": "npm run build && node dist/src/benchmarks/simple-json.js",
38
39
  "bench:quantam": "npm run build && node dist/src/benchmarks/quantam-users.js",
39
- "bench:ultra": "npm run build && node dist/src/benchmarks/ultra-mode.js"
40
+ "bench:ultra": "npm run build && node dist/src/benchmarks/ultra-mode.js",
41
+ "bench:compare": "npm run build && node dist/src/benchmarks/compare.js"
40
42
  },
41
43
  "keywords": [
42
44
  "http",
@@ -72,13 +74,18 @@
72
74
  },
73
75
  "type": "commonjs",
74
76
  "devDependencies": {
77
+ "@hono/node-server": "^1.19.9",
75
78
  "@types/autocannon": "^7.12.7",
76
79
  "@types/better-sqlite3": "^7.6.13",
77
80
  "@types/busboy": "^1.5.4",
81
+ "@types/express": "^5.0.6",
78
82
  "@types/ioredis": "^4.28.10",
83
+ "@types/koa": "^3.0.1",
79
84
  "@types/mongodb": "^4.0.6",
80
85
  "@types/node": "^25.0.9",
81
86
  "@types/pg": "^8.16.0",
87
+ "@types/polka": "^0.5.8",
88
+ "@types/restify": "^8.5.12",
82
89
  "@types/ws": "^8.18.1",
83
90
  "@typescript-eslint/eslint-plugin": "^8.53.0",
84
91
  "@typescript-eslint/parser": "^8.53.0",
@@ -87,11 +94,17 @@
87
94
  "eslint": "^9.39.2",
88
95
  "eslint-config-prettier": "^10.1.8",
89
96
  "eslint-plugin-prettier": "^5.5.5",
97
+ "express": "^5.2.1",
98
+ "fastify": "^5.7.1",
99
+ "hono": "^4.11.4",
100
+ "koa": "^3.1.1",
90
101
  "mongodb": "^7.0.0",
91
102
  "node-addon-api": "^8.5.0",
92
103
  "pg": "^8.17.1",
104
+ "polka": "^0.5.2",
93
105
  "prebuildify": "^6.0.1",
94
106
  "prettier": "^3.8.0",
107
+ "restify": "^11.1.0",
95
108
  "tsx": "^4.21.0",
96
109
  "typescript": "^5.9.3",
97
110
  "vitest": "^4.0.17"
Binary file
Binary file