mappersmith
mappersmith copied to clipboard
is a lightweight rest client for node.js and the browser
Bumps [@chiragrupani/karma-chromium-edge-launcher](https://github.com/ChiragRupani/karma-chromiumedge-launcher) from 2.3.1 to 2.4.1. Release notes Sourced from @chiragrupani/karma-chromium-edge-launcher's releases. @ChiragRupani/karma-chromium-edge-launcher 2.4.1 Changes: 87be9229918e1d0d4a0dabe728062dce5d980f33 Improved Typings 25d695a309b1eaf2c03b12b959f686e1d6c6a7dd Updated dependencies This list of changes was auto generated. Full Changelog:...
Bumps [esbuild-plugin-file-path-extensions](https://github.com/favware/esbuild-plugin-file-path-extensions) from 2.0.0 to 2.1.2. Release notes Sourced from esbuild-plugin-file-path-extensions's releases. v2.1.2 2.1.2 - (2024-06-09) 🐛 Bug Fixes Check path starts with deps instead of equality for subpath import...
I tried basically this: ```js const { RetryMiddleware } = require('mappersmith/middleware') RetryMiddleware({ retries: 1, validateRetry: (res) => res.error() !== null, }) ``` but it doesn't even get to the middleware...
Hello fellow maintainers and old friends (@klippx @tulios), hope all is well! This PR is a joint effort between me, @J3MPA and @vaibhavar One thing that we have struggled with...
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add depth option to customize the depth level in the parser IMPORTANT:...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.6.0 to 8.5.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.5.0 8.5.0 (2024-09-09) 🚀 Features eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary | undefined for optional parameters (#9479) eslint-plugin: [no-unsafe-argument] differentiate...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.1 to 7.5.2. Commits d9ea73a 7.5.2 5e1a8e6 Fix sync tar.list when file size reduces while reading 0fbeaed formatting 2dbacfe add types for make-tar util c5865d3 remove unused...
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.46.0 to 8.46.2. Release notes Sourced from typescript-eslint's releases. v8.46.2 8.46.2 (2025-10-20) 🩹 Fixes eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702) typescript-estree:...
Bumps [express](https://github.com/expressjs/express) from 4.21.2 to 5.1.0. Release notes Sourced from express's releases. v5.1.0 What's Changed Update captains by @UlisesGascon in expressjs/express#6027 build: Node.js 23.0 by @bjohansebas in expressjs/express#6075 Add funding...