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
setFlags method
[REQUIRED] Environment
- AppAuth-JS version: 1.3.1
- AppAuth-JS Environment (Node, Browser (UserAgent), ...): node 16.11.1
Expected Behavior
After installing the latest version from npm/yarn (1.3.1) it has the
setFlagsmethod available.Describe the problem
After installing the latest version from npm/yarn (1.3.1) it has no
setFlagsmethod available.[REQUIRED] Steps to reproduce the behavior
yarn add @openid/appauthsetFlagsmethod[REQUIRED] Environment