diff --git a/.github/workflows/identity.yml b/.github/workflows/identity.yml index f1327d8..5658d51 100644 --- a/.github/workflows/identity.yml +++ b/.github/workflows/identity.yml @@ -36,4 +36,4 @@ jobs: grep -q "^Package: @verifrax/limenward" README.md grep -q "^Binary: limenward" README.md - python3 -c 'import json, pathlib; d=json.loads(pathlib.Path("package.json").read_text()); assert d["name"]=="@verifrax/limenward"; assert d["version"]=="0.1.0"; assert d["license"]== "Apache-2.0"; assert d["bin"]["limenward"]=="limenward.sh"; assert d["repository"]["url"].endswith("Verifrax/limenward.git"); assert d["homepage"]=="https://github.com/Verifrax/limenward#readme"; assert d["bugs"]["url"]=="https://github.com/Verifrax/limenward/issues"; assert d["publishConfig"]["access"]=="public"' + python3 -c 'import json, pathlib; d=json.loads(pathlib.Path("package.json").read_text()); assert d["name"]=="@verifrax/limenward"; assert d["version"]=="0.1.1"; assert d["license"]== "Apache-2.0"; assert d["bin"]["limenward"]=="limenward.sh"; assert d["repository"]["url"].endswith("Verifrax/limenward.git"); assert d["homepage"]=="https://github.com/Verifrax/limenward#readme"; assert d["bugs"]["url"]=="https://github.com/Verifrax/limenward/issues"; assert d["publishConfig"]["access"]=="public"' diff --git a/package.json b/package.json index 9d14c62..4f54dd5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@verifrax/limenward", - "version": "0.1.0", - "description": "Verifrax primitive — boundary enforcement primitive for deterministic irreversible systems.", + "version": "0.1.1", + "description": "Verifrax primitive \u2014 boundary enforcement primitive for deterministic irreversible systems.", "license": "Apache-2.0", "repository": { "type": "git",