@kalutskii/foundation 0.7.3 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ Independent modules should remain independent instead of introducing artificial
|
|
|
71
71
|
7. A reusable abstraction belongs to the lowest layer that can own it without knowing its consumers.
|
|
72
72
|
|
|
73
73
|
A dependency that appears only in generated declarations is still a real dependency and must be reviewed.
|
|
74
|
-
For example, a generic Zod type importing `Simplify` from Drizzle would violate the hierarchy even
|
|
74
|
+
For example, a generic Zod type importing `Simplify` from Drizzle would violate the hierarchy even with no runtime cost.
|
|
75
75
|
|
|
76
76
|
### Responsibility boundaries
|
|
77
77
|
|