Skip to content

Commit

Permalink
feat!: major rewrite, stabilized public API, decent test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostyle committed Oct 6, 2024
1 parent 12ed885 commit 0f19085
Show file tree
Hide file tree
Showing 16 changed files with 1,887 additions and 838 deletions.
414 changes: 323 additions & 91 deletions README.md

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@
"scripts": {
"build": "tsup src/index.ts --format esm --dts",
"format": "prettier --write .",
"typecheck": "tsc",
"prepublishOnly": "pnpm run build",
"test": "vitest --typecheck",
"prepublishOnly": "pnpm run build"
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"typecheck": "tsc"
},
"dependencies": {
"@hono/zod-validator": "^0.3.0",
"@hono/zod-validator": "^0.4.1",
"zod-openapi": "^3.0.1"
},
"peerDependencies": {
Expand All @@ -46,12 +48,14 @@
"devDependencies": {
"@hono/node-server": "^1.13.1",
"@hono/swagger-ui": "^0.4.1",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/ui": "2.1.2",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},
"prettier": {
"plugins": [
Expand Down
Loading

0 comments on commit 0f19085

Please sign in to comment.