v1.7.0
Changelog
Added
-
Prisma Models:
- Added
giveaway
model. - Added
giveaway participant
model.
- Added
-
Types:
- Introduced
GiveawayStatus
. - Added
suggestion thread tags
object to types.
- Introduced
Changed
- Improved entry point function aesthetics.
- Refactored the
suggestionThreadTags
object for better clarity. - Updated dependencies.
- Updated TypeScript configuration:
- Removed a non-existent file from
include
. - Added
skipLibCheck
to bypass Node.js module compilation errors.
- Removed a non-existent file from
Fixed
- Resolved issues with redundant code.
- Corrected and cleaned up Prisma migration files.