Hi, We have builds failing due to the library wanting both Axios and CrossFetch installed Should there be some optionality in the package peer deps meta? ``` "peerDependenciesMeta": { "axios": { "optional": true }, "cross-fetch": { "optional": true } } ```