@pome-sh/checks 0.3.7 → 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.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 0.3.7 — 2026-08-25
|
|
4
11
|
|
|
5
12
|
**No consumer-visible change.** Comment cleanup in `scripts/bundle-declarations.mjs`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pome-sh/checks",
|
|
3
|
-
"version": "0.3.
|
|
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",
|