@nx/devkit 23.2.0-canary.20260722-6a072a2 → 23.2.0-canary.20260724-9c735d4

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.
@@ -3,9 +3,10 @@ import type { PackageJson, PackageJsonDependencySection } from 'nx/src/utils/pac
3
3
  /**
4
4
  * Get the resolved version of a dependency from package.json.
5
5
  *
6
- * Retrieves a package version and automatically resolves PNPM catalog references
7
- * (e.g., "catalog:default") to their actual version strings. By default, searches
8
- * `dependencies` first, then falls back to `devDependencies`.
6
+ * Retrieves a package version and automatically resolves package manager
7
+ * catalog references (e.g., "catalog:default") to their actual version
8
+ * strings. By default, searches `dependencies` first, then falls back to
9
+ * `devDependencies`.
9
10
  *
10
11
  * **Tree-based usage** (generators and migrations):
11
12
  * Use when you have a `Tree` object, which is typical in Nx generators and migrations.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/devkit",
3
- "version": "23.2.0-canary.20260722-6a072a2",
3
+ "version": "23.2.0-canary.20260724-9c735d4",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "files": [
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "jest": "30.3.0",
62
- "nx": "23.2.0-canary.20260722-6a072a2"
62
+ "nx": "23.2.0-canary.20260724-9c735d4"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "nx": ">= 22 <= 24 || ^23.0.0-0"