@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.
- package/CHANGELOG.md +4 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pome-sh/checks",
|
|
3
|
-
"version": "0.4.
|
|
4
|
-
"description": "Pome's grading vocabulary
|
|
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.
|
|
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
|
|
84
|
-
"tsup": "^8.5.
|
|
83
|
+
"@types/node": "^26.6.1",
|
|
84
|
+
"tsup": "^8.5.1",
|
|
85
85
|
"typescript": "^5.9.3",
|
|
86
|
-
"vitest": "^
|
|
87
|
-
"zod": "^4.
|
|
86
|
+
"vitest": "^5.0.1",
|
|
87
|
+
"zod": "^4.6.5"
|
|
88
88
|
},
|
|
89
89
|
"engines": {
|
|
90
90
|
"node": ">=24"
|