ok fixed. Please be aware though this could be a breaking change as now it returns a promise
ok I figured out how to fix it
ok so it seems wasteof-client is broken atm. it performs the requests but doesn’t return anything. major bug fix coming up
See here: semver.org - the semver docs explicitly state that changing the middle digit refers to when you “add functionality in a backwards compatible manner”. Technically if you’re adding breaking changes, you should change the version number to 2.0.0 for NPM’s sake.