Vladimír Gorej
Vladimír Gorej
@transfluxus nope there is not. We've working on this progressively. If you want to help, you can work directly on master.
Lodash removed in https://github.com/swagger-api/swagger-js/pull/3137
@reinrl, Sorry for late response. In your case the solution is simple. Use Node.js >= 18 and [npm overrides](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides) that would look like this: ```json { "overrides": { "swagger-client": {...
After some research I came into the following conclusion: If we want to maintain backward compatibility (which we do) we have following options ### 1. Use native Node.js >= 18...
Here is PR with Node.js >= 14 support and integrating `undici`: https://github.com/swagger-api/swagger-js/pull/3137
Hi @jimmywarting, Thanks for input. > Built in fetch if available (would req NodeJS v18) > Fallback to using undici (would req NodeJS v16.8) > then lastly using node-fetch@3 (would...
Closed by https://github.com/swagger-api/swagger-js/pull/3137
[url](https://www.npmjs.com/package/url) package have been removed in https://github.com/swagger-api/swagger-js/pull/3137 Codebase now contains helper function for parsing URI References that looks like this: ```js /** * `parseURIReference` function simulates the behavior of `node:url`...
@srl295 took five years, but you test have been finally integrated in https://github.com/swagger-api/swagger-js/pull/3137/commits/f9207bd1d2663e87d10cdab7ff5b9aefe026c8fa ;] Thank you!
Addressed by https://github.com/swagger-api/swagger-js/pull/3137/commits/9f7e0bcffa34991cc21960f14e13478c911a060e in https://github.com/swagger-api/swagger-js/pull/3137