aboutsummaryrefslogtreecommitdiff
path: root/.yarn/sdks
AgeCommit message (Collapse)Author
2021-07-31upgraded to typescript 4.3.5IRONM00N
The reason I had to use getters and setters for the db models is because in the newer version of typescript the properties would be defined at runtime and override the getter and setters that sequalize uses later, causing all the values to be undefined and not being able to save any information.
2021-07-26chore: add new eslint ruleIRONM00N
2021-07-23feat: some shitIRONM00N
- fix breaking changes - refactored active punishments into one table - made listeners args have stricter types
2021-07-20fixed cachingIRONM00N
2021-07-08fix breaking changesIRONM00N
2021-06-29Revert Typescript Version upgrade -> it breaks sequelizeIRONM00N
2021-06-28fix breaking changes and bump dependenciesIRONM00N
2021-06-21fix(*): eslintIRONM00N
2021-06-19feat(*): A bunch of stuffIRONM00N
- Remade logging - updated dependencies - started adding custom crap to the command handler - added emojis to stuff - can't remeber other stuff Note: this is currently broken BREAKING CHANGE:
2021-05-24Automatically format codegithub-actions[bot]
2021-05-24finish yarn 2 migrationTymanWasTaken
2021-05-24Automatically format codegithub-actions[bot]
2021-05-24Switch to pnp and use esbuild instead of tsc (#185)SkyBlockDev
* Switch to pnp and use esbuild instead of tsc * fix package.json error