Skip to content

Conversation

nyannyacha
Copy link
Contributor

@nyannyacha nyannyacha commented Feb 4, 2024

What kind of change does this PR introduce?

Bug fix

Description

console.log(Deno.version);
// Output (Before / local build):
// {
//     "deno": "supabase-edge-runtime-0.1.0",
//     "v8": "11.6.189.12",
//     "typescript": "5.1.6"
// }
// Output (Before / prod):
// {
//     "deno": "supabase-edge-runtime-",
//     "v8": "11.6.189.12",
//     "typescript": "5.1.6"
// }

// Output (After / local build):
// {
//     "deno": "supabase-edge-runtime-0.1.0 (compatible with Deno v1.39.2)",
//     "v8": "11.6.189.12",
//     "typescript": "5.1.6"
// }

// Output (After / prod):
// {
//     "deno": "supabase-edge-runtime-[release version here] (compatible with Deno v1.39.2)",
//     "v8": "11.6.189.12",
//     "typescript": "5.1.6"
// }

console.log(DENO_VERSION);
// Output:
// 1.39.2

This PR indirectly relevant with the question that discussed in Discord.

Reported-by: @paul-brenner

Copy link
Contributor

@andreespirela andreespirela left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@laktek laktek merged commit 5cfa578 into supabase:main Feb 5, 2024
Copy link

github-actions bot commented Feb 5, 2024

🎉 This PR is included in version 1.33.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@nyannyacha nyannyacha deleted the fix-deno-version branch February 7, 2024 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants