superfaceai / one-sdk-js

1️⃣ One Node.js SDK for all the APIs you want to integrate with
https://superface.ai
MIT License
46 stars 3 forks source link

fix: remove unsupported map extension #280

Closed Jakub-Vacek closed 2 years ago

Jakub-Vacek commented 2 years ago

Description

This PR removes .suma extension from map file resolution. I am not happy with this part of code and I suggest resolving: https://github.com/superfaceai/one-sdk-js/issues/279 to fix it. But now (for 2.0.0) I don't want to change this (critical) part of code. So I just removed extension that is not supported.

Motivation and Context

Types of changes

Checklist:

Jakub-Vacek commented 2 years ago

👍 simple change, but not easy to understand from code 😅

Yep, we really need to refactor this. I will try to find some time next week to do it :)