@pnpm/deps.inspection.commands 1100.3.0 → 1100.3.1
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.
- package/lib/fetchPackageInfo.js +1 -1
- package/package.json +27 -26
package/lib/fetchPackageInfo.js
CHANGED
|
@@ -28,7 +28,7 @@ export async function fetchPackageInfo(opts, packageSpec) {
|
|
|
28
28
|
};
|
|
29
29
|
const registry = pickRegistryForPackage(opts.registries, packageName);
|
|
30
30
|
const fetchFromRegistry = createFetchFromRegistry(opts);
|
|
31
|
-
const getAuthHeader = createGetAuthHeaderByURI(opts.configByUri ?? {}
|
|
31
|
+
const getAuthHeader = createGetAuthHeaderByURI(opts.configByUri ?? {});
|
|
32
32
|
const fetchResult = await fetchMetadataFromFromRegistry({
|
|
33
33
|
fetch: fetchFromRegistry,
|
|
34
34
|
retry: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/deps.inspection.commands",
|
|
3
|
-
"version": "1100.3.
|
|
3
|
+
"version": "1100.3.1",
|
|
4
4
|
"description": "The list, ll, why, and outdated commands of pnpm",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -28,36 +28,36 @@
|
|
|
28
28
|
"@pnpm/npm-package-arg": "^2.0.0",
|
|
29
29
|
"@pnpm/semver-diff": "^2.0.0",
|
|
30
30
|
"@zkochan/table": "^2.0.1",
|
|
31
|
-
"chalk": "^5.6.
|
|
31
|
+
"chalk": "^5.6.2",
|
|
32
32
|
"hosted-git-info": "npm:@pnpm/hosted-git-info@1.0.0",
|
|
33
33
|
"open": "^7.4.2",
|
|
34
34
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
35
35
|
"render-help": "^2.0.0",
|
|
36
|
-
"@pnpm/cli.command": "1100.0.1",
|
|
37
|
-
"@pnpm/cli.utils": "1101.0.7",
|
|
38
36
|
"@pnpm/cli.common-cli-options-help": "1100.0.1",
|
|
37
|
+
"@pnpm/cli.command": "1100.0.1",
|
|
39
38
|
"@pnpm/config.matcher": "1100.0.1",
|
|
40
|
-
"@pnpm/config.
|
|
41
|
-
"@pnpm/
|
|
42
|
-
"@pnpm/
|
|
43
|
-
"@pnpm/deps.inspection.outdated": "1100.1.
|
|
44
|
-
"@pnpm/
|
|
45
|
-
"@pnpm/deps.inspection.peers-issues-renderer": "1100.0.
|
|
39
|
+
"@pnpm/config.reader": "1101.4.1",
|
|
40
|
+
"@pnpm/cli.utils": "1101.0.8",
|
|
41
|
+
"@pnpm/deps.inspection.list": "1100.0.14",
|
|
42
|
+
"@pnpm/deps.inspection.outdated": "1100.1.3",
|
|
43
|
+
"@pnpm/config.pick-registry-for-package": "1100.0.6",
|
|
44
|
+
"@pnpm/deps.inspection.peers-issues-renderer": "1100.0.3",
|
|
45
|
+
"@pnpm/deps.inspection.peers-checker": "1100.0.11",
|
|
46
|
+
"@pnpm/global.commands": "1100.0.22",
|
|
46
47
|
"@pnpm/error": "1100.0.0",
|
|
47
|
-
"@pnpm/global.
|
|
48
|
-
"@pnpm/
|
|
49
|
-
"@pnpm/lockfile.fs": "1100.1.
|
|
50
|
-
"@pnpm/
|
|
51
|
-
"@pnpm/
|
|
52
|
-
"@pnpm/network.fetch": "1100.0.
|
|
53
|
-
"@pnpm/resolving.
|
|
54
|
-
"@pnpm/
|
|
48
|
+
"@pnpm/global.packages": "1100.0.5",
|
|
49
|
+
"@pnpm/installing.modules-yaml": "1100.0.6",
|
|
50
|
+
"@pnpm/lockfile.fs": "1100.1.2",
|
|
51
|
+
"@pnpm/network.auth-header": "1101.0.0",
|
|
52
|
+
"@pnpm/resolving.default-resolver": "1100.3.3",
|
|
53
|
+
"@pnpm/network.fetch": "1100.0.7",
|
|
54
|
+
"@pnpm/resolving.npm-resolver": "1101.3.3",
|
|
55
|
+
"@pnpm/types": "1101.2.0",
|
|
55
56
|
"@pnpm/store.path": "1100.0.1",
|
|
56
|
-
"@pnpm/types": "
|
|
57
|
-
"@pnpm/resolving.registry.types": "1100.0.4"
|
|
57
|
+
"@pnpm/resolving.registry.types": "1100.0.5"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@pnpm/logger": "
|
|
60
|
+
"@pnpm/logger": "^1001.0.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@jest/globals": "30.3.0",
|
|
@@ -68,13 +68,14 @@
|
|
|
68
68
|
"execa": "npm:safe-execa@0.3.0",
|
|
69
69
|
"symlink-dir": "^10.0.1",
|
|
70
70
|
"write-yaml-file": "^6.0.0",
|
|
71
|
+
"@pnpm/deps.inspection.commands": "1100.3.1",
|
|
72
|
+
"@pnpm/prepare": "1100.0.11",
|
|
73
|
+
"@pnpm/installing.commands": "1100.6.0",
|
|
74
|
+
"@pnpm/testing.command-defaults": "1100.0.1",
|
|
71
75
|
"@pnpm/constants": "1100.0.0",
|
|
72
|
-
"@pnpm/prepare": "1100.0.10",
|
|
73
|
-
"@pnpm/installing.commands": "1100.5.0",
|
|
74
|
-
"@pnpm/deps.inspection.commands": "1100.3.0",
|
|
75
76
|
"@pnpm/test-fixtures": "1100.0.0",
|
|
76
|
-
"@pnpm/testing.
|
|
77
|
-
"@pnpm/workspace.projects-filter": "1100.0.
|
|
77
|
+
"@pnpm/testing.registry-mock": "1100.0.1",
|
|
78
|
+
"@pnpm/workspace.projects-filter": "1100.0.16"
|
|
78
79
|
},
|
|
79
80
|
"engines": {
|
|
80
81
|
"node": ">=22.13"
|