Tag repository for electron-updater npm package versions
See original GitHub issueThe latest version of electron-updater
is 3.1.5
- https://www.npmjs.com/package/electron-updater
The repository is tagged with the versions of electron-builder
, latest version are e.g. 20.29.0
and 20.29.1
.
Is it possible to ascertain which commit in the repository a build of electron-updater
corresponds to? How to check whether a fix is present or not?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
electron-updater - npm
Current Tags · Version History · Install · Repository · Homepage · Weekly Downloads · Version · License.
Read more >Publish - electron-builder
Set the “Tag version” to the value of version in your application package.json ... The access token to support auto-update from private github...
Read more >Publishing and Updating | Electron
There are several ways to update an Electron application. ... with a handy npm version command that can handle the version bumping and...
Read more >electron-gh-releases-updater - npm package - Snyk
Further analysis of the maintenance status of electron-gh-releases-updater based on released npm versions cadence, the repository activity, and ...
Read more >How to install a previous exact version of a NPM package?
Assuming that we decided to update all the packages as they are listed, we can use the ncu -u command which only modifies...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Boo… Yes, it makes sense to add tags for electron-updater to make clear.
Now tagged as
electron-updater-v3.1.6
and such tags will be used from now on.3.1.6 released with 7953e56 change.
👍 However (sorry to go on about this!) the release note says:
The change in https://github.com/electron-userland/electron-builder/commit/7953e56 does not appear to be in the
3.1.5
npm package.(Hence the ask for a git tag 😃 )
I did
npm view electron-updater dist.tarball
which returnedhttps://registry.npmjs.org/electron-updater/-/electron-updater-3.1.5.tgz
and the change isn’t in that tarball.