Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 2.77 KB

File metadata and controls

39 lines (20 loc) · 2.77 KB

@salesforce/mrt-utilities

0.1.4

Patch Changes

  • #379 c89e045 - Fix package export resolution for consumers by stripping development export conditions during prepack, so published tarballs always resolve to shipped dist files. (Thanks @bendvc!)

0.1.3

Patch Changes

  • #361 ba2bca5 - Updated the qs dependency to 6.14.1 to address a security vulnerability in 6.14.0. (Thanks @bendvc!)

0.1.2

Patch Changes

  • #345 abad5e4 - Improved error handling in create-lambda-adapter.ts used for streaming support when deployed to Managed Runtime. (Thanks @noahadams!)

  • #349 bc0e4b3 - Fixed CommonJS packaging for Node 22 by ensuring require entrypoints under dist/cjs are emitted as true CJS modules. Added dedicated @salesforce/mrt-utilities/data-store and @salesforce/mrt-utilities/middleware/express entrypoints so data-store imports do not have to load the Express middleware barrel during startup. (Thanks @bendvc!)

0.1.1

Patch Changes

  • #334 331db17 - Add Express 4 support, improve middleware error handling, and add dual-version Express test coverage. (Thanks @bendvc!)

0.1.0

Minor Changes

  • cca39c6 - Initial publish of @salesforce/mrt-utilities via trusted publishing (Thanks @clavery!)

0.0.2

Patch Changes