fix: break circular dependency between combat-descent and non-combat-room actions
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m2s

This commit is contained in:
2026-06-04 19:32:22 +02:00
parent ee24227d62
commit b54b10a899
5 changed files with 45 additions and 24 deletions
+13 -2
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-06-04T16:54:45.269Z",
"generated": "2026-06-04T17:28:38.180Z",
"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."
},
@@ -550,9 +550,9 @@
"stores/combat-descent-actions.ts": [
"data/guardian-encounters.ts",
"stores/combat-state.types.ts",
"stores/discipline-slice.ts",
"stores/golem-combat-actions.ts",
"stores/manaStore.ts",
"stores/non-combat-room-actions.ts",
"stores/prestigeStore.ts",
"utils/spire-utils.ts"
],
@@ -564,6 +564,7 @@
"stores/combat-actions.ts",
"stores/combat-descent-actions.ts",
"stores/combat-state.types.ts",
"stores/non-combat-room-actions.ts",
"types.ts",
"utils/activity-log.ts",
"utils/index.ts",
@@ -729,6 +730,14 @@
"utils/result.ts",
"utils/safe-persist.ts"
],
"stores/non-combat-room-actions.ts": [
"constants.ts",
"stores/attunementStore.ts",
"stores/combat-descent-actions.ts",
"stores/combat-state.types.ts",
"stores/discipline-slice.ts",
"stores/manaStore.ts"
],
"stores/pipelines/combat-tick.ts": [
"constants.ts",
"data/guardian-encounters.ts",
@@ -887,7 +896,9 @@
"utils/spire-utils.ts": [
"constants.ts",
"data/guardian-encounters.ts",
"data/loot-drops.ts",
"types.ts",
"types/game.ts",
"utils/enemy-utils.ts",
"utils/floor-utils.ts"
]