You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
Yesterday I made some changes in https://www.npmjs.com/package/@types/google-apps-script (DefinitelyTyped). My PR was merged and after few hours a new version of the NPM package was also published - as a version 0.0.33. But, when I try to install these types using the command npm install @types/google-apps-script, it still installs the old version 0.0.32. I have to explicitly use npm install @types/[email protected] to install the latest version. Then I found that the version 0.0.33 is not marked as 'latest'.
Shouldn't be all changes made on the master branch of DefinitelyTyped automatically published as 'latest' on NPM? Or am I wrong? Then how can I make changes in types to publish them as 'latest'? I didn't find anything regarding this issue in the DefinitelyTyped nor types-publisher documentation.
The text was updated successfully, but these errors were encountered:
DominikPalo
changed the title
Changes published from DefinitelyTyped are not published as 'latest'
Changes published from DefinitelyTyped are not marked as 'latest'
Dec 8, 2018
Yesterday I made some changes in https://www.npmjs.com/package/@types/google-apps-script (DefinitelyTyped). My PR was merged and after few hours a new version of the NPM package was also published - as a version 0.0.33. But, when I try to install these types using the command
npm install @types/google-apps-script
, it still installs the old version 0.0.32. I have to explicitly usenpm install @types/[email protected]
to install the latest version. Then I found that the version 0.0.33 is not marked as 'latest'.Shouldn't be all changes made on the master branch of DefinitelyTyped automatically published as 'latest' on NPM? Or am I wrong? Then how can I make changes in types to publish them as 'latest'? I didn't find anything regarding this issue in the DefinitelyTyped nor types-publisher documentation.
The text was updated successfully, but these errors were encountered: