If you're installing MTE using the private Eclypses NPM registry, you may use the following commands to specify the version of MTE you're downloading.
- npm i mte@npm:@eclypses/[my-mte-library]
- Downloads the latest version; currently v4.0.0.
- npm i mte@npm:@eclypses/[my-mte-library]@^3
- Downloads the latest v3 version; v3.1.2
- npm view @eclypses/[my-mte-library] versions
- Returns a list of all available version of your package.
Note: Before sending CLI commands to the Eclypses NPM registry, ensure you are in a directory with an .npmrc file with credentials for the Eclypses NPM registry. If you don't have this, you can find it in the Eclypses Developer Portal, on the page for your specific configuration.
A few things to consider:
- MTE Relay v3 does work with MTE v4!
- Your MTE v4 library has a different license key so you will have to update the license key in your code (if you choose to upgrade to v4).