@pome-sh/checks 0.3.6 → 0.3.7
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 +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @pome-sh/checks
|
|
2
2
|
|
|
3
|
+
## 0.3.7 — 2026-08-25
|
|
4
|
+
|
|
5
|
+
**No consumer-visible change.** Comment cleanup in `scripts/bundle-declarations.mjs`,
|
|
6
|
+
which builds this package's bundled type declarations: a reference to the pull
|
|
7
|
+
request that motivated one workaround was removed in favour of stating the
|
|
8
|
+
underlying cause. Prose only — no export, schema, tool, route, status code or
|
|
9
|
+
response body moved, and the emitted declarations are byte-identical.
|
|
10
|
+
|
|
3
11
|
## 0.3.6 — 2026-08-24
|
|
4
12
|
|
|
5
13
|
**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.
|
|
3
|
+
"version": "0.3.7",
|
|
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",
|