We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e293f commit fda5ccdCopy full SHA for fda5ccd
.prettierignore
@@ -0,0 +1,3 @@
1
+*.yaml
2
+*.yml
3
+*.js
package.json
@@ -1,6 +1,6 @@
{
"name": "0http",
- "version": "3.5.3",
+ "version": "4.0.0",
4
"description": "Cero friction HTTP request router. The need for speed!",
5
"main": "index.js",
6
"scripts": {
@@ -28,15 +28,14 @@
28
"homepage": "https://github.com/BackendStack21/0http#readme",
29
"devDependencies": {
30
"0http": "^3.5.2",
31
- "@types/node": "^18.14.4",
+ "@types/node": "^22.10.5",
32
"body-parser": "^1.20.1",
33
"chai": "^4.3.7",
34
"cross-env": "^7.0.3",
35
- "find-my-way": "^5.2.0",
36
"mitata": "^0.1.11",
37
- "mocha": "^10.4.0",
38
- "nyc": "^15.1.0",
39
- "supertest": "^6.3.3"
+ "mocha": "^11.0.1",
+ "nyc": "^17.1.0",
+ "supertest": "^7.0.0"
40
},
41
"files": [
42
"LICENSE",
0 commit comments