@nx/devkit 23.1.0-rc.1 → 23.1.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,6 @@ import type { ExecutorContext, Target } from 'nx/src/devkit-exports';
2
2
  /**
3
3
  * Reads and combines options for a given target.
4
4
  *
5
- * Works as if you invoked the target yourself without passing any command lint overrides.
5
+ * Works as if you invoked the target yourself without passing any command line overrides.
6
6
  */
7
7
  export declare function readTargetOptions<T = any>({ project, target, configuration }: Target, context: ExecutorContext): T;
@@ -6,7 +6,7 @@ const devkit_internals_1 = require("nx/src/devkit-internals");
6
6
  /**
7
7
  * Reads and combines options for a given target.
8
8
  *
9
- * Works as if you invoked the target yourself without passing any command lint overrides.
9
+ * Works as if you invoked the target yourself without passing any command line overrides.
10
10
  */
11
11
  function readTargetOptions({ project, target, configuration }, context) {
12
12
  const projectConfiguration = context.projectsConfigurations.projects[project];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/devkit",
3
- "version": "23.1.0-rc.1",
3
+ "version": "23.1.0-rc.3",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "files": [
@@ -61,7 +61,7 @@
61
61
  },
62
62
  "devDependencies": {
63
63
  "jest": "30.3.0",
64
- "nx": "23.1.0-rc.1"
64
+ "nx": "23.1.0-rc.3"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "nx": ">= 22 <= 24 || ^23.0.0-0"