From e389333e5d4c19b3afc72289bcd62ef5ae9c8c93 Mon Sep 17 00:00:00 2001 From: Lann Martin Date: Mon, 7 Sep 2026 08:18:02 -0400 Subject: [PATCH] @polymorph/webcrypto 0.6.1 The host module API and its @polyengine/protocol constraint (^0.3.1) are unchanged, so this is a patch under the caret-honest scheme; it carries the Rust host crate's move to wasmtime 48 (#402), so a release tag exists for consumers that link polymorph-webcrypto-wasmtime alongside the other wasmtime-48 siblings. --- js/polyengine/deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/polyengine/deno.json b/js/polyengine/deno.json index 29913c8..1aabd31 100644 --- a/js/polyengine/deno.json +++ b/js/polyengine/deno.json @@ -1,6 +1,6 @@ { "name": "@polymorph/webcrypto", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "exports": "./src/mod.ts", "//": "MODULE-IDENTITY CONSTRAINT (A22): this package couples only to @polyengine/protocol, whose copies are harmless by construction (the protocol's brand/handle vocabulary is designed to be robust to duplication), so there is no module-identity constraint to state here. This file's @polyengine/protocol entry is a caret range (published-package convention: consumers resolve one shared @polyengine/protocol across their dependency graph); conformance/driver-ct/polyengine/deno.json (repo-internal, not published) exact-pins the same package. The pin gate (just conformance-ct::polyengine-pin-check) asserts one @polyengine/protocol version repo-wide, one @polyengine/runtime version across the configs that resolve it, and that this package's lockfile carries no @polyengine/runtime specifier.",