File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://jsr.io/schema/config-file.v1.json" ,
33 "name" : " @enderdash/client" ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "license" : " MIT" ,
66 "exports" : " ./src/index.ts" ,
77 "publish" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @enderdash/client" ,
3- "version" : " 0.1.1" ,
4- "description" : " TypeScript client for the EnderDash HTTP API." ,
3+ "version" : " 0.1.2" ,
4+ "description" : " Generated TypeScript client for the EnderDash HTTP API." ,
5+ "keywords" : [
6+ " enderdash" ,
7+ " minecraft" ,
8+ " server-management" ,
9+ " api-client" ,
10+ " typescript" ,
11+ " trpc" ,
12+ " openapi"
13+ ],
14+ "homepage" : " https://enderdash.com" ,
515 "type" : " module" ,
616 "license" : " MIT" ,
17+ "author" : {
18+ "name" : " EnderDash" ,
19+ "url" : " https://enderdash.com"
20+ },
721 "packageManager" : " bun@1.3.14" ,
822 "engines" : {
923 "node" : " >=22"
1529 "bugs" : {
1630 "url" : " https://github.com/enderdash-com/enderdash-client/issues"
1731 },
18- "homepage" : " https://github.com/enderdash-com/enderdash-client#readme" ,
1932 "files" : [
2033 " dist"
2134 ],
35+ "sideEffects" : false ,
2236 "exports" : {
2337 "." : {
2438 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1+ /**
2+ * Generated TypeScript client for the EnderDash HTTP API.
3+ *
4+ * @module
5+ */
16import { configureTRPCHeyApiClient } from "@trpc/openapi/heyapi" ;
27import superjson from "superjson" ;
38import { client } from "./generated/client.gen.js" ;
You can’t perform that action at this time.
0 commit comments