Compare commits

..

No commits in common. "370730cbea192a53ed770621de5aea9cb6837b47" and "70d1589584657350ba2778b809bfdd4ce7d7cf8a" have entirely different histories.

5 changed files with 38 additions and 15 deletions

View file

@ -7,7 +7,7 @@
# any secret values.
BOT_TOKEN=
BOT_VER=0.5.1
BOT_VER=0.5.0
BOT_AUTHOR=Vylpes
BOT_OWNERID=147392775707426816
BOT_CLIENTID=682942374040961060

View file

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

View file

@ -7,7 +7,7 @@
# any secret values.
BOT_TOKEN=
BOT_VER=0.5.1
BOT_VER=0.5.0
BOT_AUTHOR=Vylpes
BOT_OWNERID=147392775707426816
BOT_CLIENTID=1147976642942214235

41
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "card-drop",
"version": "0.5.1",
"version": "0.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "card-drop",
"version": "0.5.1",
"version": "0.5.0",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^2.0.0",
@ -2886,6 +2886,28 @@
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/babel-plugin-jest-hoist/node_modules/@babel/parser": {
"version": "7.23.0",
"license": "MIT",
"bin": {
"parser": "bin/babel-parser.js"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/babel-plugin-jest-hoist/node_modules/@babel/template": {
"version": "7.22.5",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.22.5",
"@babel/parser": "^7.22.5",
"@babel/types": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/babel-preset-current-node-syntax": {
"version": "1.0.1",
"license": "MIT",
@ -6196,9 +6218,9 @@
}
},
"node_modules/ip": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
"integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==",
"optional": true,
"peer": true
},
@ -11212,9 +11234,8 @@
}
},
"node_modules/undici": {
"version": "5.28.3",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz",
"integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==",
"version": "5.27.2",
"license": "MIT",
"dependencies": {
"@fastify/busboy": "^2.0.0"
},
@ -11391,6 +11412,10 @@
"node": ">=10.12.0"
}
},
"node_modules/v8-to-istanbul/node_modules/@types/istanbul-lib-coverage": {
"version": "2.0.4",
"license": "MIT"
},
"node_modules/vali-date": {
"version": "1.0.0",
"dev": true,

View file

@ -1,6 +1,6 @@
{
"name": "card-drop",
"version": "0.5.1",
"version": "0.5.0",
"main": "./dist/bot.js",
"typings": "./dist",
"scripts": {
@ -43,9 +43,7 @@
"ts-jest": "^29.0.0",
"typeorm": "0.3.20"
},
"overrides": {
"undici": "^5.28.3"
},
"resolutions": {},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",