magicrealmsshared 0.6.39 → 0.6.40

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.
@@ -178,7 +178,9 @@ export declare const WELL_CHANNEL_SHEME: z.ZodObject<{
178
178
  _id: string;
179
179
  }>;
180
180
  export type WELL_CHANNEL = z.infer<typeof WELL_CHANNEL_SHEME>;
181
- export type WELL_CHANNEL_RESPONSE = RESPONE_WITH_PERSONAL_WELL;
181
+ export type WELL_CHANNEL_RESPONSE = RESPONE_WITH_PERSONAL_WELL & {
182
+ character: GameCharacter<string, number>;
183
+ };
182
184
  export declare const WELL_PERSONAL_SYNC_COMMAND = "WELL_PERSONAL_SYNC_COMMAND";
183
185
  export declare const WELL_PERSONAL_SYNC_SHEME: z.ZodObject<{
184
186
  _id: z.ZodString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magicrealmsshared",
3
- "version": "0.6.39",
3
+ "version": "0.6.40",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {