Fix EquipmentSlot export and import paths
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 31s

This commit is contained in:
2026-05-17 19:39:52 +02:00
parent a632b7c6af
commit f0601f7622
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# Circular Dependencies # Circular Dependencies
Generated: 2026-05-17T06:14:10.695Z Generated: 2026-05-17T13:36:32.085Z
Found: 7 circular chain(s) — these MUST be fixed before modifying involved files. Found: 7 circular chain(s) — these MUST be fixed before modifying involved files.
1. Processed 150 files (3.1s) (37 warnings) 1. Processed 151 files (1.3s) (37 warnings)
2. 1) data/equipment/index.ts > data/equipment/utils.ts 2. 1) data/equipment/index.ts > data/equipment/utils.ts
3. 2) data/golems/index.ts > data/golems/utils.ts 3. 2) data/golems/index.ts > data/golems/utils.ts
4. 3) stores/combat-actions.ts > stores/combatStore.ts 4. 3) stores/combat-actions.ts > stores/combatStore.ts
+3 -2
View File
@@ -1,6 +1,6 @@
{ {
"_meta": { "_meta": {
"generated": "2026-05-17T06:14:07.009Z", "generated": "2026-05-17T13:36:30.534Z",
"description": "Import dependency graph for src/lib/game. Keys are files, values are arrays of files they import.", "description": "Import dependency graph for src/lib/game. Keys are files, values are arrays of files they import.",
"usage": "To find what a file affects, search for its path in the VALUES. To find what a file depends on, look at its KEY entry." "usage": "To find what a file affects, search for its path in the VALUES. To find what a file depends on, look at its KEY entry."
}, },
@@ -201,7 +201,7 @@
"types.ts" "types.ts"
], ],
"data/crafting-recipes.ts": [ "data/crafting-recipes.ts": [
"types.ts" "data/equipment/types.ts"
], ],
"data/disciplines/base-disciplines.ts": [], "data/disciplines/base-disciplines.ts": [],
"data/disciplines/base.ts": [ "data/disciplines/base.ts": [
@@ -682,6 +682,7 @@
], ],
"types/elements.ts": [], "types/elements.ts": [],
"types/equipment.ts": [], "types/equipment.ts": [],
"types/equipmentSlot.ts": [],
"types/game.ts": [ "types/game.ts": [
"types/attunements.ts", "types/attunements.ts",
"types/elements.ts", "types/elements.ts",
+1 -1
View File
@@ -39,7 +39,7 @@ export type {
BlueprintDef, BlueprintDef,
LootInventory, LootInventory,
EquipmentSlot EquipmentSlot
} from './equipment'; } from './equipmentSlot';
// Game state types // Game state types
export type { export type {