@pome-sh/checks 0.4.2 → 0.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @pome-sh/checks
2
2
 
3
+ ## 0.4.3 — 2026-09-16
4
+
5
+ **Dev-only: vitest 5.** Test runner only; no exported API change.
6
+
3
7
  ## 0.4.2 — 2026-09-15
4
8
 
5
9
  Version-only release: publish-relevant paths changed and no `## Unreleased`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pome-sh/checks",
3
- "version": "0.4.2",
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.",
3
+ "version": "0.4.3",
4
+ "description": "Pome's grading vocabulary \u2014 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",
7
7
  "main": "./dist/index.js",
@@ -71,7 +71,7 @@
71
71
  "prepublishOnly": "npm run build"
72
72
  },
73
73
  "peerDependencies": {
74
- "zod": "^4.4.3"
74
+ "zod": "^4.6.5"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@pome-sh/sdk": "*",
@@ -80,11 +80,11 @@
80
80
  "@pome-sh/twin-linear": "*",
81
81
  "@pome-sh/twin-slack": "*",
82
82
  "@pome-sh/twin-stripe": "*",
83
- "@types/node": "^26.1.2",
84
- "tsup": "^8.5.0",
83
+ "@types/node": "^26.6.1",
84
+ "tsup": "^8.5.1",
85
85
  "typescript": "^5.9.3",
86
- "vitest": "^4.1.10",
87
- "zod": "^4.4.3"
86
+ "vitest": "^5.0.1",
87
+ "zod": "^4.6.5"
88
88
  },
89
89
  "engines": {
90
90
  "node": ">=24"