@thi.ng/validate 0.3.0 → 0.3.3

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 +7 -7
package/README.md CHANGED
@@ -134,7 +134,7 @@ For Node.js REPL:
134
134
  const val = await import("@thi.ng/validate");
135
135
  ```
136
136
 
137
- Package sizes (brotli'd, pre-treeshake): ESM: 1.19 KB
137
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.34 KB
138
138
 
139
139
  ## Dependencies
140
140
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/validate",
3
- "version": "0.3.0",
3
+ "version": "0.3.3",
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,14 +40,14 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.20",
44
- "@thi.ng/checks": "^3.9.0",
45
- "@thi.ng/errors": "^2.6.9"
43
+ "@thi.ng/api": "^8.12.22",
44
+ "@thi.ng/checks": "^3.9.2",
45
+ "@thi.ng/errors": "^2.6.11"
46
46
  },
47
47
  "devDependencies": {
48
48
  "esbuild": "^0.28.0",
49
- "typedoc": "^0.28.18",
50
- "typescript": "^5.9.3"
49
+ "typedoc": "^0.28.19",
50
+ "typescript": "^6.0.3"
51
51
  },
52
52
  "keywords": [
53
53
  "composition",
@@ -85,5 +85,5 @@
85
85
  "status": "alpha",
86
86
  "year": 2026
87
87
  },
88
- "gitHead": "7e7cd1f3214bf256630f87efaa1f2f5f53454133"
88
+ "gitHead": "17d2d1a6542704f55f2daa37550a4213b4a32cd8"
89
89
  }