@thi.ng/validate 0.4.0 → 0.4.1

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 +2 -2
package/README.md CHANGED
@@ -145,7 +145,7 @@ For Node.js REPL:
145
145
  const val = await import("@thi.ng/validate");
146
146
  ```
147
147
 
148
- Package sizes (brotli'd, pre-treeshake): ESM: 1.50 KB
148
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.53 KB
149
149
 
150
150
  ## Dependencies
151
151
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/validate",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Functional, composable, fully extensible, predicate-based value validation with customizable error messages",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -86,5 +86,5 @@
86
86
  "status": "alpha",
87
87
  "year": 2026
88
88
  },
89
- "gitHead": "c47c56420bcae2e0477d252a497be44f08ca185a"
89
+ "gitHead": "c87ef48d7000abc4e38ecf04ab8685f3901b2952"
90
90
  }