Hi, we’re trying to use hash versioning for each modules. For now our options is either hashing the files inside the modules or get a hash from git.
But both approaches did not consider transitive dependencies at all.
One solution that we can think of is to evaluate module dependencies and include it in hash computation
Is there other approach that we can explore? Thanks