@oxyfoo/gamelife-types 2.2.8 → 2.2.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.
@@ -1,6 +1,6 @@
1
- import { Rarities } from '../../Global/Rarities.js';
2
- import { LangType } from '../../Global/Langs.js';
3
- import { ItemName } from '@oxyfoo/avatar-factory';
1
+ import type { Rarities } from '../../Global/Rarities.js';
2
+ import type { LangType } from '../../Global/Langs.js';
3
+ import type { ItemName } from '@oxyfoo/avatar-factory';
4
4
  export type CharactersID = 'human_00' | 'human_01';
5
5
  export type ItemID = ItemName;
6
6
  export type ItemSlot = 'hair' | 'top' | 'bottom' | 'shoes';
@@ -1,5 +1,5 @@
1
- import { AvatarName, ItemName } from '@oxyfoo/avatar-factory';
2
- export { AvatarName, ItemName };
1
+ import type { AvatarName, ItemName } from '@oxyfoo/avatar-factory';
2
+ export type { AvatarName, ItemName };
3
3
  export type ConnectionState = 'idle' | 'connecting' | 'connected' | 'disconnected' | 'wrong-ssl-pinning' | 'error';
4
4
  export type ServerStatus = 'offline' | 'ok' | 'free' | 'waitMailConfirmation' | 'newDevice' | 'remDevice' | 'maintenance' | 'update' | 'downdate' | 'limitDevice' | 'error';
5
5
  export type LoginStatus = 'ok' | 'free' | 'waitMailConfirmation' | 'newDevice' | 'remDevice' | 'limitDevice' | 'error';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxyfoo/gamelife-types",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "GameLife Types - TypeScript types for the GameLife project.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",