sdk
sdk copied to clipboard
Support For Deno
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!