From 5f97a6190fa6183f0f4eff6fbfc0bada27292ec3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 7 Feb 2026 09:33:17 +0000 Subject: [PATCH] v0.0.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 015d33c..7f92311 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "circuit-json-to-step", "main": "dist/index.js", - "version": "0.0.13", + "version": "0.0.14", "type": "module", "scripts": { "pull-reference": "git clone https://github.com/tscircuit/circuit-json.git && find circuit-json/tests -name '*.test.ts' -exec bash -c 'mv \"$0\" \"${0%.test.ts}.ts\"' {} \\; && git clone https://github.com/tscircuit/stepts.git && find stepts/tests -name '*.test.ts' -exec bash -c 'mv \"$0\" \"${0%.test.ts}.ts\"' {} \\;",