runtime-build package
Last updated
Last updated
TypeScript apps use the 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 .
When upgrading your app's it is recommended to also update your app's @journeyapps/runtime-build
version:
runtime-build
versionThis version can be updated in your app's package.json
file:
After updating package.json
, run the Update yarn.lock > App package action.
@journeyapps/runtime-build
version per JourneyApps Runtime versionTo support all features, the minimum @journeyapps/runtime-build
version per major and minor JourneyApps Runtime version is documented in the table below:
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
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 .