@williamthorsen/toolbelt.numbers 7.0.2 → 7.0.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.
@@ -19,7 +19,7 @@
19
19
  "path": "../../adoption/src/conventions/site-handoffs.ts"
20
20
  },
21
21
  {
22
- "hash": "781c3f53",
22
+ "hash": "3a124dad",
23
23
  "kind": "module",
24
24
  "path": "../../adoption/src/kits/defineAdoptionKit.ts"
25
25
  },
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## 7.0.3 — 2026-08-30
6
+
7
+ ### Bug fixes
8
+
9
+ - Reject a check declaring a kind its detector never produces (#246)
10
+
11
+ Fixes an issue where an adoption check could declare a kind its kit's detector never produces. `Kind` was inferred from `checks` and `detect` together, so a typo in a check's `kinds` widened `Kind` rather than failing.
12
+
5
13
  ## 7.0.2 — 2026-08-28
6
14
 
7
15
  ### Refactoring
package/README.md CHANGED
@@ -2,7 +2,15 @@
2
2
 
3
3
  Utility functions for working with numbers.
4
4
 
5
- <!-- section:release-notes --><!-- /section:release-notes -->
5
+ <!-- section:release-notes -->
6
+ ## Release notes — v7.0.3 (2026-08-30)
7
+
8
+ ### Bug fixes
9
+
10
+ - Reject a check declaring a kind its detector never produces (#246)
11
+
12
+ Fixes an issue where an adoption check could declare a kind its kit's detector never produces. `Kind` was inferred from `checks` and `detect` together, so a typo in a check's `kinds` widened `Kind` rather than failing.
13
+ <!-- /section:release-notes -->
6
14
 
7
15
  ## Installation
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@williamthorsen/toolbelt.numbers",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "description": "Utility functions for working with numbers",
5
5
  "keywords": [
6
6
  "esm",