Giter VIP home page Giter VIP logo

Comments (5)

jwulf avatar jwulf commented on June 27, 2024

Thanks for reporting this. I know that alpha.3 had this issue. Let me reproduce it with alpha.4

from camunda-8-js-sdk.

jwulf avatar jwulf commented on June 27, 2024

This is due to the way that the package is structured in TypeScript, see here: #110

Two things: first of all, to solve this, I am taking out the module mapping and using explicit relative paths in the source, to avoid complicated transpilation configuration.

Secondly: all the tests in CI are running using ts-jest, which means they prove the code before it is transpiled. To address this, and make sure that transpilation and packaging issues which are not caught by the current test suite don't get through, I am adding to the CI testing an npm build step followed by a test run using the transpiled code in dist and the package.json entry point. This simulates as close as possible the code that will be installed by npm i when the package is installed, and will catch issues of this class this before they hit NPM.

This will be done in the next 24 hours.

from camunda-8-js-sdk.

jwulf avatar jwulf commented on June 27, 2024

I've released alpha.5 which addresses this.

Now, I will write the tests to make sure that we catch issues of this class before a package gets released.

from camunda-8-js-sdk.

jwulf avatar jwulf commented on June 27, 2024

alpha.6 includes the smoke test step, and also fixes an issue where instantiating a Camunda8 object with OAuth disabled would throw an error.

from camunda-8-js-sdk.

MarcBouteiller avatar MarcBouteiller commented on June 27, 2024

Thanks for you work !

from camunda-8-js-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.