From 3427cf4b0a00c0136300d3fc28e19ad75d752e4c Mon Sep 17 00:00:00 2001 From: Kravets <57632712+kravetsone@users.noreply.github.com> Date: Sun, 28 Jul 2024 13:34:39 +0300 Subject: [PATCH] chore: revert semver constraint https://github.com/jsr-io/jsr/issues/671 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 71f4aee..6567afd 100644 --- a/deno.json +++ b/deno.json @@ -6,6 +6,6 @@ "include": ["deno.json", "src", "README.md", "package.json", "LICENSE"] }, "imports": { - "gramio": "jsr:@gramio/core@>=0.0.39 <1.0.0" + "gramio": "jsr:@gramio/core@^0.0.46" } }