@salesforce/cli 2.38.4 → 2.38.5
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/README.md +75 -75
- package/npm-shrinkwrap.json +2171 -1976
- package/oclif.lock +1469 -1290
- package/oclif.manifest.json +1 -1
- package/package.json +25 -27
- package/scripts/post-install-release-notes.js +0 -44
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.38.
|
|
4
|
+
"version": "2.38.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"/npm-shrinkwrap.json",
|
|
21
21
|
"/oclif.lock",
|
|
22
22
|
"/oclif.manifest.json",
|
|
23
|
-
"/scripts/post-install-release-notes.js",
|
|
24
23
|
"/scripts/preinstall.js",
|
|
25
24
|
"/theme.json"
|
|
26
25
|
],
|
|
@@ -76,13 +75,13 @@
|
|
|
76
75
|
"@salesforce/plugin-user"
|
|
77
76
|
],
|
|
78
77
|
"jitPlugins": {
|
|
79
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
80
|
-
"@salesforce/plugin-community": "3.2.
|
|
78
|
+
"@salesforce/plugin-custom-metadata": "3.3.1",
|
|
79
|
+
"@salesforce/plugin-community": "3.2.3",
|
|
81
80
|
"@salesforce/plugin-dev": "2.3.0",
|
|
82
81
|
"@salesforce/plugin-devops-center": "1.2.9",
|
|
83
|
-
"@salesforce/plugin-env": "3.0.
|
|
82
|
+
"@salesforce/plugin-env": "3.0.28",
|
|
84
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
85
|
-
"@salesforce/plugin-signups": "2.2.
|
|
84
|
+
"@salesforce/plugin-signups": "2.2.1",
|
|
86
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.0",
|
|
87
86
|
"@salesforce/sfdx-scanner": "3.23.0"
|
|
88
87
|
},
|
|
@@ -140,37 +139,37 @@
|
|
|
140
139
|
},
|
|
141
140
|
"dependencies": {
|
|
142
141
|
"@inquirer/select": "^1.3.1",
|
|
143
|
-
"@oclif/core": "3.26.
|
|
144
|
-
"@oclif/plugin-autocomplete": "3.0.
|
|
145
|
-
"@oclif/plugin-commands": "3.3.
|
|
146
|
-
"@oclif/plugin-help": "6.0.
|
|
147
|
-
"@oclif/plugin-not-found": "3.1.
|
|
148
|
-
"@oclif/plugin-plugins": "5.0.
|
|
149
|
-
"@oclif/plugin-search": "1.0.
|
|
150
|
-
"@oclif/plugin-update": "4.2.
|
|
151
|
-
"@oclif/plugin-version": "2.0.
|
|
142
|
+
"@oclif/core": "3.26.3",
|
|
143
|
+
"@oclif/plugin-autocomplete": "3.0.15",
|
|
144
|
+
"@oclif/plugin-commands": "3.3.1",
|
|
145
|
+
"@oclif/plugin-help": "6.0.21",
|
|
146
|
+
"@oclif/plugin-not-found": "3.1.4",
|
|
147
|
+
"@oclif/plugin-plugins": "5.0.10",
|
|
148
|
+
"@oclif/plugin-search": "1.0.22",
|
|
149
|
+
"@oclif/plugin-update": "4.2.6",
|
|
150
|
+
"@oclif/plugin-version": "2.0.17",
|
|
152
151
|
"@oclif/plugin-warn-if-update-available": "3.0.15",
|
|
153
152
|
"@oclif/plugin-which": "3.1.7",
|
|
154
153
|
"@salesforce/core": "^7.2.0",
|
|
155
154
|
"@salesforce/kit": "^3.1.0",
|
|
156
155
|
"@salesforce/plugin-apex": "3.1.5",
|
|
157
156
|
"@salesforce/plugin-auth": "3.6.1",
|
|
158
|
-
"@salesforce/plugin-data": "3.3.
|
|
157
|
+
"@salesforce/plugin-data": "3.3.1",
|
|
159
158
|
"@salesforce/plugin-deploy-retrieve": "3.6.2",
|
|
160
|
-
"@salesforce/plugin-info": "3.2.
|
|
161
|
-
"@salesforce/plugin-limits": "3.3.
|
|
162
|
-
"@salesforce/plugin-marketplace": "1.2.
|
|
163
|
-
"@salesforce/plugin-org": "4.1.
|
|
159
|
+
"@salesforce/plugin-info": "3.2.1",
|
|
160
|
+
"@salesforce/plugin-limits": "3.3.3",
|
|
161
|
+
"@salesforce/plugin-marketplace": "1.2.1",
|
|
162
|
+
"@salesforce/plugin-org": "4.1.1",
|
|
164
163
|
"@salesforce/plugin-packaging": "2.4.0",
|
|
165
|
-
"@salesforce/plugin-schema": "3.3.
|
|
164
|
+
"@salesforce/plugin-schema": "3.3.3",
|
|
166
165
|
"@salesforce/plugin-settings": "2.2.1",
|
|
167
|
-
"@salesforce/plugin-sobject": "1.3.
|
|
166
|
+
"@salesforce/plugin-sobject": "1.3.3",
|
|
168
167
|
"@salesforce/plugin-source": "3.3.1",
|
|
169
|
-
"@salesforce/plugin-telemetry": "3.3.
|
|
170
|
-
"@salesforce/plugin-templates": "56.2.
|
|
168
|
+
"@salesforce/plugin-telemetry": "3.3.2",
|
|
169
|
+
"@salesforce/plugin-templates": "56.2.2",
|
|
171
170
|
"@salesforce/plugin-trust": "3.6.3",
|
|
172
|
-
"@salesforce/plugin-user": "3.5.
|
|
173
|
-
"@salesforce/sf-plugins-core": "9.0.
|
|
171
|
+
"@salesforce/plugin-user": "3.5.2",
|
|
172
|
+
"@salesforce/sf-plugins-core": "9.0.2",
|
|
174
173
|
"chalk": "^5.3.0",
|
|
175
174
|
"debug": "^4.3.4",
|
|
176
175
|
"strip-ansi": "^7.1.0"
|
|
@@ -227,7 +226,6 @@
|
|
|
227
226
|
"pack:tarballs:sequential": "oclif pack:tarballs --xz",
|
|
228
227
|
"pack:verify": "sf-release cli:tarballs:verify --cli sf --windows-username-buffer 34",
|
|
229
228
|
"pack:win": "oclif pack:win --defender-exclusion unchecked",
|
|
230
|
-
"postinstall": "node ./scripts/post-install-release-notes.js",
|
|
231
229
|
"postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
|
|
232
230
|
"preinstall": "node ./scripts/preinstall.js",
|
|
233
231
|
"prepack": "sf-prepack",
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
|
|
3
|
-
const { spawn } = await import('node:child_process');
|
|
4
|
-
const { join } = await import('node:path');
|
|
5
|
-
const { fileURLToPath } = await import('node:url');
|
|
6
|
-
|
|
7
|
-
async function main() {
|
|
8
|
-
if (process.env.SF_HIDE_RELEASE_NOTES === 'true') process.exit(0);
|
|
9
|
-
|
|
10
|
-
/*
|
|
11
|
-
* NOTE: Please read "Notes about the hook scripts" in this PR before making changes:
|
|
12
|
-
* https://github.com/salesforcecli/sfdx-cli/pull/407
|
|
13
|
-
*/
|
|
14
|
-
await new Promise((resolve) => {
|
|
15
|
-
const logAndExit = (msg) => {
|
|
16
|
-
console.log('NOTE: This error can be ignored in CI and may be silenced in the future');
|
|
17
|
-
console.log('- Set the SF_HIDE_RELEASE_NOTES env var to "true" to skip this script\n');
|
|
18
|
-
console.log(msg.toString());
|
|
19
|
-
|
|
20
|
-
resolve();
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
const executable = process.platform === 'win32' ? 'run.cmd' : 'run.js';
|
|
24
|
-
const cmd = spawn(join(fileURLToPath(import.meta.url), '..', '..', 'bin', executable), ['whatsnew', '--hook'], {
|
|
25
|
-
stdio: ['ignore', 'inherit', 'pipe'],
|
|
26
|
-
timeout: 10000,
|
|
27
|
-
});
|
|
28
|
-
|
|
29
|
-
cmd.stderr.on('data', (error) => {
|
|
30
|
-
logAndExit(error);
|
|
31
|
-
});
|
|
32
|
-
|
|
33
|
-
cmd.on('error', (error) => {
|
|
34
|
-
logAndExit(error);
|
|
35
|
-
});
|
|
36
|
-
|
|
37
|
-
// 'exit' fires whether or not the stream is finished
|
|
38
|
-
cmd.on('exit', (code) => {
|
|
39
|
-
resolve();
|
|
40
|
-
});
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
await main();
|