MyRepo-Ums/node_modules/@schematics/angular/migrations/migration-collection.json

20 lines
671 B
JSON
Raw Normal View History

2024-01-19 10:09:11 +00:00
{
"schematics": {
"replace-nguniversal-builders": {
"version": "17.0.0",
"factory": "./update-17/replace-nguniversal-builders",
"description": "Replace usages of '@nguniversal/builders' with '@angular-devkit/build-angular'."
},
"replace-nguniversal-engines": {
"version": "17.0.0",
"factory": "./update-17/replace-nguniversal-engines",
"description": "Replace usages of '@nguniversal/' packages with '@angular/ssr'."
},
"update-workspace-config": {
"version": "17.0.0",
"factory": "./update-17/update-workspace-config",
"description": "Replace deprecated options in 'angular.json'."
}
}
}