* health check

* Update Dockerfile

* simplifying the deployment

* Update Bot.js

makes the find team command public

* test (#9)

* Dev (#7)

* health check

* Update Dockerfile

* simplifying the deployment

* Dev (#8)

* health check

* Update Dockerfile

* simplifying the deployment

* Update Bot.js

makes the find team command public

* Update PlayerService.js

* massive update????

could break stuff

* Update Bot.js

update
This commit is contained in:
VinceC
2025-07-07 21:38:19 -05:00
committed by GitHub
parent 0c86148835
commit 3453be6947
1742 changed files with 28844 additions and 67711 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@sapphire/async-queue",
"version": "1.5.3",
"version": "1.5.5",
"description": "Sequential asynchronous lock-based queue for promises",
"author": "@sapphire",
"license": "MIT",
@@ -31,7 +31,7 @@
"prepack": "yarn build",
"bump": "cliff-jumper",
"check-update": "cliff-jumper --dry-run",
"gen-index": "tsx ../../scripts/gen-index.cts -w async-queue"
"gen-index": "tsx ../../scripts/gen-index.cts async-queue --write"
},
"repository": {
"type": "git",
@@ -62,13 +62,13 @@
"access": "public"
},
"devDependencies": {
"@favware/cliff-jumper": "^4.0.3",
"@vitest/coverage-v8": "^2.0.3",
"tsup": "^8.2.1",
"tsx": "^4.16.2",
"@favware/cliff-jumper": "^5.0.0",
"@vitest/coverage-v8": "^2.1.4",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typedoc-json-parser": "^10.1.6",
"typescript": "~5.4.5",
"vitest": "^2.0.3"
"vitest": "^2.1.4"
}
}