Latest changes are not published to npm
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 165
- PR merge metrics
- No merged PRs in 30d
Description
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
- Install package via
yarn add @openid/appauth - look into the node_modules_@openid/appauth/built/flags.js and see there is no
setFlagsmethod
[REQUIRED] Environment
- AppAuth-JS version: 1.3.1
- AppAuth-JS Environment (Node, Browser (UserAgent), ...): node 16.11.1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the report by installing @openid/appauth 1.3.1 with yarn and inspecting built/flags.js for setFlags. Then compare the published package with the repository’s source and release output, using the package version as the reference point. Done means a newly published package exposes setFlags in built/flags.js.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- build-system, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100