updated dependency tracking files
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m18s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m18s
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# Circular Dependencies
|
# Circular Dependencies
|
||||||
Generated: 2026-05-18T12:51:42.611Z
|
Generated: 2026-05-18T13:07:38.493Z
|
||||||
Found: 1 circular chain(s) — these MUST be fixed before modifying involved files.
|
Found: 1 circular chain(s) — these MUST be fixed before modifying involved files.
|
||||||
|
|
||||||
1. Processed 122 files (1.2s) (30 warnings)
|
1. Processed 123 files (1.2s) (29 warnings)
|
||||||
|
|
||||||
## How to fix
|
## How to fix
|
||||||
1. Identify which import in the chain can be extracted to a shared types/utils file.
|
1. Identify which import in the chain can be extracted to a shared types/utils file.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"generated": "2026-05-18T12:51:41.151Z",
|
"generated": "2026-05-18T13:07:36.959Z",
|
||||||
"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,6 +201,13 @@
|
|||||||
"data/disciplines/fabricator.ts": [
|
"data/disciplines/fabricator.ts": [
|
||||||
"types/disciplines.ts"
|
"types/disciplines.ts"
|
||||||
],
|
],
|
||||||
|
"data/disciplines/index.ts": [
|
||||||
|
"data/disciplines/base.ts",
|
||||||
|
"data/disciplines/enchanter.ts",
|
||||||
|
"data/disciplines/fabricator.ts",
|
||||||
|
"data/disciplines/invoker.ts",
|
||||||
|
"types/disciplines.ts"
|
||||||
|
],
|
||||||
"data/disciplines/invoker-disciplines.ts": [
|
"data/disciplines/invoker-disciplines.ts": [
|
||||||
"types/disciplines.ts"
|
"types/disciplines.ts"
|
||||||
],
|
],
|
||||||
@@ -364,6 +371,7 @@
|
|||||||
"types.ts"
|
"types.ts"
|
||||||
],
|
],
|
||||||
"effects/discipline-effects.ts": [
|
"effects/discipline-effects.ts": [
|
||||||
|
"data/disciplines/index.ts",
|
||||||
"stores/discipline-slice.ts",
|
"stores/discipline-slice.ts",
|
||||||
"types.ts",
|
"types.ts",
|
||||||
"utils/discipline-math.ts"
|
"utils/discipline-math.ts"
|
||||||
|
|||||||
Reference in New Issue
Block a user