From bbe35935c6ff1ed6661e2645424f256304d48c75 Mon Sep 17 00:00:00 2001 From: Lann Martin Date: Sun, 6 Sep 2026 19:27:01 -0400 Subject: [PATCH] @polymorph/test 0.3.1 Patch release: the only change since 0.3.0 is the Rust-side upgrade to wasmtime 48 / wit-bindgen 0.61 (#107), behavior-neutral for every runner path (all goldens byte-identical). The JS package's exports and behavior are unchanged; this commit is the release rev for cargo pins. --- js/deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/deno.json b/js/deno.json index 23ecca7..187e60d 100644 --- a/js/deno.json +++ b/js/deno.json @@ -1,6 +1,6 @@ { "name": "@polymorph/test", - "version": "0.3.0", + "version": "0.3.1", "license": "Apache-2.0", "//": "The polymorph:test stack's JS runner core on JSR — the one consumable JS surface (the repo-root npm-git facade is retired; this export map is the only one). Plain JS with relative and node: imports only; the browser-safe pieces (harness, context, imports, the workers) load in browsers unchanged, and the node: importers (node-runner, browser-driver) are Node/Deno-side drivers. The publish include-list IS the package: everything else under js/ is repo tooling (the polyengine runner leg, selftests, the viewer app).", "exports": {