Compare commits

..

5 Commits

Author SHA1 Message Date
95becbb66a changed package name 2025-10-10 00:37:34 -07:00
ab9443fe29 1.2.2 2025-10-10 00:15:24 -07:00
9438275f56 1.2.1 2025-10-09 23:47:46 -07:00
f67e461cdc got rid of appealdate 2025-10-09 23:47:39 -07:00
b3b8eff9fb 1.2.0 2025-10-09 23:42:54 -07:00
3 changed files with 4 additions and 8 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "npm",
"version": "1.1.0",
"version": "1.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "1.1.0",
"version": "1.2.2",
"license": "MIT",
"devDependencies": {
"tsup": "^8.5.0",

View File

@ -1,6 +1,6 @@
{
"name": "tase-api",
"version": "1.1.0",
"name": "tase",
"version": "1.2.2",
"description": "The official NPM wrapper for The All Seeing Eye's API",
"main": "./dist/index.js",
"module": "./dist/index.mjs",

View File

@ -42,10 +42,6 @@ export interface CheckResult {
* What is the ID of the user?
*/
userId: string,
/**
* When did this user appeal? (if they have appealed.)
*/
appealDate?: Date
/**
* The summed up score of all the `guilds`.
*/