server verify models and application `package.json` `engines.ub`
Models and application package.json
can contain engines.ub
section - a minimal version of UB server for this model.
Server throws if it's version is less than specified in engine.ub
.
The only supported semantic is >=
. Example:
{
"name": "@unitybase/uba",
"engines": {
"ub": ">=5.22.15"
}
}