@pome-sh/checks 0.3.6 → 0.3.8

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/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @pome-sh/checks
2
2
 
3
+ ## 0.3.8 — 2026-08-25
4
+
5
+ **No consumer-visible change.** Added `// file-size:` header comments to twin
6
+ modules that were previously exempted from the file-size lint by name, and removed
7
+ four header comments that no longer applied. Prose only — no export, schema, tool,
8
+ route, status code or response body moved.
9
+
10
+ ## 0.3.7 — 2026-08-25
11
+
12
+ **No consumer-visible change.** Comment cleanup in `scripts/bundle-declarations.mjs`,
13
+ which builds this package's bundled type declarations: a reference to the pull
14
+ request that motivated one workaround was removed in favour of stating the
15
+ underlying cause. Prose only — no export, schema, tool, route, status code or
16
+ response body moved, and the emitted declarations are byte-identical.
17
+
3
18
  ## 0.3.6 — 2026-08-24
4
19
 
5
20
  **No consumer-visible change.** The repo's lint gates were consolidated behind
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pome-sh/checks",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "description": "Pome's grading vocabulary — the check declarations, seed schemas and default seeds of all five digital twins, plus the check DSL they are written in. Declarations only: no twin server, no database, no routes, no tools.",
5
5
  "private": false,
6
6
  "type": "module",