Dev (#12)
* 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:
16
node_modules/@sapphire/async-queue/package.json
generated
vendored
16
node_modules/@sapphire/async-queue/package.json
generated
vendored
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user