@thi.ng/validate 0.3.5 → 0.3.6

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/validate",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Functional, composable, fully extensible, predicate-based value validation with customizable error messages",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,9 +40,9 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.24",
44
- "@thi.ng/checks": "^3.9.4",
45
- "@thi.ng/errors": "^2.6.13"
43
+ "@thi.ng/api": "^8.12.25",
44
+ "@thi.ng/checks": "^3.9.5",
45
+ "@thi.ng/errors": "^2.6.14"
46
46
  },
47
47
  "devDependencies": {
48
48
  "esbuild": "^0.28.0",
@@ -85,5 +85,5 @@
85
85
  "status": "alpha",
86
86
  "year": 2026
87
87
  },
88
- "gitHead": "b302822c51b2ab255f8f27f8dd010433d95f29df"
88
+ "gitHead": "65b041e97110e16c01cf968949b72a0873f14445"
89
89
  }