@salesforce/cli 2.9.1 → 2.9.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.
- package/dist/hooks/prerun.js +29 -0
- package/npm-shrinkwrap.json +93 -93
- package/oclif.manifest.json +1 -1
- package/package.json +11 -10
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2023, salesforce.com, inc.
|
|
4
|
+
* All rights reserved.
|
|
5
|
+
* Licensed under the BSD 3-Clause license.
|
|
6
|
+
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
const core_1 = require("@oclif/core");
|
|
10
|
+
// eslint-disable-next-line @typescript-eslint/require-await
|
|
11
|
+
const hook = async function ({ Command, config }) {
|
|
12
|
+
if (process.argv.includes('--json'))
|
|
13
|
+
return;
|
|
14
|
+
const { plugin } = Command;
|
|
15
|
+
if (!plugin)
|
|
16
|
+
return;
|
|
17
|
+
if (plugin.type === 'link')
|
|
18
|
+
return;
|
|
19
|
+
const jitPlugins = config.pjson.oclif.jitPlugins ?? {};
|
|
20
|
+
const deps = config.pjson.dependencies ?? {};
|
|
21
|
+
const specifiedVersion = jitPlugins[plugin.name] ?? deps[plugin.name];
|
|
22
|
+
if (!specifiedVersion)
|
|
23
|
+
return;
|
|
24
|
+
if (plugin.version !== specifiedVersion) {
|
|
25
|
+
core_1.ux.warn(`Plugin ${plugin.name} (${plugin.version}) differs from the version specified by ${config.bin} (${specifiedVersion})`);
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
exports.default = hook;
|
|
29
|
+
//# sourceMappingURL=prerun.js.map
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.9.
|
|
9
|
+
"version": "2.9.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-commands": "2.2.25",
|
|
16
16
|
"@oclif/plugin-help": "5.2.19",
|
|
17
17
|
"@oclif/plugin-not-found": "2.4.1",
|
|
18
|
-
"@oclif/plugin-plugins": "3.
|
|
18
|
+
"@oclif/plugin-plugins": "3.5.0",
|
|
19
19
|
"@oclif/plugin-search": "0.0.22",
|
|
20
20
|
"@oclif/plugin-update": "3.2.3",
|
|
21
21
|
"@oclif/plugin-version": "1.3.10",
|
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
"@salesforce/plugin-apex": "2.3.14",
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.16",
|
|
27
27
|
"@salesforce/plugin-data": "2.5.8",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "1.17.
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "1.17.12",
|
|
29
29
|
"@salesforce/plugin-info": "2.6.40",
|
|
30
30
|
"@salesforce/plugin-limits": "2.3.33",
|
|
31
31
|
"@salesforce/plugin-login": "1.2.29",
|
|
32
|
-
"@salesforce/plugin-marketplace": "0.
|
|
32
|
+
"@salesforce/plugin-marketplace": "0.2.0",
|
|
33
33
|
"@salesforce/plugin-org": "2.10.6",
|
|
34
34
|
"@salesforce/plugin-schema": "2.3.25",
|
|
35
35
|
"@salesforce/plugin-settings": "1.4.28",
|
|
36
36
|
"@salesforce/plugin-sobject": "0.2.6",
|
|
37
37
|
"@salesforce/plugin-source": "2.10.33",
|
|
38
|
-
"@salesforce/plugin-telemetry": "2.3.
|
|
38
|
+
"@salesforce/plugin-telemetry": "2.3.2",
|
|
39
39
|
"@salesforce/plugin-templates": "55.5.11",
|
|
40
|
-
"@salesforce/plugin-trust": "2.6.
|
|
40
|
+
"@salesforce/plugin-trust": "2.6.10",
|
|
41
41
|
"@salesforce/plugin-user": "2.3.32",
|
|
42
42
|
"@salesforce/sf-plugins-core": "3.1.22",
|
|
43
43
|
"debug": "^4.3.4",
|
|
@@ -2563,9 +2563,9 @@
|
|
|
2563
2563
|
}
|
|
2564
2564
|
},
|
|
2565
2565
|
"node_modules/@oclif/plugin-plugins": {
|
|
2566
|
-
"version": "3.
|
|
2567
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.
|
|
2568
|
-
"integrity": "sha512-
|
|
2566
|
+
"version": "3.5.0",
|
|
2567
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.5.0.tgz",
|
|
2568
|
+
"integrity": "sha512-eE1P5jaFLLAeJvs2ilnGIHbxlhr7Z+3qgn/2uQoAGyozbSltAVkRRQ0LGPrGsqiwdgpgSpR2fPcvaskFanKfyA==",
|
|
2569
2569
|
"license": "MIT",
|
|
2570
2570
|
"dependencies": {
|
|
2571
2571
|
"@oclif/core": "^2.11.10",
|
|
@@ -3046,9 +3046,9 @@
|
|
|
3046
3046
|
}
|
|
3047
3047
|
},
|
|
3048
3048
|
"node_modules/@salesforce/core": {
|
|
3049
|
-
"version": "5.2.
|
|
3050
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.
|
|
3051
|
-
"integrity": "sha512-
|
|
3049
|
+
"version": "5.2.7",
|
|
3050
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.7.tgz",
|
|
3051
|
+
"integrity": "sha512-3tRWuPCSx4oTyD00fJUuxhulPMtaEF0BVvNvYcm38Axj/0WeLGOw7CFvoTupmmcCALHJFnxB1Kl20jDvrbB/7w==",
|
|
3052
3052
|
"license": "BSD-3-Clause",
|
|
3053
3053
|
"dependencies": {
|
|
3054
3054
|
"@salesforce/kit": "^3.0.11",
|
|
@@ -3068,7 +3068,7 @@
|
|
|
3068
3068
|
"pino-pretty": "^10.2.0",
|
|
3069
3069
|
"proper-lockfile": "^4.1.2",
|
|
3070
3070
|
"semver": "^7.5.4",
|
|
3071
|
-
"ts-retry-promise": "^0.7.
|
|
3071
|
+
"ts-retry-promise": "^0.7.1"
|
|
3072
3072
|
},
|
|
3073
3073
|
"engines": {
|
|
3074
3074
|
"node": ">=16.0.0"
|
|
@@ -3696,18 +3696,18 @@
|
|
|
3696
3696
|
}
|
|
3697
3697
|
},
|
|
3698
3698
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
3699
|
-
"version": "1.17.
|
|
3700
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.17.
|
|
3701
|
-
"integrity": "sha512-
|
|
3699
|
+
"version": "1.17.12",
|
|
3700
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.17.12.tgz",
|
|
3701
|
+
"integrity": "sha512-R8LqVumWv9uK9xCZiVyctCf8KgjADL/HWyvVImQY6HsgqAaBpXIP40xAqeHXp8sd+rHZrDwB2NoqtuubRgkQyw==",
|
|
3702
3702
|
"license": "BSD-3-Clause",
|
|
3703
3703
|
"dependencies": {
|
|
3704
|
-
"@oclif/core": "^2.
|
|
3704
|
+
"@oclif/core": "^2.15.0",
|
|
3705
3705
|
"@salesforce/apex-node": "^2.1.0",
|
|
3706
|
-
"@salesforce/core": "^5.2.
|
|
3706
|
+
"@salesforce/core": "^5.2.7",
|
|
3707
3707
|
"@salesforce/kit": "^3.0.9",
|
|
3708
|
-
"@salesforce/sf-plugins-core": "^3.1.
|
|
3709
|
-
"@salesforce/source-deploy-retrieve": "^9.7.
|
|
3710
|
-
"@salesforce/source-tracking": "^4.2.
|
|
3708
|
+
"@salesforce/sf-plugins-core": "^3.1.20",
|
|
3709
|
+
"@salesforce/source-deploy-retrieve": "^9.7.10",
|
|
3710
|
+
"@salesforce/source-tracking": "^4.2.12",
|
|
3711
3711
|
"chalk": "^4.1.2",
|
|
3712
3712
|
"shelljs": "^0.8.5",
|
|
3713
3713
|
"tslib": "^2"
|
|
@@ -3773,9 +3773,9 @@
|
|
|
3773
3773
|
}
|
|
3774
3774
|
},
|
|
3775
3775
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
3776
|
-
"version": "0.
|
|
3777
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.
|
|
3778
|
-
"integrity": "sha512-
|
|
3776
|
+
"version": "0.2.0",
|
|
3777
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.2.0.tgz",
|
|
3778
|
+
"integrity": "sha512-CpkqkBWs0c5ltpPHNyIS/mwb41c4fHhmkxzcNppacTevKgu0KCzya24BCsK1xGVR0fHIMU+TySZBRGpTySDTrw==",
|
|
3779
3779
|
"license": "BSD-3-Clause",
|
|
3780
3780
|
"dependencies": {
|
|
3781
3781
|
"@oclif/core": "^2.15.0",
|
|
@@ -4063,15 +4063,15 @@
|
|
|
4063
4063
|
}
|
|
4064
4064
|
},
|
|
4065
4065
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
4066
|
-
"version": "2.3.
|
|
4067
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.
|
|
4068
|
-
"integrity": "sha512-
|
|
4066
|
+
"version": "2.3.2",
|
|
4067
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.2.tgz",
|
|
4068
|
+
"integrity": "sha512-C6lDdnDtFldS+P/lyErjtc/NAJxaZGg0CXqlsKRZEy+TOt+Na2qOlvrxzIn4OVm0bkREExtlQMebVmGJoNOEFg==",
|
|
4069
4069
|
"license": "BSD-3-Clause",
|
|
4070
4070
|
"dependencies": {
|
|
4071
|
-
"@oclif/core": "^2.
|
|
4071
|
+
"@oclif/core": "^2.15.0",
|
|
4072
4072
|
"@salesforce/core": "^5.2.0",
|
|
4073
|
-
"@salesforce/sf-plugins-core": "^3.1.
|
|
4074
|
-
"@salesforce/telemetry": "^4.1.
|
|
4073
|
+
"@salesforce/sf-plugins-core": "^3.1.20",
|
|
4074
|
+
"@salesforce/telemetry": "^4.1.3",
|
|
4075
4075
|
"debug": "^4.3.4",
|
|
4076
4076
|
"tslib": "^2"
|
|
4077
4077
|
},
|
|
@@ -4098,14 +4098,14 @@
|
|
|
4098
4098
|
}
|
|
4099
4099
|
},
|
|
4100
4100
|
"node_modules/@salesforce/plugin-trust": {
|
|
4101
|
-
"version": "2.6.
|
|
4102
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.
|
|
4103
|
-
"integrity": "sha512-
|
|
4101
|
+
"version": "2.6.10",
|
|
4102
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.10.tgz",
|
|
4103
|
+
"integrity": "sha512-aLVIRJyo280sEvyOGvCpAWtsT0YVIbKlOO6Muan2BbwRMmjy6rpFK8/SRgLNz/Mf69qNosQoyozjW9gSZsaByg==",
|
|
4104
4104
|
"license": "BSD-3-Clause",
|
|
4105
4105
|
"dependencies": {
|
|
4106
|
-
"@oclif/core": "^2.
|
|
4106
|
+
"@oclif/core": "^2.15.0",
|
|
4107
4107
|
"@salesforce/core": "^5.2.1",
|
|
4108
|
-
"@salesforce/sf-plugins-core": "^3.1.
|
|
4108
|
+
"@salesforce/sf-plugins-core": "^3.1.22",
|
|
4109
4109
|
"got": "^11",
|
|
4110
4110
|
"npm": "9.6.7",
|
|
4111
4111
|
"npm-run-path": "^4.0.1",
|
|
@@ -4168,9 +4168,9 @@
|
|
|
4168
4168
|
}
|
|
4169
4169
|
},
|
|
4170
4170
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
4171
|
-
"version": "9.7.
|
|
4172
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.
|
|
4173
|
-
"integrity": "sha512-
|
|
4171
|
+
"version": "9.7.10",
|
|
4172
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.10.tgz",
|
|
4173
|
+
"integrity": "sha512-QbMrFq0V3YpHuI0Ad5kmltfs/ocMfms/NUpHr+pWZ5dbeXg7BcQWo3MgrfonzG5AWfSQ9YQs4AjJdQB0CeK+lw==",
|
|
4174
4174
|
"license": "BSD-3-Clause",
|
|
4175
4175
|
"dependencies": {
|
|
4176
4176
|
"@salesforce/core": "^5.2.1",
|
|
@@ -4223,16 +4223,16 @@
|
|
|
4223
4223
|
}
|
|
4224
4224
|
},
|
|
4225
4225
|
"node_modules/@salesforce/telemetry": {
|
|
4226
|
-
"version": "4.1.
|
|
4227
|
-
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-4.1.
|
|
4228
|
-
"integrity": "sha512-
|
|
4226
|
+
"version": "4.1.5",
|
|
4227
|
+
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-4.1.5.tgz",
|
|
4228
|
+
"integrity": "sha512-Xu8tuXYyA7stnc6RNyona4dPaxgKkgVmWsllFzeloaKi89buCIsVmUTnt3sv3ERAHRno83bARMUEeh9tEaZLKw==",
|
|
4229
4229
|
"license": "BSD-3-Clause",
|
|
4230
4230
|
"dependencies": {
|
|
4231
|
-
"@salesforce/core": "^5.2.
|
|
4231
|
+
"@salesforce/core": "^5.2.7",
|
|
4232
4232
|
"@salesforce/ts-types": "^2.0.6",
|
|
4233
4233
|
"applicationinsights": "^2.7.3",
|
|
4234
4234
|
"got": "^11",
|
|
4235
|
-
"proxy-agent": "^6.3.
|
|
4235
|
+
"proxy-agent": "^6.3.1"
|
|
4236
4236
|
},
|
|
4237
4237
|
"engines": {
|
|
4238
4238
|
"node": ">=16.0.0"
|
|
@@ -5599,9 +5599,9 @@
|
|
|
5599
5599
|
}
|
|
5600
5600
|
},
|
|
5601
5601
|
"node_modules/async-listener/node_modules/semver": {
|
|
5602
|
-
"version": "5.7.
|
|
5603
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.
|
|
5604
|
-
"integrity": "sha512-
|
|
5602
|
+
"version": "5.7.2",
|
|
5603
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
|
|
5604
|
+
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
5605
5605
|
"license": "ISC",
|
|
5606
5606
|
"bin": {
|
|
5607
5607
|
"semver": "bin/semver"
|
|
@@ -6744,9 +6744,9 @@
|
|
|
6744
6744
|
}
|
|
6745
6745
|
},
|
|
6746
6746
|
"node_modules/cls-hooked/node_modules/semver": {
|
|
6747
|
-
"version": "5.7.
|
|
6748
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.
|
|
6749
|
-
"integrity": "sha512-
|
|
6747
|
+
"version": "5.7.2",
|
|
6748
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
|
|
6749
|
+
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
6750
6750
|
"license": "ISC",
|
|
6751
6751
|
"bin": {
|
|
6752
6752
|
"semver": "bin/semver"
|
|
@@ -8590,9 +8590,9 @@
|
|
|
8590
8590
|
}
|
|
8591
8591
|
},
|
|
8592
8592
|
"node_modules/eslint-config-oclif-typescript/node_modules/semver": {
|
|
8593
|
-
"version": "5.7.
|
|
8594
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.
|
|
8595
|
-
"integrity": "sha512-
|
|
8593
|
+
"version": "5.7.2",
|
|
8594
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
|
|
8595
|
+
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
8596
8596
|
"dev": true,
|
|
8597
8597
|
"license": "ISC",
|
|
8598
8598
|
"bin": {
|
|
@@ -18339,9 +18339,9 @@
|
|
|
18339
18339
|
}
|
|
18340
18340
|
},
|
|
18341
18341
|
"node_modules/pac-proxy-agent": {
|
|
18342
|
-
"version": "7.0.
|
|
18343
|
-
"resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.
|
|
18344
|
-
"integrity": "sha512-
|
|
18342
|
+
"version": "7.0.1",
|
|
18343
|
+
"resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.1.tgz",
|
|
18344
|
+
"integrity": "sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==",
|
|
18345
18345
|
"license": "MIT",
|
|
18346
18346
|
"dependencies": {
|
|
18347
18347
|
"@tootallnate/quickjs-emscripten": "^0.23.0",
|
|
@@ -18349,9 +18349,9 @@
|
|
|
18349
18349
|
"debug": "^4.3.4",
|
|
18350
18350
|
"get-uri": "^6.0.1",
|
|
18351
18351
|
"http-proxy-agent": "^7.0.0",
|
|
18352
|
-
"https-proxy-agent": "^7.0.
|
|
18352
|
+
"https-proxy-agent": "^7.0.2",
|
|
18353
18353
|
"pac-resolver": "^7.0.0",
|
|
18354
|
-
"socks-proxy-agent": "^8.0.
|
|
18354
|
+
"socks-proxy-agent": "^8.0.2"
|
|
18355
18355
|
},
|
|
18356
18356
|
"engines": {
|
|
18357
18357
|
"node": ">= 14"
|
|
@@ -18383,9 +18383,9 @@
|
|
|
18383
18383
|
}
|
|
18384
18384
|
},
|
|
18385
18385
|
"node_modules/pac-proxy-agent/node_modules/https-proxy-agent": {
|
|
18386
|
-
"version": "7.0.
|
|
18387
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
18388
|
-
"integrity": "sha512-
|
|
18386
|
+
"version": "7.0.2",
|
|
18387
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
|
|
18388
|
+
"integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
|
|
18389
18389
|
"license": "MIT",
|
|
18390
18390
|
"dependencies": {
|
|
18391
18391
|
"agent-base": "^7.0.2",
|
|
@@ -18396,12 +18396,12 @@
|
|
|
18396
18396
|
}
|
|
18397
18397
|
},
|
|
18398
18398
|
"node_modules/pac-proxy-agent/node_modules/socks-proxy-agent": {
|
|
18399
|
-
"version": "8.0.
|
|
18400
|
-
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.
|
|
18401
|
-
"integrity": "sha512-
|
|
18399
|
+
"version": "8.0.2",
|
|
18400
|
+
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz",
|
|
18401
|
+
"integrity": "sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==",
|
|
18402
18402
|
"license": "MIT",
|
|
18403
18403
|
"dependencies": {
|
|
18404
|
-
"agent-base": "^7.0.
|
|
18404
|
+
"agent-base": "^7.0.2",
|
|
18405
18405
|
"debug": "^4.3.4",
|
|
18406
18406
|
"socks": "^2.7.1"
|
|
18407
18407
|
},
|
|
@@ -18646,9 +18646,9 @@
|
|
|
18646
18646
|
}
|
|
18647
18647
|
},
|
|
18648
18648
|
"node_modules/password-prompt/node_modules/semver": {
|
|
18649
|
-
"version": "5.7.
|
|
18650
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.
|
|
18651
|
-
"integrity": "sha512-
|
|
18649
|
+
"version": "5.7.2",
|
|
18650
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
|
|
18651
|
+
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
18652
18652
|
"license": "ISC",
|
|
18653
18653
|
"bin": {
|
|
18654
18654
|
"semver": "bin/semver"
|
|
@@ -19344,19 +19344,19 @@
|
|
|
19344
19344
|
}
|
|
19345
19345
|
},
|
|
19346
19346
|
"node_modules/proxy-agent": {
|
|
19347
|
-
"version": "6.3.
|
|
19348
|
-
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.3.
|
|
19349
|
-
"integrity": "sha512-
|
|
19347
|
+
"version": "6.3.1",
|
|
19348
|
+
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.3.1.tgz",
|
|
19349
|
+
"integrity": "sha512-Rb5RVBy1iyqOtNl15Cw/llpeLH8bsb37gM1FUfKQ+Wck6xHlbAhWGUFiTRHtkjqGTA5pSHz6+0hrPW/oECihPQ==",
|
|
19350
19350
|
"license": "MIT",
|
|
19351
19351
|
"dependencies": {
|
|
19352
19352
|
"agent-base": "^7.0.2",
|
|
19353
19353
|
"debug": "^4.3.4",
|
|
19354
19354
|
"http-proxy-agent": "^7.0.0",
|
|
19355
|
-
"https-proxy-agent": "^7.0.
|
|
19355
|
+
"https-proxy-agent": "^7.0.2",
|
|
19356
19356
|
"lru-cache": "^7.14.1",
|
|
19357
|
-
"pac-proxy-agent": "^7.0.
|
|
19357
|
+
"pac-proxy-agent": "^7.0.1",
|
|
19358
19358
|
"proxy-from-env": "^1.1.0",
|
|
19359
|
-
"socks-proxy-agent": "^8.0.
|
|
19359
|
+
"socks-proxy-agent": "^8.0.2"
|
|
19360
19360
|
},
|
|
19361
19361
|
"engines": {
|
|
19362
19362
|
"node": ">= 14"
|
|
@@ -19388,9 +19388,9 @@
|
|
|
19388
19388
|
}
|
|
19389
19389
|
},
|
|
19390
19390
|
"node_modules/proxy-agent/node_modules/https-proxy-agent": {
|
|
19391
|
-
"version": "7.0.
|
|
19392
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
19393
|
-
"integrity": "sha512-
|
|
19391
|
+
"version": "7.0.2",
|
|
19392
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
|
|
19393
|
+
"integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
|
|
19394
19394
|
"license": "MIT",
|
|
19395
19395
|
"dependencies": {
|
|
19396
19396
|
"agent-base": "^7.0.2",
|
|
@@ -19401,12 +19401,12 @@
|
|
|
19401
19401
|
}
|
|
19402
19402
|
},
|
|
19403
19403
|
"node_modules/proxy-agent/node_modules/socks-proxy-agent": {
|
|
19404
|
-
"version": "8.0.
|
|
19405
|
-
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.
|
|
19406
|
-
"integrity": "sha512-
|
|
19404
|
+
"version": "8.0.2",
|
|
19405
|
+
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz",
|
|
19406
|
+
"integrity": "sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==",
|
|
19407
19407
|
"license": "MIT",
|
|
19408
19408
|
"dependencies": {
|
|
19409
|
-
"agent-base": "^7.0.
|
|
19409
|
+
"agent-base": "^7.0.2",
|
|
19410
19410
|
"debug": "^4.3.4",
|
|
19411
19411
|
"socks": "^2.7.1"
|
|
19412
19412
|
},
|
|
@@ -19677,9 +19677,9 @@
|
|
|
19677
19677
|
}
|
|
19678
19678
|
},
|
|
19679
19679
|
"node_modules/qqjs/node_modules/semver": {
|
|
19680
|
-
"version": "5.7.
|
|
19681
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.
|
|
19682
|
-
"integrity": "sha512-
|
|
19680
|
+
"version": "5.7.2",
|
|
19681
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
|
|
19682
|
+
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
19683
19683
|
"dev": true,
|
|
19684
19684
|
"license": "ISC",
|
|
19685
19685
|
"bin": {
|
|
@@ -20062,9 +20062,9 @@
|
|
|
20062
20062
|
}
|
|
20063
20063
|
},
|
|
20064
20064
|
"node_modules/read-pkg-up/node_modules/semver": {
|
|
20065
|
-
"version": "5.7.
|
|
20066
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.
|
|
20067
|
-
"integrity": "sha512-
|
|
20065
|
+
"version": "5.7.2",
|
|
20066
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
|
|
20067
|
+
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
20068
20068
|
"license": "ISC",
|
|
20069
20069
|
"bin": {
|
|
20070
20070
|
"semver": "bin/semver"
|
|
@@ -20123,9 +20123,9 @@
|
|
|
20123
20123
|
}
|
|
20124
20124
|
},
|
|
20125
20125
|
"node_modules/read-pkg/node_modules/semver": {
|
|
20126
|
-
"version": "5.7.
|
|
20127
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.
|
|
20128
|
-
"integrity": "sha512-
|
|
20126
|
+
"version": "5.7.2",
|
|
20127
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
|
|
20128
|
+
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
20129
20129
|
"dev": true,
|
|
20130
20130
|
"license": "ISC",
|
|
20131
20131
|
"bin": {
|
|
@@ -21935,9 +21935,9 @@
|
|
|
21935
21935
|
}
|
|
21936
21936
|
},
|
|
21937
21937
|
"node_modules/ts-retry-promise": {
|
|
21938
|
-
"version": "0.7.
|
|
21939
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.
|
|
21940
|
-
"integrity": "sha512-
|
|
21938
|
+
"version": "0.7.1",
|
|
21939
|
+
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz",
|
|
21940
|
+
"integrity": "sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==",
|
|
21941
21941
|
"license": "MIT",
|
|
21942
21942
|
"engines": {
|
|
21943
21943
|
"node": ">=6"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
],
|
|
72
72
|
"jitPlugins": {
|
|
73
73
|
"@salesforce/plugin-custom-metadata": "2.2.1",
|
|
74
|
-
"@salesforce/plugin-community": "2.4.
|
|
74
|
+
"@salesforce/plugin-community": "2.4.1",
|
|
75
75
|
"@salesforce/plugin-dev": "1.1.10",
|
|
76
|
-
"@salesforce/plugin-devops-center": "1.1.
|
|
76
|
+
"@salesforce/plugin-devops-center": "1.1.5",
|
|
77
77
|
"@salesforce/plugin-env": "2.1.25",
|
|
78
78
|
"@salesforce/plugin-functions": "1.21.12",
|
|
79
79
|
"@salesforce/plugin-packaging": "1.24.0",
|
|
@@ -88,7 +88,8 @@
|
|
|
88
88
|
"hooks": {
|
|
89
89
|
"command_incomplete": "./dist/hooks/incomplete",
|
|
90
90
|
"plugins:preinstall": "./dist/hooks/pluginsPreinstall.js",
|
|
91
|
-
"update": "./dist/hooks/display-release-notes.js"
|
|
91
|
+
"update": "./dist/hooks/display-release-notes.js",
|
|
92
|
+
"prerun": "./dist/hooks/prerun"
|
|
92
93
|
},
|
|
93
94
|
"update": {
|
|
94
95
|
"s3": {
|
|
@@ -125,7 +126,7 @@
|
|
|
125
126
|
"@oclif/plugin-commands": "2.2.25",
|
|
126
127
|
"@oclif/plugin-help": "5.2.19",
|
|
127
128
|
"@oclif/plugin-not-found": "2.4.1",
|
|
128
|
-
"@oclif/plugin-plugins": "3.
|
|
129
|
+
"@oclif/plugin-plugins": "3.5.0",
|
|
129
130
|
"@oclif/plugin-search": "0.0.22",
|
|
130
131
|
"@oclif/plugin-update": "3.2.3",
|
|
131
132
|
"@oclif/plugin-version": "1.3.10",
|
|
@@ -135,19 +136,19 @@
|
|
|
135
136
|
"@salesforce/plugin-apex": "2.3.14",
|
|
136
137
|
"@salesforce/plugin-auth": "2.8.16",
|
|
137
138
|
"@salesforce/plugin-data": "2.5.8",
|
|
138
|
-
"@salesforce/plugin-deploy-retrieve": "1.17.
|
|
139
|
+
"@salesforce/plugin-deploy-retrieve": "1.17.12",
|
|
139
140
|
"@salesforce/plugin-info": "2.6.40",
|
|
140
141
|
"@salesforce/plugin-limits": "2.3.33",
|
|
141
142
|
"@salesforce/plugin-login": "1.2.29",
|
|
142
|
-
"@salesforce/plugin-marketplace": "0.
|
|
143
|
+
"@salesforce/plugin-marketplace": "0.2.0",
|
|
143
144
|
"@salesforce/plugin-org": "2.10.6",
|
|
144
145
|
"@salesforce/plugin-schema": "2.3.25",
|
|
145
146
|
"@salesforce/plugin-settings": "1.4.28",
|
|
146
147
|
"@salesforce/plugin-sobject": "0.2.6",
|
|
147
148
|
"@salesforce/plugin-source": "2.10.33",
|
|
148
|
-
"@salesforce/plugin-telemetry": "2.3.
|
|
149
|
+
"@salesforce/plugin-telemetry": "2.3.2",
|
|
149
150
|
"@salesforce/plugin-templates": "55.5.11",
|
|
150
|
-
"@salesforce/plugin-trust": "2.6.
|
|
151
|
+
"@salesforce/plugin-trust": "2.6.10",
|
|
151
152
|
"@salesforce/plugin-user": "2.3.32",
|
|
152
153
|
"@salesforce/sf-plugins-core": "3.1.22",
|
|
153
154
|
"debug": "^4.3.4",
|
|
@@ -187,7 +188,7 @@
|
|
|
187
188
|
"resolutions": {
|
|
188
189
|
"@salesforce/schemas": "1.6.0",
|
|
189
190
|
"@salesforce/templates": "59.0.1",
|
|
190
|
-
"@salesforce/source-deploy-retrieve": "9.7.
|
|
191
|
+
"@salesforce/source-deploy-retrieve": "9.7.10",
|
|
191
192
|
"@salesforce/source-tracking": "4.2.12"
|
|
192
193
|
},
|
|
193
194
|
"repository": "salesforcecli/cli",
|