@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 at runtime zero.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kalutskii/foundation",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Typescript collection of most common utilities, schemas and functions among private projects.",
5
5
  "type": "module",
6
6
  "repository": {