From 91331a98157dd5be44692d91c5ac59d35c1083e3 Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Tue, 21 Apr 2026 22:31:09 +0200 Subject: [PATCH 1/2] Align package version to published 0.1.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c89a309..702fe1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@verifrax/validexor", - "version": "0.1.0", - "description": "Verifrax primitive — verification primitive for deterministic irreversible systems.", + "version": "0.1.1", + "description": "Verifrax primitive \u2014 verification primitive for deterministic irreversible systems.", "license": "Apache-2.0", "repository": { "type": "git", From 36756be276d9f2eb7b118fe04b499bfc95e3e3dd Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Wed, 22 Apr 2026 09:18:19 +0200 Subject: [PATCH 2/2] Align package version and verify gate to published 0.1.1 --- .github/workflows/identity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/identity.yml b/.github/workflows/identity.yml index 4388d00..5f090ea 100644 --- a/.github/workflows/identity.yml +++ b/.github/workflows/identity.yml @@ -33,4 +33,4 @@ jobs: grep -q "^Primitive ID: PRIM-005" README.md grep -q "^Package: @verifrax/validexor" README.md grep -q "^Binary: validexor" README.md - python3 -c 'import json, pathlib; d=json.loads(pathlib.Path("package.json").read_text()); assert d["name"]=="@verifrax/validexor"; assert d["version"]=="0.1.0"; assert d["license"]== "Apache-2.0"; assert d["bin"]["validexor"]=="validexor.sh"; assert d["repository"]["url"].endswith("Verifrax/validexor.git"); assert d["homepage"]=="https://github.com/Verifrax/validexor#readme"; assert d["bugs"]["url"]=="https://github.com/Verifrax/validexor/issues"; assert d["publishConfig"]["access"]=="public"' + python3 -c 'import json, pathlib; d=json.loads(pathlib.Path("package.json").read_text()); assert d["name"]=="@verifrax/validexor"; assert d["version"]=="0.1.1"; assert d["license"]== "Apache-2.0"; assert d["bin"]["validexor"]=="validexor.sh"; assert d["repository"]["url"].endswith("Verifrax/validexor.git"); assert d["homepage"]=="https://github.com/Verifrax/validexor#readme"; assert d["bugs"]["url"]=="https://github.com/Verifrax/validexor/issues"; assert d["publishConfig"]["access"]=="public"'