silasbw / swagger-fluent

A fluent client for OpenAPI and Swagger
MIT License
8 stars 8 forks source link

build: upgrading is-plain-object package to ^5.0.0 #115

Closed cassapula closed 2 years ago

cassapula commented 2 years ago

Overview

Upgrading the is-plain-object package to ^5.0.0.

Motivation

Version 3.0.1 contains a potential risk with the default export, which sometimes conflicts in the webpack bundling, turning into a module rather than a function, making it not callable, and failing swager-fluent HTTP requests.

Version 5.0.0 introduces name exports, avoiding the risk mentioned above.