runtime-build package

TypeScript apps use the @journeyapps/runtime-buildarrow-up-right package to evaluate types when building an app. This happens as part of a deploy:

The @journeyapps/runtime-build package is updated periodically - typically when new features are added to the JourneyApps Runtime or when type definitions are updated. The latest available version can be seen on our npmjs pagearrow-up-right.

When upgrading your app's Runtime version it is recommended to also update your app's @journeyapps/runtime-build version:

How to update your app's runtime-build version

This version can be updated in your app's package.json file:

After updating package.json, run the Update yarn.lock > App package action.

circle-info

The use of ^ is recommended to ensure that the @journeyapps/runtime-build version is being updated to the latest minor version when updates to package.json are made. Learn more about Semver ranges herearrow-up-right.

Minimum @journeyapps/runtime-build version per JourneyApps Runtime version

To support all features, the minimum @journeyapps/runtime-build version per major and minor JourneyApps Runtime version is documented in the table below:

JourneyApps Runtime version
@journeyapps/runtime-build version

4.90.*

2.4.7

4.89.*

2.1.9

4.88.*

2.1.8

4.87.*

2.1.5

4.86.*

2.1.5

4.85.*

2.1.5

4.84.16+

2.1.5

4.84.*

2.0.7

Last updated