v0.34.1
What changed
- The advice printed for
MANIFEST_TOO_LARGEno longer tells a program to ask the operator for a
higher ceiling. The file list is stored in chunks and the room an account has for it grows with
the files the storage network has confirmed; nobody raises it by hand. The advice now says to
save once more so an old single-piece list becomes chunks, after which the ceiling is that
allowance (details.allowedonMANIFEST_CHUNKS_EXCEEDED).
Install
From the registry:
npm install -g @needmoretruth/nmts-cli@0.34.1
Or straight from this repository, without the registry:
npm install -g github:needmoretruth/nmts-cli#v0.34.1
Or, without a clone, from the tarball attached below:
npm install -g https://github.com/needmoretruth/nmts-cli/releases/latest/download/nmts.tgz
Node 22 or newer. Nothing is compiled by a C compiler and there is no native build
step; the encryption engine is a WebAssembly module carried in the package.