⬆️ upgrade arktype to v1.0.29-alpha

This commit is contained in:
zS1L3NT Mac 2024-01-13 12:01:25 +08:00
parent 320cecf949
commit 0c9137a5af
No known key found for this signature in database
GPG Key ID: 02BE07CD431E4F42
2 changed files with 2 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "ytmusic-api", "name": "ytmusic-api",
"version": "5.0.2", "version": "5.0.3",
"description": "YouTube Music API", "description": "YouTube Music API",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -15,7 +15,7 @@
"clean": "tsc --noEmit && eslint src --fix && prettier src --write && rm tsconfig.tsbuildinfo" "clean": "tsc --noEmit && eslint src --fix && prettier src --write && rm tsconfig.tsbuildinfo"
}, },
"dependencies": { "dependencies": {
"arktype": "^1.0.28-alpha", "arktype": "1.0.29-alpha",
"axios": "^0.27.2", "axios": "^0.27.2",
"tough-cookie": "^4.1.2" "tough-cookie": "^4.1.2"
}, },