From 1a5bef163ea0b93d7fa84e523cd6529c64db66ad Mon Sep 17 00:00:00 2001 From: Robert Blust Date: Thu, 10 Sep 2026 17:04:15 +0200 Subject: [PATCH] The parser pin takes v0.20.0, and says so on purpose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pin named v0.17.0 while the release that ships the instance checks is v0.20.0, and a pin that is behind is intent until it is moved — so leaving it said this site meant v0.17.0. It did not; it was two releases behind because the branch that would have moved it to v0.19.0 was superseded before it landed. Nothing observable changes. lib/instance.mjs is the same blob at v0.17.0, v0.19.0 and v0.20.0, so model.json rebuilds byte for byte and model:check passes without a rebuild being needed at all. What moves is the lockfile's resolved commit, now the one v0.20.0 sits on. Verified: model:check, pages:check, pin:check, design:check, test:build, test:dupes, test:og, og:check and verify all pass, the last two against a served copy; conventions-check passes. Co-Authored-By: Claude Opus 5 (1M context) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3e83bf..d689d2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "devDependencies": { "@robertblust/design": "github:robertblust/design#v0.55.0", - "companygraph-meta-model": "github:companygraph/meta-model#v0.17.0", + "companygraph-meta-model": "github:companygraph/meta-model#v0.20.0", "pdf-lib": "^1.17.1", "playwright": "^1.63.0" } @@ -47,8 +47,8 @@ } }, "node_modules/companygraph-meta-model": { - "version": "0.17.0", - "resolved": "git+ssh://git@github.com/companygraph/meta-model.git#238ee3542246d3b0bb496d2226b4287b0816865f", + "version": "0.20.0", + "resolved": "git+ssh://git@github.com/companygraph/meta-model.git#eab533a088dc5782dfb58a7dbc68eb9a539d6f07", "dev": true, "engines": { "node": ">=22" diff --git a/package.json b/package.json index cd67e58..079d411 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@robertblust/design": "github:robertblust/design#v0.55.0", - "companygraph-meta-model": "github:companygraph/meta-model#v0.17.0", + "companygraph-meta-model": "github:companygraph/meta-model#v0.20.0", "pdf-lib": "^1.17.1", "playwright": "^1.63.0" }