@laplace.live/internal 1.1.106 → 1.1.107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -7210,8 +7210,8 @@ export declare namespace BilibiliInternal {
7210
7210
  uname: string
7211
7211
  /** 当前排名 */
7212
7212
  rank: number
7213
- guard_level: number
7214
- is_mystery: boolean
7213
+ guard_level?: number
7214
+ is_mystery?: boolean
7215
7215
  uinfo: UINFO
7216
7216
  }[]
7217
7217
  rank_type: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.1.106",
3
+ "version": "1.1.107",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"