Skip to content

Commit

Permalink
feat: support proper accept header handling
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Feb 12, 2024
1 parent 8470e86 commit 6abb63a
Show file tree
Hide file tree
Showing 8 changed files with 1,420 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/cdk.out
/node_modules
/dist
/coverage
1 change: 1 addition & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"commitlint.config.cjs",
"release.config.cjs",
"src/**/*",
"test/**/*",
"examples/*/src/**/*"
]
},
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"module": "./dist/index.js",
"scripts": {
"build": "tsc",
"test": "vitest",
"coverage": "vitest run --coverage",
"format": "biome format . --write",
"check": "biome check . --apply"
},
Expand All @@ -45,14 +47,19 @@
"@types/koa": "^2.14.0",
"@types/node": "^20.11.17",
"@types/qs": "^6.9.11",
"@vitest/coverage-v8": "^1.2.2",
"c8": "^9.1.0",
"glob": "^10.3.10",
"lefthook": "^1.6.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2",
"zod": "^3.22.4"
},
"peerDependencies": {
"zod": "^3.22.4"
},
"dependencies": {
"@hapi/accept": "^6.0.3",
"content-type": "^1.0.5",
"http-errors": "^2.0.0",
"qs": "^6.11.2"
Expand Down
Loading

0 comments on commit 6abb63a

Please sign in to comment.