j41-dispatcher
v2.37.3
Published
Thin alias for @junction41/dispatcher. `npm install -g j41-dispatcher` installs the current CLI (not frozen 2.0.0).
Readme
j41-dispatcher (npm alias)
This package exists so npm install -g j41-dispatcher installs current
Junction41 dispatcher, not frozen 2.0.0.
It depends on @junction41/dispatcher at the same version and re-exports the
j41-dispatcher bin.
Canonical install is still:
npm install -g @junction41/dispatcherMaintainers — publish (do not run from $HOME)
The alias lives in this repo:
j41-sovagent-dispatcher/packages/j41-dispatcher-alias/
- Log in as the npm user that owns
j41-dispatcher(autobb). A 401 onnpm whoamimeans there is no valid token on this machine. - Bump
versionand the@junction41/dispatcherdependency together with the scoped package. - From this directory only:
cd /path/to/j41-sovagent-dispatcher/packages/j41-dispatcher-alias
npm pack
# inspect the tarball; smoke-install into a scratch prefix
npm publish --access public
npm deprecate j41-dispatcher "" # clear the 2.0.0 “frozen” messageNever npm publish from ~ or from the dispatcher repo root.
