magicrealmsshared 0.6.8 → 0.6.9

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.
@@ -132,7 +132,7 @@ export type ADMIN_WELL_DELETE = z.infer<typeof ADMIN_WELL_DELETE_SCHEME>;
132
132
  export declare const DEBUG_SOCKET_INFO_RETRIEVE_COMMAND = "@D/SIR";
133
133
  export declare const DEBUG_SOCKET_INFO_RETRIEVE_SCHEME: z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>;
134
134
  export type DEBUG_SOCKET_INFO_RETRIEVE = z.infer<typeof DEBUG_SOCKET_INFO_RETRIEVE_SCHEME>;
135
- export type DEBUG_SOCKET_INFO_RESPONSE = {
135
+ export type DEBUG_SOCKET_INFO_RESPONSE = Response & {
136
136
  id: string;
137
137
  rooms: string[];
138
138
  position: GeoJSON.Point;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magicrealmsshared",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {