Hi,
After updating to the latest @forge/api
v2.13.0 I got the following error:
Upon investigating, I discovered that storage
is now typed as StorageAPI
interface while it used to be ForgeStorageAPI
which includes the getSecret
, setSecret
, and deleteSecrete
methods and extends the StorageAPI
Is this intentional? Are we supposed to use the StorageAPI for storing secrets in a different way? Or this is just a bug?
Regards,
Ismail