From d4e81423d3472eb65343a2f4a84e630a25047161 Mon Sep 17 00:00:00 2001 From: Jiehong Ma Date: Tue, 21 Nov 2023 16:41:40 +0100 Subject: [PATCH] feature: upgrade to jq 1.7 --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 08947d7..6f89156 100755 --- a/public/index.html +++ b/public/index.html @@ -96,7 +96,7 @@ jq in your browser, without sending anything to any backend."> let delayedJq = debounce(jq, 400); setup(); - let CLI = await new Aioli("jq/1.6"); + let CLI = await new Aioli("jq/1.7"); document.getElementById("filter").addEventListener('input', delayedJq); document.getElementById("input-json").addEventListener('input', delayedJq); @@ -115,7 +115,7 @@ jq in your browser, without sending anything to any backend.">

Jq Play Offline