@o3r/rules-engine
Version:
This module provides a rule engine that can be executed on your Otter application to customize your application (translations, placeholders and configs) based on a json file generated by your CMS.
16 lines (15 loc) • 540 B
JSON
{
"$schema": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/angular_devkit/schematics/collection-schema.json",
"schematics": {
"migration-v10_0": {
"version": "10.0.0-alpha.0",
"description": "Updates of @o3r/rules-engine to v10.0.*",
"factory": "./schematics/ng-update/index#updateV100"
},
"migration-v11_6": {
"version": "11.6.0-alpha.0",
"description": "Updates of @o3r/rules-engine to v11.6.*",
"factory": "./schematics/ng-update/index#updateV116"
}
}
}