@nx/devkit
Advanced tools
Comparing version 16.6.0-beta.2 to 16.6.0-beta.3
{ | ||
"name": "@nx/devkit", | ||
"version": "16.6.0-beta.2", | ||
"version": "16.6.0-beta.3", | ||
"private": false, | ||
@@ -31,3 +31,3 @@ "description": "The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more.", | ||
"dependencies": { | ||
"@nrwl/devkit": "16.6.0-beta.2", | ||
"@nrwl/devkit": "16.6.0-beta.3", | ||
"ejs": "^3.1.7", | ||
@@ -49,3 +49,3 @@ "ignore": "^5.0.4", | ||
"types": "./index.d.ts", | ||
"gitHead": "c3d31711b71d648cedeff688fce9334d393b586b" | ||
"gitHead": "cd8c61d7a3b8ab9bc7bab068f5ca49bbf14abbf5" | ||
} |
@@ -7,3 +7,3 @@ "use strict"; | ||
const nx_1 = require("../../nx"); | ||
const { Workspaces } = (0, nx_1.requireNx)(); | ||
const { Workspaces, getExecutorInformation } = (0, nx_1.requireNx)(); | ||
/** | ||
@@ -20,3 +20,3 @@ * Reads and combines options for a given target. | ||
const [nodeModule, executorName] = targetConfiguration.executor.split(':'); | ||
const { schema } = ws.readExecutor(nodeModule, executorName); | ||
const { schema } = getExecutorInformation(nodeModule, executorName, context.root); | ||
const defaultProject = ws.calculateDefaultProjectName(context.cwd, { version: 2, projects: context.projectsConfigurations.projects }, context.nxJsonConfiguration); | ||
@@ -23,0 +23,0 @@ return (0, params_1.combineOptionsForExecutor)({}, (_a = configuration !== null && configuration !== void 0 ? configuration : targetConfiguration.defaultConfiguration) !== null && _a !== void 0 ? _a : '', targetConfiguration, schema, defaultProject, ws.relativeCwd(context.cwd)); |
174147
+ Added@nrwl/devkit@16.6.0-beta.3(transitive)
- Removed@nrwl/devkit@16.6.0-beta.2(transitive)
Updated@nrwl/devkit@16.6.0-beta.3