@litehex/node-vault
Advanced tools
Changelog
1.0.0
3775bf3: Fix: Using the environment's global fetch
API instead of undici
.
This change makes this library more compatible with JavaScript runtimes that do not support Node.js
modules. If you want to use undici
again, use the Custom Fetcher feature.
f922ba9: BREAKING: The responses of commands are wrapped in a record with type of SafeReturn<T, VaultError>
.
This record contains two properties:
data
: The data
property for successful responses. The value depends on the command.error
: The error
property for error responses. The type is VaultError
, which is a subclass of Error
.Read Migration guide for more details on how to use it.
e2f73e7: Fix: Switched license from GPL-3.0
to MIT
, to make the project more open and permissive.
Changelog
0.2.5
fetcher
parameter was not being assigned to the clientChangelog
0.2.4
write
commandaws.stsCredentials
were not being sentChangelog
0.2.3