Skip to content

Commit

Permalink
feat: export schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
tristancamejo committed Mar 5, 2023
1 parent 25459c2 commit 4710a74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elytra",
"version": "1.5.1",
"version": "1.5.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Tristan Camejo <contact@tristancamejo.com>",
Expand Down
1 change: 1 addition & 0 deletions clients/js/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./Client";
export * from "./schemas";
export * from "./schemas/infer";
export * from "./structs";
3 changes: 3 additions & 0 deletions clients/js/src/schemas/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from "./ItemStack";
export * from "./Location";
export * from "./Player";

0 comments on commit 4710a74

Please sign in to comment.