v1.16.0
New in v1.16.0
Change for Support for OmniScript / FlexCards Local Compilation
Instead of using the current package version for local compilation, it will always use the latest version of the compiler.
To change that behavior set the compiler version directly in your job file using:
lwcCompilerVersion: "238"
Additionally setting up the compiler is easier as you can just run npm install:
npm install @vlocity-ins/omniscript-lwc-compiler # or @omnistudio or @vlocity-cme
Then the easiest way to set it up is to add the credentials to an .npmrc
file in the User's home directory of your machine.
@vlocity-ins:registry=https://repo.vlocity.com/repository/vlocity-public/
@vlocity-cme:registry=https://repo.vlocity.com/repository/vlocity-public/
@omnistudio:registry=https://repo.vlocity.com/repository/vlocity-public/
//repo.vlocity.com/repository/vlocity-public/:username=USERNAME
//repo.vlocity.com/repository/vlocity-public/:_password="PASSWORD"