ecency / hivesigner-sdk

Hivesigner SDK
https://hivesigner.com
MIT License
2 stars 1 forks source link

Feature/change to babel #8

Closed dkildar closed 3 years ago

dkildar commented 3 years ago

Changed to babel and fixed node build

feruzm commented 3 years ago

@dkildar With this changes, I am getting this error in our https://github.com/ecency/ecency-vision codebase.

using like this: const hs = require('hivesigner'),

Please check or add test for all these:

  1. check if require of module works properly.
  2. check if .me method working ok in all different imports new hs.Client({accessToken: code}).me().then((r: { name: string }) => r.name) works properly

===

image