UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

107 lines (106 loc) 3.6 kB
{ "schematics": { "add-target-dependencies": { "version": "12.5.0-beta.1", "description": "Rename the workspace-schematic script into workspace-generator script", "factory": "./src/migrations/update-12-5-0/add-target-dependencies", "cli": "nx" }, "set-default-base-if-not-set": { "version": "13.0.0-beta.1", "description": "Add default base to nx.json if its not currently set", "factory": "./src/migrations/update-13-0-0/set-default-base-if-not-set", "cli": "nx" }, "13-0-0-config-locations": { "version": "13.0.0-beta.4", "description": "Move global settings into nx.json, and project specific settings into workspace.json", "cli": "nx", "implementation": "./src/migrations/update-13-0-0/config-locations/config-locations" }, "set-parallel-default": { "version": "13.2.0", "description": "Set --parallel=1 for existing repos to preserve the existing behavior", "cli": "nx", "implementation": "./src/migrations/update-13-2-0/set-parallel-default" }, "13-3-0-tsc-location": { "version": "13.3.0-beta.0", "description": "@nrwl/workspace:tsc is now @nrwl/js:tsc", "cli": "nx", "implementation": "./src/migrations/update-13-3-0/update-tsc-executor-location" }, "13-6-0-remove-old-task-runner-options": { "version": "13.6.0-beta.0", "description": "Remove old options that are no longer used", "cli": "nx", "implementation": "./src/migrations/update-13-6-0/remove-old-task-runner-options" }, "13-9-0-replace-tao-with-nx": { "version": "13.9.0-beta.0", "description": "Replace @nrwl/tao with nx", "cli": "nx", "implementation": "./src/migrations/update-13-9-0/replace-tao-with-nx" }, "13-10-0-update-decorate-cli": { "version": "13.10.0-beta.0", "description": "Update the decorate-angular-cli script to require nx instead of @nrwl/cli", "cli": "nx", "implementation": "./src/migrations/update-13-10-0/update-decorate-cli" }, "13-10-0-update-tasks-runner": { "version": "13.10.0-beta.0", "description": "Update the tasks runner property to import it from the nx package instead of @nrwl/worksapce", "cli": "nx", "implementation": "./src/migrations/update-13-10-0/update-tasks-runner" }, "14-0-0-change-nx-json-presets": { "version": "14.0.0-beta.0", "description": "Changes the presets in nx.json to come from the nx package", "cli": "nx", "implementation": "./src/migrations/update-14-0-0/change-nx-json-presets" }, "14-0-0-change-npm-script-executor": { "version": "14.0.0-beta.0", "description": "Migrates from @nrwl/workspace:run-script to nx:run-script", "cli": "nx", "implementation": "./src/migrations/update-14-0-0/change-npm-script-executor" } }, "packageJsonUpdates": { "12.5.0": { "version": "12.5.0", "packages": { "prettier": { "version": "^2.3.1", "alwaysAddToPackageJson": false } } }, "12.6.0": { "version": "12.6.0-beta.8", "packages": { "typescript": { "version": "~4.3.5" } } }, "12.7.0": { "version": "12.7.0-beta.0", "packages": { "dotenv": { "version": "~10.0.0" } } }, "13.5.0": { "version": "13.5.0", "packages": { "prettier": { "version": "^2.5.1", "alwaysAddToPackageJson": false } } } } }