Describe the bug
The deno.land url 'https://deno.land/x/xata/mod.ts' mentioned in the docs does not work, it returns an http 404 error.
deno run main.ts
Download ⠴ https://deno.land/x/xata/mod.ts Warning Implicitly using latest version (@xata.io/client@0.20.0) for https://deno.land/x/xata/mod.ts
error: Module not found "https://deno.land/x/xata/mod.ts".
at file:///Users/kostas/import/src/xata.ts:2:60
Describe the bug The deno.land url
'https://deno.land/x/xata/mod.ts'
mentioned in the docs does not work, it returns an http 404 error.Workarounds
Meanwhile, users can use any other Deno compatible CDN like esm.sh: https://esm.sh/@xata.io/client?target=deno