@salesforce/cli 2.73.4 → 2.73.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 +2 -2
- package/npm-shrinkwrap.json +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.73.
|
|
27
|
+
@salesforce/cli/2.73.5 linux-x64 node-v22.12.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -8627,7 +8627,7 @@ EXAMPLES
|
|
|
8627
8627
|
$ sf which "foo bar baz"
|
|
8628
8628
|
```
|
|
8629
8629
|
|
|
8630
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
8630
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.25/src/commands/which.ts)_
|
|
8631
8631
|
|
|
8632
8632
|
<!-- commandsstop -->
|
|
8633
8633
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.73.
|
|
3
|
+
"version": "2.73.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.73.
|
|
9
|
+
"version": "2.73.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@oclif/plugin-update": "4.6.23",
|
|
22
22
|
"@oclif/plugin-version": "2.2.20",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.30",
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
24
|
+
"@oclif/plugin-which": "3.2.25",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.8",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"aws-sdk": "^2.1692.0",
|
|
58
58
|
"oclif": "^4.17.10",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
|
-
"typescript": "^5.7.
|
|
60
|
+
"typescript": "^5.7.3"
|
|
61
61
|
},
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=18.6.0"
|
|
@@ -8388,9 +8388,9 @@
|
|
|
8388
8388
|
}
|
|
8389
8389
|
},
|
|
8390
8390
|
"node_modules/@oclif/plugin-which": {
|
|
8391
|
-
"version": "3.2.
|
|
8392
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
8393
|
-
"integrity": "sha512-
|
|
8391
|
+
"version": "3.2.25",
|
|
8392
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.25.tgz",
|
|
8393
|
+
"integrity": "sha512-as3XSykj8I6HwQlEfuvr6+Oe0FIChggtU7gL5+oGJyptnn8hf6CyJGk6Z0ut3Wu9KqXbGZENaShe559HdO+nfw==",
|
|
8394
8394
|
"license": "MIT",
|
|
8395
8395
|
"dependencies": {
|
|
8396
8396
|
"@oclif/core": "^4",
|
|
@@ -28760,9 +28760,9 @@
|
|
|
28760
28760
|
}
|
|
28761
28761
|
},
|
|
28762
28762
|
"node_modules/typescript": {
|
|
28763
|
-
"version": "5.7.
|
|
28764
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.
|
|
28765
|
-
"integrity": "sha512-
|
|
28763
|
+
"version": "5.7.3",
|
|
28764
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
|
|
28765
|
+
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
|
|
28766
28766
|
"dev": true,
|
|
28767
28767
|
"license": "Apache-2.0",
|
|
28768
28768
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -2215,10 +2215,10 @@
|
|
|
2215
2215
|
lodash "^4.17.21"
|
|
2216
2216
|
registry-auth-token "^5.0.3"
|
|
2217
2217
|
|
|
2218
|
-
"@oclif/plugin-which@3.2.
|
|
2219
|
-
version "3.2.
|
|
2220
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
2221
|
-
integrity sha512-
|
|
2218
|
+
"@oclif/plugin-which@3.2.25":
|
|
2219
|
+
version "3.2.25"
|
|
2220
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.25.tgz"
|
|
2221
|
+
integrity sha512-as3XSykj8I6HwQlEfuvr6+Oe0FIChggtU7gL5+oGJyptnn8hf6CyJGk6Z0ut3Wu9KqXbGZENaShe559HdO+nfw==
|
|
2222
2222
|
dependencies:
|
|
2223
2223
|
"@oclif/core" "^4"
|
|
2224
2224
|
ansis "^3.8.1"
|
|
@@ -11759,10 +11759,10 @@ typedoc@^0.25.13, "typedoc@0.22.x || 0.23.x":
|
|
|
11759
11759
|
minimatch "^9.0.3"
|
|
11760
11760
|
shiki "^0.14.7"
|
|
11761
11761
|
|
|
11762
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.7.
|
|
11763
|
-
version "5.7.
|
|
11764
|
-
resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.
|
|
11765
|
-
integrity sha512-
|
|
11762
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.7.3, typescript@>=2.7, typescript@>=4, typescript@>=4.2.0, typescript@>=4.9.5, "typescript@4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x":
|
|
11763
|
+
version "5.7.3"
|
|
11764
|
+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz"
|
|
11765
|
+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
|
|
11766
11766
|
|
|
11767
11767
|
typescript@~5.4.2:
|
|
11768
11768
|
version "5.4.5"
|
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.73.
|
|
4
|
+
"version": "2.73.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
84
|
"@salesforce/plugin-signups": "2.6.10",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
86
|
-
"@salesforce/sfdx-scanner": "4.
|
|
86
|
+
"@salesforce/sfdx-scanner": "4.8.0"
|
|
87
87
|
},
|
|
88
88
|
"devPlugins": [
|
|
89
89
|
"@oclif/plugin-command-snapshot",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"@oclif/plugin-update": "4.6.23",
|
|
155
155
|
"@oclif/plugin-version": "2.2.20",
|
|
156
156
|
"@oclif/plugin-warn-if-update-available": "3.1.30",
|
|
157
|
-
"@oclif/plugin-which": "3.2.
|
|
157
|
+
"@oclif/plugin-which": "3.2.25",
|
|
158
158
|
"@salesforce/core": "^8.2.3",
|
|
159
159
|
"@salesforce/kit": "^3.1.6",
|
|
160
160
|
"@salesforce/plugin-apex": "3.6.8",
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"aws-sdk": "^2.1692.0",
|
|
261
261
|
"oclif": "^4.17.10",
|
|
262
262
|
"ts-node": "^10.9.2",
|
|
263
|
-
"typescript": "^5.7.
|
|
263
|
+
"typescript": "^5.7.3"
|
|
264
264
|
},
|
|
265
265
|
"wireit": {
|
|
266
266
|
"build": {
|