webapp and cli new installs are breaking because of @injectivelabs. @injectivelabs packages had some updates which caused some of the functions/types/paths to break. Fixing versions will prevent any breaking peer dependencies to get added while using andrjs.
Implementation
Fixed versions of @injectivelabs package in package.json
Added ts-node-dev and fixed dev runtime script to resolve path. This update only affect devx and doesn't modify anything in package itself
Testing
Tested wallet connect in cli and webapp with local package of andrjs from the build of this pr.
Motivation
webapp and cli new installs are breaking because of
@injectivelabs
.@injectivelabs
packages had some updates which caused some of the functions/types/paths to break. Fixing versions will prevent any breaking peer dependencies to get added while using andrjs.Implementation
@injectivelabs
package in package.jsonTesting