Avoid chaincode packages picking up dependencies on later v2.x releases,
such as v2.5.x. Later releases may exploit features not compatible with
the v2.2 chaincode container runtime.
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
As the Typescript examples are essentially just reiterations
of the same Javascript code, there is no benefit to having
providing examples in both languages. The functional code
was exactly the same in both languages. On the contrary it
meant we widened the surface of maitainence and thus we are
removing due to the limited benefit provided by the example
chaincode and applications.
Signed-off-by: Brett Logan <brett.t.logan@ibm.com>