chore(guardian): bump version to 0.9.4

This commit is contained in:
imfozilbek
2025-11-30 01:50:21 +05:00
parent 6234fbce92
commit 958e4daed5
8 changed files with 138 additions and 79 deletions

View File

@@ -171,6 +171,7 @@ export class HardcodedValue extends ValueObject<HardcodedValueProps> {
return `${CONSTANT_NAMES.MAGIC_NUMBER}_${String(value)}`
}
// eslint-disable-next-line complexity, max-lines-per-function
private suggestStringConstantName(): string {
const value = String(this.props.value)
const context = this.props.context.toLowerCase()