@r2wa-org/eden 0.0.76 → 0.0.77
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/README.md +2 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ bun run dev
|
|
|
17
17
|
### Installation
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
bun add @
|
|
20
|
+
bun add @elysia/eden
|
|
21
21
|
bun add -d elysia
|
|
22
22
|
|
|
23
23
|
bun add @r2wa-org/eden
|
|
@@ -27,7 +27,7 @@ bun add @r2wa-org/eden
|
|
|
27
27
|
|
|
28
28
|
```typescript
|
|
29
29
|
// client.ts
|
|
30
|
-
import { treaty } from "@
|
|
30
|
+
import { treaty } from "@elysia/eden";
|
|
31
31
|
import type { App } from "@r2wa-org/eden";
|
|
32
32
|
|
|
33
33
|
const app = treaty<App>("localhost:3000");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@r2wa-org/eden",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.77",
|
|
4
4
|
"description": "Elysia API type definitions for Eden Treaty",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
"release": "bun pm version patch && bun publish"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@
|
|
35
|
+
"@elysia/eden": "1.4.10",
|
|
36
|
+
"elysia": "1.4.28"
|
|
36
37
|
},
|
|
37
38
|
"devDependencies": {
|
|
38
39
|
"auth": "1.6.9",
|