madskristensen / Packman

A client-side package manager
Other
28 stars 7 forks source link

Not showing new releases without clearing cache #50

Open burakt91 opened 4 years ago

burakt91 commented 4 years ago

Installed product versions

Description

I've an installed package. When i open this extension and enter that package's name, the extension displaying the installed version, but i can't know about is there any new version of that package without visiting CDN's web page manually. After i checked the extension's options, i found out that there is a cache folder. Then i deleted the contents of the cache folder, and tried same conditions, it worked this time! It showed me the latest version of that package.

Steps to recreate

  1. Install a package.
  2. When a new release has published, check package again.

Current behavior

It's still showing installed version of package (if i doesn't clear cache folder).

Expected behavior

It should be display latest versions (even if that package already installed).