@pnpm/deps.inspection.commands 1100.1.0 → 1100.1.2

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.
@@ -48,7 +48,7 @@ export async function fetchPackageInfo(opts, packageSpec) {
48
48
  throw new PnpmError('UNEXPECTED_304', `Unexpected 304 response for ${packageName}`);
49
49
  }
50
50
  const { meta: metadata } = fetchResult;
51
- const data = pickPackageFromMeta(pickVersionByVersionRange, { preferredVersionSelectors: undefined }, spec, metadata);
51
+ const data = pickPackageFromMeta(pickVersionByVersionRange, { preferredVersionSelectors: undefined }, metadata, spec);
52
52
  if (!data) {
53
53
  throw new PnpmError('PACKAGE_NOT_FOUND', `No matching version found for ${packageName}@${spec.fetchSpec}`);
54
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/deps.inspection.commands",
3
- "version": "1100.1.0",
3
+ "version": "1100.1.2",
4
4
  "description": "The list, ll, why, and outdated commands of pnpm",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -32,27 +32,27 @@
32
32
  "open": "^7.4.2",
33
33
  "ramda": "npm:@pnpm/ramda@0.28.1",
34
34
  "render-help": "^2.0.0",
35
- "@pnpm/cli.command": "1100.0.0",
36
- "@pnpm/cli.utils": "1100.0.1",
37
35
  "@pnpm/cli.common-cli-options-help": "1100.0.0",
36
+ "@pnpm/cli.utils": "1101.0.0",
38
37
  "@pnpm/config.matcher": "1100.0.0",
39
- "@pnpm/deps.inspection.outdated": "1100.0.1",
40
- "@pnpm/deps.inspection.list": "1100.0.1",
41
- "@pnpm/config.reader": "1100.0.1",
38
+ "@pnpm/config.reader": "1101.1.0",
39
+ "@pnpm/deps.inspection.outdated": "1100.0.3",
40
+ "@pnpm/deps.inspection.peers-checker": "1100.0.2",
41
+ "@pnpm/deps.inspection.list": "1100.0.3",
42
42
  "@pnpm/config.pick-registry-for-package": "1100.0.1",
43
- "@pnpm/deps.inspection.peers-checker": "1100.0.1",
44
- "@pnpm/error": "1100.0.0",
45
- "@pnpm/global.commands": "1100.0.1",
43
+ "@pnpm/global.commands": "1100.0.3",
46
44
  "@pnpm/global.packages": "1100.0.1",
45
+ "@pnpm/lockfile.fs": "1100.0.2",
46
+ "@pnpm/cli.command": "1100.0.0",
47
+ "@pnpm/error": "1100.0.0",
47
48
  "@pnpm/installing.modules-yaml": "1100.0.1",
48
- "@pnpm/lockfile.fs": "1100.0.1",
49
- "@pnpm/network.auth-header": "1100.0.1",
50
49
  "@pnpm/network.fetch": "1100.0.1",
51
- "@pnpm/resolving.default-resolver": "1100.0.1",
50
+ "@pnpm/network.auth-header": "1100.0.1",
52
51
  "@pnpm/resolving.registry.types": "1100.0.1",
53
- "@pnpm/resolving.npm-resolver": "1100.0.1",
52
+ "@pnpm/resolving.npm-resolver": "1100.1.0",
53
+ "@pnpm/types": "1101.0.0",
54
54
  "@pnpm/store.path": "1100.0.0",
55
- "@pnpm/types": "1101.0.0"
55
+ "@pnpm/resolving.default-resolver": "1100.0.3"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@pnpm/logger": ">=1001.0.0 <1002.0.0"
@@ -66,12 +66,12 @@
66
66
  "symlink-dir": "^10.0.1",
67
67
  "write-yaml-file": "^6.0.0",
68
68
  "@pnpm/constants": "1100.0.0",
69
- "@pnpm/deps.inspection.commands": "1100.1.0",
70
- "@pnpm/installing.commands": "1100.0.1",
71
- "@pnpm/prepare": "1100.0.1",
69
+ "@pnpm/deps.inspection.commands": "1100.1.2",
72
70
  "@pnpm/test-fixtures": "1100.0.0",
73
- "@pnpm/workspace.projects-filter": "1100.0.1",
74
- "@pnpm/testing.command-defaults": "1100.0.0"
71
+ "@pnpm/prepare": "1100.0.2",
72
+ "@pnpm/installing.commands": "1100.1.1",
73
+ "@pnpm/testing.command-defaults": "1100.0.1",
74
+ "@pnpm/workspace.projects-filter": "1100.0.3"
75
75
  },
76
76
  "engines": {
77
77
  "node": ">=22.13"