Releases: proofgeist/fmdapi
Releases · proofgeist/fmdapi
v3.0.9
v3.0.8
- fix: file return types to conform to zod validator
- fix: if no token store is provided, default memory store was not being imported correctly
- fix: memory token store would throw error during zod validation
- add back default export
- support commonJS and module imports in codegen cli
- improve cli, supports .mjs config file by default
- 129f9a6: fix codegen import
v3.0.7
v3.0.6
v3.0.5
v3.0.4
v3.0.2
v3.0.1
v3.0.0
3.0.0
Major Changes
-
5c2f0d2: Use native fetch (Node 18+).
This package now requires Node 18+ and no longer relys on the
node-fetch
package.
Each method supports passing additional options to thefetch
function via thefetch
parameter. This is useful if used within a framework that overrides the globalfetch
function (such as Next.js). -
Now requires
zod
as a peer dependency
Minor Changes
- 5c2f0d2: Custom functions to override where the temporary access token is stored
- add fileStorage and Upstash helper methods for token store