mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-02-04 06:15:04 +01:00
Fix api url query typo
This commit is contained in:
2
bun.lock
2
bun.lock
@@ -5,7 +5,6 @@
|
|||||||
"": {
|
"": {
|
||||||
"name": "ak-endfield-api-archive",
|
"name": "ak-endfield-api-archive",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/prompts": "^2.4.9",
|
|
||||||
"chalk": "^5.6.2",
|
"chalk": "^5.6.2",
|
||||||
"cli-table3": "^0.6.5",
|
"cli-table3": "^0.6.5",
|
||||||
"deepmerge": "^4.3.1",
|
"deepmerge": "^4.3.1",
|
||||||
@@ -30,6 +29,7 @@
|
|||||||
"@types/bun": "latest",
|
"@types/bun": "latest",
|
||||||
"@types/luxon": "^3.7.1",
|
"@types/luxon": "^3.7.1",
|
||||||
"@types/node": "^25.0.9",
|
"@types/node": "^25.0.9",
|
||||||
|
"@types/prompts": "^2.4.9",
|
||||||
"@types/qs": "^6.14.0",
|
"@types/qs": "^6.14.0",
|
||||||
"@types/semver": "^7.7.1",
|
"@types/semver": "^7.7.1",
|
||||||
"@types/uuid": "^11.0.0",
|
"@types/uuid": "^11.0.0",
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
"start": "bun x biome format --write src && bun x oxfmt && bun src/main.ts"
|
"start": "bun x biome format --write src && bun x oxfmt && bun src/main.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/prompts": "^2.4.9",
|
|
||||||
"chalk": "^5.6.2",
|
"chalk": "^5.6.2",
|
||||||
"cli-table3": "^0.6.5",
|
"cli-table3": "^0.6.5",
|
||||||
"deepmerge": "^4.3.1",
|
"deepmerge": "^4.3.1",
|
||||||
@@ -41,6 +40,7 @@
|
|||||||
"@types/bun": "latest",
|
"@types/bun": "latest",
|
||||||
"@types/luxon": "^3.7.1",
|
"@types/luxon": "^3.7.1",
|
||||||
"@types/node": "^25.0.9",
|
"@types/node": "^25.0.9",
|
||||||
|
"@types/prompts": "^2.4.9",
|
||||||
"@types/qs": "^6.14.0",
|
"@types/qs": "^6.14.0",
|
||||||
"@types/semver": "^7.7.1",
|
"@types/semver": "^7.7.1",
|
||||||
"@types/uuid": "^11.0.0",
|
"@types/uuid": "^11.0.0",
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ export default {
|
|||||||
channel,
|
channel,
|
||||||
sub_channel: subChannel,
|
sub_channel: subChannel,
|
||||||
version: version ?? undefined,
|
version: version ?? undefined,
|
||||||
targetApp: targetApp ?? undefined,
|
target_app: targetApp ?? undefined,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
.json();
|
.json();
|
||||||
|
|||||||
Reference in New Issue
Block a user