@pnpm/releasing.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/publish/publishPackedPkg.js +0 -6
- package/lib/stage/context.js +1 -1
- package/package.json +40 -40
|
@@ -165,12 +165,6 @@ function findRegistryInfo({ name }, { configByUri, registries }, publishConfigRe
|
|
|
165
165
|
// TLS from longer path individually overrides shorter path
|
|
166
166
|
tls = { ...entry.tls, ...tls };
|
|
167
167
|
}
|
|
168
|
-
const isDefaultRegistry = nonNormalizedRegistry === registries.default ||
|
|
169
|
-
registry === registries.default ||
|
|
170
|
-
registry === parseSupportedRegistryUrl(registries.default)?.normalizedUrl;
|
|
171
|
-
if (isDefaultRegistry) {
|
|
172
|
-
creds ??= configByUri['']?.creds;
|
|
173
|
-
}
|
|
174
168
|
return {
|
|
175
169
|
registry,
|
|
176
170
|
config: { creds, tls },
|
package/lib/stage/context.js
CHANGED
|
@@ -4,7 +4,7 @@ import { createFetchFromRegistry } from '@pnpm/network.fetch';
|
|
|
4
4
|
const DEFAULT_REGISTRY = 'https://registry.npmjs.org/';
|
|
5
5
|
export function createStageContext(opts, packageName) {
|
|
6
6
|
const registry = getStageRegistry(opts, packageName);
|
|
7
|
-
const getAuthHeaderByUri = createGetAuthHeaderByURI(opts.configByUri ?? {}
|
|
7
|
+
const getAuthHeaderByUri = createGetAuthHeaderByURI(opts.configByUri ?? {});
|
|
8
8
|
return {
|
|
9
9
|
opts,
|
|
10
10
|
registry,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/releasing.commands",
|
|
3
|
-
"version": "1100.3.
|
|
3
|
+
"version": "1100.3.1",
|
|
4
4
|
"description": "Commands for deploy, pack, and publish",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -27,59 +27,59 @@
|
|
|
27
27
|
"@pnpm/npm-package-arg": "^2.0.0",
|
|
28
28
|
"@types/normalize-path": "^3.0.2",
|
|
29
29
|
"@zkochan/rimraf": "^4.0.0",
|
|
30
|
-
"chalk": "^5.6.
|
|
31
|
-
"ci-info": "^4.
|
|
32
|
-
"detect-libc": "^2.
|
|
30
|
+
"chalk": "^5.6.2",
|
|
31
|
+
"ci-info": "^4.4.0",
|
|
32
|
+
"detect-libc": "^2.1.2",
|
|
33
33
|
"enquirer": "^2.4.1",
|
|
34
34
|
"execa": "npm:safe-execa@0.3.0",
|
|
35
35
|
"libnpmpublish": "^11.2.0",
|
|
36
36
|
"normalize-path": "^3.0.0",
|
|
37
37
|
"normalize-registry-url": "2.0.1",
|
|
38
38
|
"p-filter": "^4.1.0",
|
|
39
|
-
"p-limit": "^7.
|
|
39
|
+
"p-limit": "^7.3.0",
|
|
40
40
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
41
41
|
"realpath-missing": "^2.0.0",
|
|
42
42
|
"render-help": "^2.0.0",
|
|
43
|
-
"semver": "^7.
|
|
44
|
-
"tar-stream": "^3.
|
|
43
|
+
"semver": "^7.8.1",
|
|
44
|
+
"tar-stream": "^3.2.0",
|
|
45
45
|
"tempy": "3.0.0",
|
|
46
|
-
"tinyglobby": "^0.2.
|
|
46
|
+
"tinyglobby": "^0.2.16",
|
|
47
47
|
"validate-npm-package-name": "7.0.2",
|
|
48
48
|
"write-json-file": "^7.0.0",
|
|
49
49
|
"write-yaml-file": "^6.0.0",
|
|
50
|
-
"@pnpm/bins.resolver": "1100.0.4",
|
|
51
50
|
"@pnpm/catalogs.types": "1100.0.0",
|
|
51
|
+
"@pnpm/cli.utils": "1101.0.8",
|
|
52
52
|
"@pnpm/cli.common-cli-options-help": "1100.0.1",
|
|
53
|
-
"@pnpm/
|
|
54
|
-
"@pnpm/config.
|
|
55
|
-
"@pnpm/
|
|
56
|
-
"@pnpm/deps.path": "1100.0.4",
|
|
53
|
+
"@pnpm/config.reader": "1101.4.1",
|
|
54
|
+
"@pnpm/config.pick-registry-for-package": "1100.0.6",
|
|
55
|
+
"@pnpm/deps.path": "1100.0.5",
|
|
57
56
|
"@pnpm/constants": "1100.0.0",
|
|
58
|
-
"@pnpm/engine.runtime.commands": "1100.0.17",
|
|
59
|
-
"@pnpm/engine.runtime.node-resolver": "1101.1.1",
|
|
60
57
|
"@pnpm/error": "1100.0.0",
|
|
61
|
-
"@pnpm/exec.lifecycle": "1100.0.
|
|
58
|
+
"@pnpm/exec.lifecycle": "1100.0.14",
|
|
62
59
|
"@pnpm/exec.pnpm-cli-runner": "1100.0.1",
|
|
63
|
-
"@pnpm/
|
|
64
|
-
"@pnpm/
|
|
65
|
-
"@pnpm/fs.
|
|
60
|
+
"@pnpm/engine.runtime.commands": "1100.1.0",
|
|
61
|
+
"@pnpm/bins.resolver": "1100.0.5",
|
|
62
|
+
"@pnpm/fs.indexed-pkg-importer": "1100.0.10",
|
|
63
|
+
"@pnpm/fetching.directory-fetcher": "1100.0.13",
|
|
64
|
+
"@pnpm/installing.client": "1100.2.3",
|
|
65
|
+
"@pnpm/engine.runtime.node-resolver": "1101.1.2",
|
|
66
66
|
"@pnpm/fs.packlist": "1100.0.1",
|
|
67
|
-
"@pnpm/
|
|
68
|
-
"@pnpm/installing.commands": "1100.
|
|
69
|
-
"@pnpm/lockfile.
|
|
70
|
-
"@pnpm/lockfile.
|
|
71
|
-
"@pnpm/network.fetch": "1100.0.
|
|
72
|
-
"@pnpm/network.auth-header": "1100.0.3",
|
|
67
|
+
"@pnpm/fs.is-empty-dir-or-nothing": "1100.0.0",
|
|
68
|
+
"@pnpm/installing.commands": "1100.6.0",
|
|
69
|
+
"@pnpm/lockfile.types": "1100.0.8",
|
|
70
|
+
"@pnpm/lockfile.fs": "1100.1.2",
|
|
71
|
+
"@pnpm/network.fetch": "1100.0.7",
|
|
73
72
|
"@pnpm/network.git-utils": "1100.0.1",
|
|
74
|
-
"@pnpm/releasing.exportable-manifest": "1100.1.0",
|
|
75
|
-
"@pnpm/resolving.resolver-base": "1100.3.0",
|
|
76
73
|
"@pnpm/network.web-auth": "1101.0.0",
|
|
77
|
-
"@pnpm/
|
|
78
|
-
"@pnpm/
|
|
79
|
-
"@pnpm/
|
|
74
|
+
"@pnpm/releasing.exportable-manifest": "1100.1.1",
|
|
75
|
+
"@pnpm/network.auth-header": "1101.0.0",
|
|
76
|
+
"@pnpm/resolving.resolver-base": "1100.3.1",
|
|
77
|
+
"@pnpm/types": "1101.2.0",
|
|
78
|
+
"@pnpm/workspace.projects-filter": "1100.0.16",
|
|
79
|
+
"@pnpm/workspace.projects-sorter": "1100.0.4"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
|
-
"@pnpm/logger": "
|
|
82
|
+
"@pnpm/logger": "^1001.0.1"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@jest/globals": "30.3.0",
|
|
@@ -93,22 +93,22 @@
|
|
|
93
93
|
"@types/tar": "^7.0.87",
|
|
94
94
|
"@types/tar-stream": "^3.1.4",
|
|
95
95
|
"@types/validate-npm-package-name": "^4.0.2",
|
|
96
|
-
"ci-info": "^4.
|
|
96
|
+
"ci-info": "^4.4.0",
|
|
97
97
|
"cross-spawn": "^7.0.6",
|
|
98
98
|
"is-windows": "^1.0.2",
|
|
99
99
|
"load-json-file": "^7.0.1",
|
|
100
|
-
"tar": "^7.5.
|
|
101
|
-
"undici": "^7.
|
|
100
|
+
"tar": "^7.5.15",
|
|
101
|
+
"undici": "^7.26.0",
|
|
102
102
|
"write-yaml-file": "^6.0.0",
|
|
103
|
-
"@pnpm/assert-project": "1100.0.
|
|
103
|
+
"@pnpm/assert-project": "1100.0.11",
|
|
104
|
+
"@pnpm/hooks.pnpmfile": "1100.0.11",
|
|
104
105
|
"@pnpm/logger": "1100.0.0",
|
|
105
|
-
"@pnpm/
|
|
106
|
-
"@pnpm/releasing.commands": "1100.3.0",
|
|
107
|
-
"@pnpm/testing.command-defaults": "1100.0.1",
|
|
108
|
-
"@pnpm/test-ipc-server": "1100.0.0",
|
|
106
|
+
"@pnpm/releasing.commands": "1100.3.1",
|
|
109
107
|
"@pnpm/test-fixtures": "1100.0.0",
|
|
110
108
|
"@pnpm/catalogs.config": "1100.0.0",
|
|
111
|
-
"@pnpm/prepare": "1100.0.
|
|
109
|
+
"@pnpm/prepare": "1100.0.11",
|
|
110
|
+
"@pnpm/test-ipc-server": "1100.0.0",
|
|
111
|
+
"@pnpm/testing.command-defaults": "1100.0.1"
|
|
112
112
|
},
|
|
113
113
|
"engines": {
|
|
114
114
|
"node": ">=22.13"
|