magicrealmsshared 0.5.0 → 0.5.1

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.
@@ -1,5 +1,5 @@
1
- import { GameCharacter } from "../types/charcter";
2
- import { Auth_Token, PlayerClientData, Well } from "../types/types";
1
+ import { GameCharacter } from "../types/charcter.js";
2
+ import { Auth_Token, PlayerClientData, Well } from "../types/types.js";
3
3
  import { z } from "zod";
4
4
  export declare const GeoJSONPointSchema: z.ZodObject<{
5
5
  type: z.ZodLiteral<"Point">;
@@ -1,5 +1,5 @@
1
- import { GameItem, HeadGear, ManaCrytal } from "./items";
2
- import { ObjectWithId } from "./types";
1
+ import { GameItem, HeadGear, ManaCrytal } from "./items.js";
2
+ import { ObjectWithId } from "./types.js";
3
3
  export type Equipment<IDFormat, DateFormat> = {
4
4
  head: HeadGear<IDFormat, DateFormat> | null;
5
5
  manaCrystals: ManaCrytal<IDFormat, DateFormat>[];
@@ -1,4 +1,4 @@
1
- import { ObjectWithId } from "./types";
1
+ import { ObjectWithId } from "./types.js";
2
2
  export type ItemTrait = {};
3
3
  export declare enum EGameItemType {
4
4
  ManaCrytal = 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magicrealmsshared",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "dist/index.js",