mirror of https://github.com/abpframework/abp.git
6 changed files with 50 additions and 47 deletions
@ -1,25 +1,20 @@ |
|||||
{ |
{ |
||||
"migrations": [ |
"migrations": [ |
||||
{ |
{ |
||||
"version": "16.0.0", |
"cli": "nx", |
||||
"factory": "./update-16/remove-default-project-option", |
"version": "16.2.0-beta.0", |
||||
"description": "Remove 'defaultProject' option from workspace configuration. The project to use will be determined from the current working directory.", |
"description": "Remove outputPath from run commands", |
||||
"package": "@angular/cli", |
"implementation": "./src/migrations/update-16-2-0/remove-run-commands-output-path", |
||||
"name": "remove-default-project-option" |
"package": "nx", |
||||
|
"name": "16.2.0-remove-output-path-from-run-commands" |
||||
}, |
}, |
||||
{ |
{ |
||||
"version": "16.0.0", |
"cli": "nx", |
||||
"factory": "./update-16/replace-default-collection-option", |
"version": "16.2.0-beta.0", |
||||
"description": "Replace removed 'defaultCollection' option in workspace configuration with 'schematicCollections'.", |
"description": "Normalize tsconfig.cy.json files to be located at '<projectRoot>/cypress/tsconfig.json'", |
||||
"package": "@angular/cli", |
"implementation": "./src/migrations/update-16-2-0/update-cy-tsconfig", |
||||
"name": "replace-default-collection-option" |
"package": "@nx/cypress", |
||||
}, |
"name": "update-16-2-0-normalize-tsconfigs" |
||||
{ |
|
||||
"version": "16.0.0", |
|
||||
"factory": "./update-16/update-server-builder-config", |
|
||||
"description": "Update the '@angular-devkit/build-angular:server' builder configuration to disable 'buildOptimizer' for non optimized builds.", |
|
||||
"package": "@angular/cli", |
|
||||
"name": "update-server-builder-config" |
|
||||
} |
} |
||||
] |
] |
||||
} |
} |
||||
|
|||||
@ -0,0 +1,6 @@ |
|||||
|
{ |
||||
|
"name": "@abp/nx.generators", |
||||
|
"version": "7.3.0-preview20230530", |
||||
|
"type": "commonjs", |
||||
|
"generators": "./generators.json" |
||||
|
} |
||||
Loading…
Reference in new issue