sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Support For Deno

Open mrvdot opened this issue 1 year ago • 16 comments

I'm working to integrate Infisical with my Supabase Edge Functions, which all run on Deno. However when I try to import the sdk (via import { InfisicalClient } from 'npm:@infisical/sdk';, I get an error that npm package '@infisical/sdk-darwin-arm64' does not exist

This is my first time working with Deno, so I'm not positive if this is a package problem or an engine problem, apologies if I should be posting this elsewhere.

Thanks!

mrvdot avatar Dec 27 '23 16:12 mrvdot