Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
also export profile_member
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Mar 26, 2022
1 parent 0bb6c10 commit 441b577
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-hypixel-api",
"version": "0.1.11",
"version": "0.1.12",
"main": "build/index.js",
"types": "build/index.d.js",
"repository": "https://github.com/skyblockstats/typed-hypixel-api.git",
Expand Down
3 changes: 3 additions & 0 deletions src/responses/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ export * from './resources/skyblock/collections'
export * from './resources/skyblock/election'
export * from './resources/skyblock/skills'
export * from './resources/skyblock/items'

export * from './skyblock/_profile_member'
export * from './skyblock/profiles'
export * from './skyblock/profile'

export * from './recentgames'
export * from './friends'
export * from './status'
Expand Down

0 comments on commit 441b577

Please sign in to comment.