nestdotland/nest.land

Potential Error Detected: regarding Stable / Latest Labels

Opened this issue · 1 comments

I'm pretty sure I published e.g. this module see screenshot as stable...
hovering over stable shows hint - "No stable version available yet"

Screen Shot 2020-09-09 at 11 56 53 PM

Question related to this: Is it a best practice to also publish the egg.json?

In this case it would proof that my egg.json looks like:

{
  "name": "distance-calculator",
  "description": "Calculating the distance between two places based on latitude and longitude geocoordinates",
  "stable": true,
  "files": [
    "distance-calculator.ts",
    "mod.ts",
    "README.md",
    "test-it.ts"
  ]
}
t8 commented

Hey Michael! Thanks for reaching out. This is a known bug with our current API unfortunately. We have a new one almost ready for deployment, and when that is deployed, this issue will no longer occur!

Also, regarding your egg.json question: It would not affect anything, so feel free to keep it or remove it :)