- 11.6.0:
- Darwin Callisto.local 17.7.0 Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018; root:xnu-4570.71.2~1/RELEASE_X86_64 x86_64:
- npm:
I'm not sure if it was intentional or not, but the recent (Dec 26!!) release of 11.6.0 includes npm version 6.5.0-next.0 which I believe should instead be 6.5.0, released in early December.
This commit, which updated npm to 6.5.0 did not include the change to the npm version number in package.json. The version was changed in npm upstream in this commit.
I'm not sure if it was intentional or not, but the recent (Dec 26!!) release of
11.6.0includes npm version6.5.0-next.0which I believe should instead be6.5.0, released in early December.This commit, which updated npm to 6.5.0 did not include the change to the npm version number in
package.json. The version was changed in npm upstream in this commit.