Skip to content

Commit ae93fe2

Browse files
committed
updated elysia to v1.4.16
1 parent 725ea68 commit ae93fe2

3 files changed

Lines changed: 29 additions & 16 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ new Elysia()
9999
}))
100100
.listen(3000)
101101

102-
// curl -H "X-API-Version: 1" http://localhost:3000 -> v1
103-
// curl -H "X-API-Version: 2" http://localhost:3000 -> v2
102+
// curl -H "X-API-Version: v1" http://localhost:3000 -> v1
103+
// curl -H "X-API-Version: v2" http://localhost:3000 -> v2
104104
```
105105

106106
---

bun.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gradienttim/elysia-versioning",
33
"description": "A lightweight and flexible versioning plugin for ElysiaJS",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"type": "module",
66
"files": [
77
"dist"
@@ -26,6 +26,19 @@
2626
"type": "git",
2727
"url": "git+https://github.com/GradientTim/elysia-versioning.git"
2828
},
29+
"keywords": [
30+
"elysia-versioning",
31+
"elysia versioning",
32+
"versioning",
33+
"query versioning",
34+
"uri versioning",
35+
"url versioning",
36+
"header versioning",
37+
"query",
38+
"uri",
39+
"url",
40+
"header"
41+
],
2942
"scripts": {
3043
"build": "bunup --external elysia --format esm,cjs",
3144
"dev": "bunup --watch",
@@ -37,13 +50,13 @@
3750
"type-check": "tsc --noEmit"
3851
},
3952
"devDependencies": {
40-
"@biomejs/biome": "^2.3.4",
53+
"@biomejs/biome": "^2.3.5",
4154
"@types/bun": "^1.3.2",
4255
"bunup": "^0.15.14",
4356
"typescript": "^5.9.3"
4457
},
4558
"peerDependencies": {
46-
"elysia": "^1.4.15",
59+
"elysia": "^1.4.16",
4760
"typescript": ">=4.5.0"
4861
},
4962
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)