openid / AppAuth-JS

JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.
Apache License 2.0
972 stars 162 forks source link

Latest changes are not published to npm #221

Open Llois41 opened 1 year ago

Llois41 commented 1 year ago

Expected Behavior

After installing the latest version from npm/yarn (1.3.1) it has the setFlags method available.

Describe the problem

After installing the latest version from npm/yarn (1.3.1) it has no setFlags method available.

[REQUIRED] Steps to reproduce the behavior

  1. Install package via yarn add @openid/appauth
  2. look into the nodemodules@openid/appauth/built/flags.js and see there is no setFlags method

[REQUIRED] Environment

angrygorilla commented 1 year ago

@tikurahul are there any chances that these changes could be published?

sethun60 commented 1 year ago

@tikurahul - Could you guys publish these changes please? Thanks.

krzychuz commented 10 months ago

@tikurahul - any chance of publishing a new version of this library? I cannot monkey patch it and this is literally the only way how can I solve unnecessary logging issue. Many thanks! 👍