ssb-npm v2.1.0
ssb-npm now bundles its npm dependencies in its npm package release, as described in %Ap6gsdS.... This makes possible installation without a bootstrap script or having to install ssb-npm-registry first - It is all bundled into the single package tarball blob, installable as follows:
Install
Install via localhost:8989
(ssb-server, Patchwork, etc):
npm install -g 'http://localhost:8989/blobs/get/&qcphVNO9k28QT0oASdyjH41XEySuTxX3STooEj+olEE=.sha256'
Or download blob ssb-npm-2.1.0.tgz and install from the file:
npm install -g ./ssb-npm-2.1.0.tgz
Upgrade
ssb-npm i -g ssb-npm@2.1.0 --branch %eFIbE3xUB5x0ww6qNlAxBSa6S501kTDlxfaqn5tUOqU=.sha256
Other updates
- sodium-native v3 supports Node v14