@pome-sh/checks 0.3.9 → 0.3.10
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 +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @pome-sh/checks
|
|
2
2
|
|
|
3
|
+
## 0.3.10 — 2026-08-29
|
|
4
|
+
|
|
5
|
+
**Comment only.** The `stripe.refund-count` / `stripe.refund-exists` source file
|
|
6
|
+
carried a `//` comment claiming that an `Idempotency-Key` on a retry does not
|
|
7
|
+
separate one refund row from two. Measured false: with the key one row lands,
|
|
8
|
+
without it two. Unlike 0.3.9, the corrected text is **not** a published string —
|
|
9
|
+
no `description`, `template`, `params` or id moved, so nothing this package
|
|
10
|
+
serves changes and no consumer needs to act.
|
|
11
|
+
|
|
3
12
|
## 0.3.9 — 2026-08-27
|
|
4
13
|
|
|
5
14
|
**Prose only.** Two Linear declared-check descriptions (`linear.issue-has-label`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pome-sh/checks",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.10",
|
|
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",
|