@laplace.live/internal 1.2.17 → 1.2.18

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 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -304,6 +304,8 @@ export declare namespace LaplaceInternal {
304
304
  roomId: number
305
305
  /** 短房间号 */
306
306
  shortRoomId: number
307
+ /** 用户名 */
308
+ username: string | null
307
309
  }
308
310
 
309
311
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.17",
3
+ "version": "1.2.18",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"