Compare commits

..

4 commits

Author SHA1 Message Date
0dc430b7d5 v0.1.8
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-04 16:09:05 +00:00
09eead6fcb Update .env version
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-04 16:08:08 +00:00
e914df1861 Update undici to 5.26.2 2023-11-04 16:06:23 +00:00
dc4f61e2de Update @babel/traverse to 7.23.2 2023-11-04 16:02:46 +00:00
6 changed files with 525 additions and 346 deletions

View file

@ -7,7 +7,7 @@
# any secret values.
BOT_TOKEN=
BOT_VER=0.1.7 DEV
BOT_VER=0.1.8 DEV
BOT_AUTHOR=Vylpes
BOT_OWNERID=147392775707426816
BOT_CLIENTID=682942374040961060

View file

@ -7,7 +7,7 @@
# any secret values.
BOT_TOKEN=
BOT_VER=0.1.7
BOT_VER=0.1.8
BOT_AUTHOR=Vylpes
BOT_OWNERID=147392775707426816
BOT_CLIENTID=1093810443589529631

View file

@ -7,7 +7,7 @@
# any secret values.
BOT_TOKEN=
BOT_VER=0.1.7 BETA
BOT_VER=0.1.8 BETA
BOT_AUTHOR=Vylpes
BOT_OWNERID=147392775707426816
BOT_CLIENTID=1147976642942214235

BIN
cards.db

Binary file not shown.

View file

@ -1,6 +1,6 @@
{
"name": "card-drop",
"version": "0.1.7",
"version": "0.1.8",
"main": "./dist/bot.js",
"typings": "./dist",
"scripts": {
@ -24,12 +24,12 @@
"funding": "https://ko-fi.com/vylpes",
"dependencies": {
"@discordjs/rest": "^1.1.0",
"@types/jest": "^29.0.0",
"@types/jest": "^29.5.7",
"@types/uuid": "^9.0.0",
"discord.js": "^14.3.0",
"dotenv": "^16.0.0",
"googleapis": "^126.0.0",
"jest": "^29.0.0",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.0",
"minimatch": "9.0.2",
"mysql": "^2.18.1",
@ -38,7 +38,8 @@
"typeorm": "0.3.17"
},
"resolutions": {
"**/semver": "^7.5.2"
"**/@babel/traverse": "^7.23.2",
"**/undici": "^5.26.2"
},
"devDependencies": {
"@types/node": "^20.0.0",

856
yarn.lock

File diff suppressed because it is too large Load diff