@laplace.live/internal 1.2.22 → 1.2.23

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
@@ -742,6 +742,8 @@ export declare namespace LaplaceInternal {
742
742
  username: string
743
743
  avatar: string | null
744
744
  room: number | null
745
+ /** 0 = offline, 1 = live, 2 = rotating */
746
+ liveStatus: number | null
745
747
  } | null
746
748
  status: FertilityStatus
747
749
  dayInCycle: number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"