Notices emitted by RRStack.update() to describe
version/unit handling outcomes. Returned in order and also delivered via
onNotice when provided.
Example: log all notices while accepting newer versions with a warning
constnotices = stack.update(incomingJson, { onVersionDown:'warn', onNotice: (n) => { console.info('[rrstack.notice]', n.kind, n.action); }, }); // `notices` contains the same entries, in the same order
Notices emitted by RRStack.update() to describe version/unit handling outcomes.
Notices emitted by RRStack.update() to describe version/unit handling outcomes. Returned in order and also delivered via onNotice when provided.
Example: log all notices while accepting newer versions with a warning
Notices emitted by RRStack.update() to describe version/unit handling outcomes.