There are cases when the static package might have some problem, e.g. missing some important js component - neuron.js.
In which case, there might be issues when applying the patch process in the app side since the original version is wrong.
So we need to have the ability to mark some version of the package as deprecated, then when there are clients requesting update from this version, we always guide the client to do a full update instead of a patch update.
That should be able to solve the problem.
There are cases when the static package might have some problem, e.g. missing some important js component - neuron.js.
In which case, there might be issues when applying the patch process in the app side since the original version is wrong.
So we need to have the ability to mark some version of the package as
deprecated, then when there are clients requesting update from this version, we always guide the client to do a full update instead of a patch update.That should be able to solve the problem.