"Latest" version of amazon-cognito-identity-js listed in NPM is 6.3.12 instead of 6.3.14 #14155
Open
3 tasks done
Labels
amazon-cognito-identity-js
Used for issues related to this specific package within the monorepo
Auth
Related to Auth components/category
bug
Something isn't working
Before opening, please confirm:
JavaScript Framework
Vue
Amplify APIs
Authentication
Amplify Version
v6
Amplify Categories
auth
Backend
Other
Environment information
Describe the bug
Due to possible deployment issues, NPM currently lists the outdated 6.3.12 as the "latest" version of
amazon-cognito-identity-js
instead of 6.3.14.This can be seen if you navigate to the main page for the package on npmjs.com: https://www.npmjs.com/package/amazon-cognito-identity-js
Because of this issue, 6.3.12 is the version that gets installed by default when using both
npm
oryarn
:Additionally, tooling like
yarn outdated
is not able to report the existence of 6.3.14 even if a project's semver would allow it. See envinfo output in the "Environment information" field below to see the install state of such a project. When you runyarn outdated
in that project, despite the semver string in package.json specifying^6.3.12
,yarn outdated
does not report the existence of the newer version being available:Expected behavior
By default,
npm install amazon-cognito-identity-js
should install the latest version of the module. Tooling likeyarn outdated
and dependency scanners should also be aware of 6.3.14 being the latest available version of the module. 6.3.14 should be the default version shown on npmjs.com.Reproduction steps
npm install amazon-cognito-identity-js
npm ls
Code Snippet
// Put your code below this line.
Log output
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
No response
Mobile Operating System
No response
Mobile Browser
No response
Mobile Browser Version
No response
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: