3.0.1 (2025-10-23)
- add provenance attestation (f6b9d34)
3.0.0 (2025-09-24)
- feat!: change return type for the container download from blob to ReadableStream (db70c0c)
- buffer property for ContainerDownload is now ReadableStream instead of buffer. response.blob() reads the whole response into ram preventing efficient use of memory to stream the response.
2.0.5 (2025-09-09)
- typeo (4aabbfe)
2.0.4 (2025-09-09)
- missing type definitions (4ed446a)
2.0.3 (2025-07-10)
- do not set multipart/form-data content type manually (6b152a0)
2.0.2 (2025-07-10)
- do not override content-type header when body is FormData (fde4192)
2.0.1 (2025-05-05)
- npm upgrade to fix audit issue with bable/helpers (1389cd5)
- url checking should be case insensitive for container downloads (0ff4c19)
2.0.0 (2025-03-11)
- requires node 18. The type for ContainerDownload.buffer has changed
1.5.0 (2025-01-16)
- include dataInfo in find responses (27817b9)
1.4.0 (2024-05-31)
- Client: add client.requestContainer to download secure containers (d67d967)
- Layout: add executeScript to layout (5c729a4)
1.3.1 (2024-05-03)
1.3.0 (2022-08-17)
- add ESM support (8483860)
1.2.2 (2022-07-08)
- Layout: fix type of GenericPortalData (4c7fc00)
1.2.1 (2022-04-17)
- Client: retry once with new token if FileMaker reporst invalid token (ef9b348)
1.2.0 (2022-04-17)
- dependencies: make node-fetch a standard dependency (e5631c2)