mozilla / moz-corsica

[depricated] Public Corsica instance for the ambient Mozilla office
http://corsica.mozilla.io
Mozilla Public License 2.0
36 stars 60 forks source link

update corsica, forever to latest versions #197

Closed lonnen closed 3 years ago

lonnen commented 3 years ago

this gets us onto the latest version of corsica, and updates the forever library

mythmon commented 3 years ago

Where did Corsica 2.6 come from? https://github.com/mozilla/corsica/blob/master/package.json#L3 lists 2.5.

lonnen commented 3 years ago

Well this is fun:

$ npm search corsica
NAME                      | DESCRIPTION          | AUTHOR          | DATE       | VERSION  | KEYWORDS
corsica                   | Ephemeral screens…   | =potch…         | 2021-02-17 | 2.6.0    |
lonnen commented 3 years ago

I took the version number of NPM for writing this patch. NPM differs from the main repo because Potch has been manually updating NPM with the latest, and in this instance he incremented the version number and published to NPM without updating the main repository.

Everything's perfect alright now. We're fine. We're all fine here, now.

mozilla/corsica is up to date now with the correct version number. I've diffed master against the npm artifact and that version number was the only change. This should all be reconciled now.

lonnen commented 3 years ago

side note - I updated issue 78 on the main repo to address the publishing problem https://github.com/mozilla/corsica/issues/78

mythmon commented 3 years ago

Ah, that makes sense. Thanks for tracking that down.