Uh oh!
There was an error while loading. Please reload this page.
upgrade to to 1.0.4 which pins a version of jkroso/equals - #19
Conversation
robertmaldon
commented
May 31, 2016
Hi. Any updates on merging this pull request? |
Does this only need a Git tag, or a NPM release as well? I don't know what's the package name. |
vendethiel
commented
Jun 21, 2016
robertmaldon
commented
Jun 21, 2016
Thanks for merging. Can you please publish a new npm release? |
vendethiel
commented
Jun 21, 2016
|
robertmaldon
commented
Jun 23, 2016
ok, according to https://github.com/componentjs/guide/blob/master/creating-components/publishing.md you don't publish to npmjs but just git tag and push. |
vendethiel
commented
Jun 26, 2016
Done, sorry for the delay.
Yes, that's why I asked if you needed a npm release as well (many components are cross-published) |
robertmaldon
commented
Jul 1, 2016
After testing the changes to jkroso/equals had to be further rolled back; see jkroso/equals#11 Could you please bump assert to use jkroso/equals@1.0.5 and tag a new version of assert? Many thanks! |
Recently jkroso has been upgrading his "equals" and "type" modules. You hit one issue with cdd50bd#diff-162d38b326426c84ac91e51f931105bb
Another issue is that the "equals" module has a component.json dependency on "type" with version "*" which unfortunately picks up changes from the new 2.x versions. Details here: jkroso/equals#9
jkroso has kindly produced a 1.0.4 version of "equals" that version locks its dependency on on "type". Could you please upgrade to this version and publish a new version of "assert"?