@mx-space/api-client 1.8.0-alpha.2 → 1.8.0-alpha.3

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.
package/dist/index.d.cts CHANGED
@@ -123,6 +123,7 @@ interface ActivityPresence {
123
123
  identity: string;
124
124
  roomName: string;
125
125
  position: number;
126
+ displayName?: string;
126
127
  }
127
128
 
128
129
  declare module '../core/client' {
package/dist/index.d.ts CHANGED
@@ -123,6 +123,7 @@ interface ActivityPresence {
123
123
  identity: string;
124
124
  roomName: string;
125
125
  position: number;
126
+ displayName?: string;
126
127
  }
127
128
 
128
129
  declare module '@mx-space/api-client' {
@@ -5,4 +5,6 @@ export interface ActivityPresence {
5
5
  identity: string
6
6
  roomName: string
7
7
  position: number
8
+
9
+ displayName?: string
8
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-space/api-client",
3
- "version": "1.8.0-alpha.2",
3
+ "version": "1.8.0-alpha.3",
4
4
  "type": "module",
5
5
  "description": "A api client for mx-space server@next",
6
6
  "author": "Innei",
@@ -55,7 +55,7 @@
55
55
  "form-data": "4.0.0",
56
56
  "ky": "1.2.0",
57
57
  "lodash": "4.17.21",
58
- "tsup": "8.0.1",
58
+ "tsup": "8.0.2",
59
59
  "umi-request": "1.4.0",
60
60
  "vite": "^5.0.12",
61
61
  "vitest": "^1.0.4"