@laplace.live/internal 1.2.16 → 1.2.17

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 -1
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -473,7 +473,7 @@ export declare namespace LaplaceInternal {
473
473
 
474
474
  /**
475
475
  * 用户信息
476
- * @link /bilibili/bilibili-user/<uid>
476
+ * @link /laplace/bilibili-user/:uid
477
477
  */
478
478
  export interface BilibiliUser {
479
479
  /** 对应 UID */
@@ -487,6 +487,7 @@ export declare namespace LaplaceInternal {
487
487
  guild: string
488
488
  room: number
489
489
  liveFansCount: number
490
+ liveFansMedal: string | null
490
491
  avatar: string | null
491
492
  /** 2024-12-15T03:44:13.788Z */
492
493
  updatedAt: string
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"
7
7
  },
8
8
  "peerDependencies": {
9
- "typescript": "^5.9.2"
9
+ "typescript": "^5.9.3"
10
10
  },
11
11
  "license": "AGPL-3.0",
12
12
  "scripts": {