Skip to content

Releases: proofgeist/fmdapi

v3.0.9

25 Apr 19:42
Compare
Choose a tag to compare

Patch Changes

  • fix: remove fetch param from passing through to FM

v3.0.8

25 Apr 19:10
Compare
Choose a tag to compare
  • 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

25 Apr 18:56
Compare
Choose a tag to compare

Patch Changes

  • fix: file return types to conform to zod validator
  • fix: if no token store is provided, default memory store was not being imported correctly

v3.0.6

25 Apr 18:37
Compare
Choose a tag to compare

Patch Changes

  • fix: memory token store would throw error during zod validation

v3.0.5

25 Apr 18:03
Compare
Choose a tag to compare

Patch Changes

  • 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.4

25 Apr 17:47
Compare
Choose a tag to compare

Patch Changes

  • support commonJS and module imports in codegen cli

v3.0.2

25 Apr 16:49
Compare
Choose a tag to compare

Patch Changes

  • improve cli, supports .mjs config file by default

v3.0.1

25 Apr 16:26
Compare
Choose a tag to compare

Patch Changes

v3.0.0

25 Apr 13:28
4ac9307
Compare
Choose a tag to compare

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 the fetch function via the fetch parameter. This is useful if used within a framework that overrides the global fetch 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