@o3r/configuration
Version:
This module contains configuration-related features such as CMS compatibility, Configuration override, store and debugging. It enables your application runtime configuration and comes with an integrated ng builder to help you generate configurations suppo
21 lines (20 loc) • 757 B
JSON
{
"$schema": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/angular_devkit/schematics/collection-schema.json",
"schematics": {
"migration-v10_3": {
"version": "10.3.0-alpha.0",
"description": "Updates of @o3r/configuration to v10.3.*",
"factory": "./schematics/ng-update/v10-3/index#updateV10_3"
},
"migration-v11_6": {
"version": "11.6.0-prerelease.0",
"description": "Updates of @o3r/configuration to v11.6.*",
"factory": "./schematics/ng-update/v11-6/index#updateV116"
},
"migration-v12_0": {
"version": "12.0.0-next.0",
"description": "Updates of @o3r/configuration to v12.0.*",
"factory": "./schematics/ng-update/v12-0/index#updateV12_0"
}
}
}