@drzl/validation-core 3.22.0 → 3.22.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 +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,7 +25,8 @@ Shared interfaces and helpers used by validation generators.
25
25
 
26
26
  - Every dollar speeds up CI hardware and offsets long test runs on my aging laptop.
27
27
  - Sponsors get roadmap input and priority responses in GitHub Issues.
28
- - Prefer a quick overview? Check `docs/sponsor.md` for the current goals and thank-yous.
28
+ - Prefer a quick overview? The current goals and thank-yous are at
29
+ https://use-drzl.github.io/drzl/sponsor.
29
30
 
30
31
  ## Exports (essentials)
31
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drzl/validation-core",
3
- "version": "3.22.0",
3
+ "version": "3.22.1",
4
4
  "private": false,
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@drzl/analyzer": "^1.21.0"
27
+ "@drzl/analyzer": "^1.21.1"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "prettier": ">=3"