Skip to content

Conversation

@nick22985
Copy link

In this pull request I have done the following:

  • change the default entry point from dist/index.js to dist/tebex.js the index.js is a blank file and the actual entrypoint is tebex.js this allows the importing of node modules by doing import { Tebex } from "tebex-sdk-nodejs"; in projects when it went to index.js it did not work.
  • fixed the type for localVarRequest defined this allows the importing import { localVarRequest } from "../../../tebex-request"; to work within the code base.
  • added form & auth to localVarRequest type
  • There were a few typos in the tests imports that stopped the from passing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant