Confirmed independently by ki-leadership's own gate run (cached engine, but
same root cause). v0.11.2 was tagged and released (f08fcc9) without bumping
package.json — no new tag or catalog ref changes here, just syncing the
version string to what was already published.
12 lines
196 B
JSON
12 lines
196 B
JSON
{
|
|
"name": "repo-standard",
|
|
"version": "0.11.2",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test scripts/*.test.mjs"
|
|
}
|
|
}
|