index
:
github/skyblock-api.git
feat/backpacks
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package.json
Age
Commit message (
Expand
)
Author
2021-05-29
Bump ts-node from 9.1.1 to 10.0.0 (#37)
dependabot[bot]
2021-05-29
Bump @types/mongodb from 3.6.15 to 3.6.17 (#48)
dependabot[bot]
2021-05-29
Bump typescript from 4.2.4 to 4.3.2 (#43)
dependabot[bot]
2021-05-29
Bump @types/express from 4.17.11 to 4.17.12 (#42)
dependabot[bot]
2021-05-29
Bump @types/node from 15.3.1 to 15.6.1 (#41)
dependabot[bot]
2021-05-29
Bump mongodb from 3.6.7 to 3.6.9 (#44)
dependabot[bot]
2021-05-29
Bump dotenv from 9.0.2 to 10.0.0 (#38)
dependabot[bot]
2021-05-27
Profile customization (#45)
mat
2021-05-25
add LRUCache for basicPlayerCache
mat
2021-05-21
Bump @types/mongodb from 3.6.14 to 3.6.15 (#35)
dependabot[bot]
2021-05-20
Bump @types/node from 15.3.0 to 15.3.1 (#34)
dependabot[bot]
2021-05-19
Bump @types/mongodb from 3.6.12 to 3.6.14 (#33)
dependabot[bot]
2021-05-19
Bump queue-promise from 2.2.0 to 2.2.1 (#32)
dependabot[bot]
2021-05-19
Bump mongodb from 3.6.6 to 3.6.7 (#31)
dependabot[bot]
2021-05-17
Bump @types/node from 15.0.3 to 15.3.0 (#30)
dependabot[bot]
2021-05-13
Bump @types/node from 15.0.2 to 15.0.3 (#29)
dependabot[bot]
2021-05-11
Bump dotenv from 9.0.1 to 9.0.2 (#28)
dependabot[bot]
2021-05-10
Bump dotenv from 9.0.0 to 9.0.1 (#27)
dependabot[bot]
2021-05-10
Bump mocha from 8.3.2 to 8.4.0 (#26)
dependabot[bot]
2021-05-06
Bump @types/node from 15.0.1 to 15.0.2 (#24)
dependabot[bot]
2021-05-06
Bump dotenv from 8.2.0 to 9.0.0 (#25)
dependabot[bot]
2021-05-03
Bump queue-promise from 2.1.0 to 2.2.0 (#22)
dependabot[bot]
2021-04-29
Bump @types/node from 15.0.0 to 15.0.1 (#18)
dependabot-preview[bot]
2021-04-28
Bump @types/node from 14.14.41 to 15.0.0 (#16)
dependabot-preview[bot]
2021-04-27
Add unit tests (#12)
mat
2021-04-23
Bump @types/node from 14.14.28 to 14.14.41 (#8)
dependabot-preview[bot]
2021-04-23
Bump prismarine-nbt from 1.4.0 to 1.5.0 (#9)
dependabot-preview[bot]
2021-04-23
Bump @types/mongodb from 3.6.8 to 3.6.12 (#10)
dependabot-preview[bot]
2021-04-23
Bump mongodb from 3.6.4 to 3.6.6 (#11)
dependabot-preview[bot]
2021-04-23
Bump @types/node-fetch from 2.5.8 to 2.5.10 (#7)
dependabot-preview[bot]
2021-03-24
add ratelimits to skyblock-api
mat
2021-03-01
send 401 status code when unauthorized
mat
2021-03-01
add skills and zones as constants
mat
2021-02-28
Update package.json
mat
2021-02-28
Add leaderboards
mat
2021-02-14
add @types/node to dev dependencies
mat
2021-02-13
add inventories
mat
2021-02-13
add dotenv as dev dependency
mat
2021-02-13
add node-cache to package.json
mat
2021-02-13
add npm i to start script
mat
2021-02-13
add express to package.json
mat
2021-02-13
add .replit
mat
2021-02-13
add node-fetch to package.json
mat
2021-02-13
add compiled code in build folder
mat
2021-02-13
move stuff into src folder
mat
2021-02-13
Basic profile stats
mat