@salesforce/plugin-info 3.0.31 → 3.0.32
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 +19 -19
- package/oclif.lock +20 -20
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -124,7 +124,7 @@ EXAMPLES
|
|
|
124
124
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
-
_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
127
|
+
_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.32/src/commands/doctor.ts)_
|
|
128
128
|
|
|
129
129
|
## `sf info releasenotes display`
|
|
130
130
|
|
|
@@ -163,6 +163,6 @@ EXAMPLES
|
|
|
163
163
|
$ sf info releasenotes display --version latest
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
-
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
166
|
+
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.32/src/commands/info/releasenotes/display.ts)_
|
|
167
167
|
|
|
168
168
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-info",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.32",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-info",
|
|
9
|
-
"version": "3.0.
|
|
9
|
+
"version": "3.0.32",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@inquirer/input": "^2.0
|
|
12
|
+
"@inquirer/input": "^2.1.0",
|
|
13
13
|
"@oclif/core": "^3.23.0",
|
|
14
14
|
"@salesforce/core": "^6.5.2",
|
|
15
15
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -3084,27 +3084,27 @@
|
|
|
3084
3084
|
}
|
|
3085
3085
|
},
|
|
3086
3086
|
"node_modules/@inquirer/input": {
|
|
3087
|
-
"version": "2.0
|
|
3088
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.0.
|
|
3089
|
-
"integrity": "sha512-
|
|
3087
|
+
"version": "2.1.0",
|
|
3088
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.0.tgz",
|
|
3089
|
+
"integrity": "sha512-o57pST+xxZfGww1h4G7ISiX37KlLcajhKgKGG7/h8J6ClWtsyqwMv1el9Ds/4geuYN/HcPj0MyX9gTEO62UpcA==",
|
|
3090
3090
|
"license": "MIT",
|
|
3091
3091
|
"dependencies": {
|
|
3092
|
-
"@inquirer/core": "^7.0
|
|
3093
|
-
"@inquirer/type": "^1.2.
|
|
3092
|
+
"@inquirer/core": "^7.1.0",
|
|
3093
|
+
"@inquirer/type": "^1.2.1"
|
|
3094
3094
|
},
|
|
3095
3095
|
"engines": {
|
|
3096
3096
|
"node": ">=18"
|
|
3097
3097
|
}
|
|
3098
3098
|
},
|
|
3099
3099
|
"node_modules/@inquirer/input/node_modules/@inquirer/core": {
|
|
3100
|
-
"version": "7.0
|
|
3101
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.0.
|
|
3102
|
-
"integrity": "sha512-
|
|
3100
|
+
"version": "7.1.0",
|
|
3101
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.0.tgz",
|
|
3102
|
+
"integrity": "sha512-FRCiDiU54XHt5B/D8hX4twwZuzSP244ANHbu3R7CAsJfiv1dUOz24ePBgCZjygEjDUi6BWIJuk4eWLKJ7LATUw==",
|
|
3103
3103
|
"license": "MIT",
|
|
3104
3104
|
"dependencies": {
|
|
3105
|
-
"@inquirer/type": "^1.2.
|
|
3105
|
+
"@inquirer/type": "^1.2.1",
|
|
3106
3106
|
"@types/mute-stream": "^0.0.4",
|
|
3107
|
-
"@types/node": "^20.11.
|
|
3107
|
+
"@types/node": "^20.11.26",
|
|
3108
3108
|
"@types/wrap-ansi": "^3.0.0",
|
|
3109
3109
|
"ansi-escapes": "^4.3.2",
|
|
3110
3110
|
"chalk": "^4.1.2",
|
|
@@ -3122,9 +3122,9 @@
|
|
|
3122
3122
|
}
|
|
3123
3123
|
},
|
|
3124
3124
|
"node_modules/@inquirer/input/node_modules/@types/node": {
|
|
3125
|
-
"version": "20.11.
|
|
3126
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.
|
|
3127
|
-
"integrity": "sha512-
|
|
3125
|
+
"version": "20.11.28",
|
|
3126
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.28.tgz",
|
|
3127
|
+
"integrity": "sha512-M/GPWVS2wLkSkNHVeLkrF2fD5Lx5UC4PxA0uZcKc6QqbIQUJyW1jVjueJYi1z8n0I5PxYrtpnPnWglE+y9A0KA==",
|
|
3128
3128
|
"license": "MIT",
|
|
3129
3129
|
"dependencies": {
|
|
3130
3130
|
"undici-types": "~5.26.4"
|
|
@@ -3185,9 +3185,9 @@
|
|
|
3185
3185
|
}
|
|
3186
3186
|
},
|
|
3187
3187
|
"node_modules/@inquirer/type": {
|
|
3188
|
-
"version": "1.2.
|
|
3189
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.
|
|
3190
|
-
"integrity": "sha512
|
|
3188
|
+
"version": "1.2.1",
|
|
3189
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.1.tgz",
|
|
3190
|
+
"integrity": "sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==",
|
|
3191
3191
|
"license": "MIT",
|
|
3192
3192
|
"engines": {
|
|
3193
3193
|
"node": ">=18"
|
package/oclif.lock
CHANGED
|
@@ -1485,14 +1485,14 @@
|
|
|
1485
1485
|
strip-ansi "^6.0.1"
|
|
1486
1486
|
wrap-ansi "^6.2.0"
|
|
1487
1487
|
|
|
1488
|
-
"@inquirer/core@^7.0
|
|
1489
|
-
version "7.0
|
|
1490
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-7.0.
|
|
1491
|
-
integrity sha512-
|
|
1488
|
+
"@inquirer/core@^7.1.0":
|
|
1489
|
+
version "7.1.0"
|
|
1490
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-7.1.0.tgz#fb78738fd6624de50f027c08d6f24298b72a402b"
|
|
1491
|
+
integrity sha512-FRCiDiU54XHt5B/D8hX4twwZuzSP244ANHbu3R7CAsJfiv1dUOz24ePBgCZjygEjDUi6BWIJuk4eWLKJ7LATUw==
|
|
1492
1492
|
dependencies:
|
|
1493
|
-
"@inquirer/type" "^1.2.
|
|
1493
|
+
"@inquirer/type" "^1.2.1"
|
|
1494
1494
|
"@types/mute-stream" "^0.0.4"
|
|
1495
|
-
"@types/node" "^20.11.
|
|
1495
|
+
"@types/node" "^20.11.26"
|
|
1496
1496
|
"@types/wrap-ansi" "^3.0.0"
|
|
1497
1497
|
ansi-escapes "^4.3.2"
|
|
1498
1498
|
chalk "^4.1.2"
|
|
@@ -1505,13 +1505,13 @@
|
|
|
1505
1505
|
strip-ansi "^6.0.1"
|
|
1506
1506
|
wrap-ansi "^6.2.0"
|
|
1507
1507
|
|
|
1508
|
-
"@inquirer/input@^2.0
|
|
1509
|
-
version "2.0
|
|
1510
|
-
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.0.
|
|
1511
|
-
integrity sha512-
|
|
1508
|
+
"@inquirer/input@^2.1.0":
|
|
1509
|
+
version "2.1.0"
|
|
1510
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.0.tgz#5ff7028245acd9fa9a25e8a04d71611f76bd82ba"
|
|
1511
|
+
integrity sha512-o57pST+xxZfGww1h4G7ISiX37KlLcajhKgKGG7/h8J6ClWtsyqwMv1el9Ds/4geuYN/HcPj0MyX9gTEO62UpcA==
|
|
1512
1512
|
dependencies:
|
|
1513
|
-
"@inquirer/core" "^7.0
|
|
1514
|
-
"@inquirer/type" "^1.2.
|
|
1513
|
+
"@inquirer/core" "^7.1.0"
|
|
1514
|
+
"@inquirer/type" "^1.2.1"
|
|
1515
1515
|
|
|
1516
1516
|
"@inquirer/password@^1.1.16":
|
|
1517
1517
|
version "1.1.16"
|
|
@@ -1523,10 +1523,10 @@
|
|
|
1523
1523
|
ansi-escapes "^4.3.2"
|
|
1524
1524
|
chalk "^4.1.2"
|
|
1525
1525
|
|
|
1526
|
-
"@inquirer/type@^1.1.6", "@inquirer/type@^1.2.
|
|
1527
|
-
version "1.2.
|
|
1528
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.
|
|
1529
|
-
integrity sha512
|
|
1526
|
+
"@inquirer/type@^1.1.6", "@inquirer/type@^1.2.1":
|
|
1527
|
+
version "1.2.1"
|
|
1528
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.1.tgz#fbc7ab3a2e5050d0c150642d5e8f5e88faa066b8"
|
|
1529
|
+
integrity sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==
|
|
1530
1530
|
|
|
1531
1531
|
"@isaacs/cliui@^8.0.2":
|
|
1532
1532
|
version "8.0.2"
|
|
@@ -2959,10 +2959,10 @@
|
|
|
2959
2959
|
dependencies:
|
|
2960
2960
|
undici-types "~5.26.4"
|
|
2961
2961
|
|
|
2962
|
-
"@types/node@^20.11.
|
|
2963
|
-
version "20.11.
|
|
2964
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.
|
|
2965
|
-
integrity sha512-
|
|
2962
|
+
"@types/node@^20.11.26":
|
|
2963
|
+
version "20.11.28"
|
|
2964
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.28.tgz#4fd5b2daff2e580c12316e457473d68f15ee6f66"
|
|
2965
|
+
integrity sha512-M/GPWVS2wLkSkNHVeLkrF2fD5Lx5UC4PxA0uZcKc6QqbIQUJyW1jVjueJYi1z8n0I5PxYrtpnPnWglE+y9A0KA==
|
|
2966
2966
|
dependencies:
|
|
2967
2967
|
undici-types "~5.26.4"
|
|
2968
2968
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-info",
|
|
3
3
|
"description": "Plugin for accessing cli info from the command line",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.32",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@inquirer/input": "^2.0
|
|
8
|
+
"@inquirer/input": "^2.1.0",
|
|
9
9
|
"@oclif/core": "^3.23.0",
|
|
10
10
|
"@salesforce/core": "^6.5.2",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"exports": "./lib/index.js",
|
|
223
223
|
"type": "module",
|
|
224
224
|
"sfdx": {
|
|
225
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.
|
|
226
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.
|
|
225
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.32.crt",
|
|
226
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.32.sig"
|
|
227
227
|
}
|
|
228
228
|
}
|