@salesforce/plugin-info 3.0.29 → 3.0.30
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 +20 -11
- package/oclif.lock +18 -11
- 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.30/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.30/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.30",
|
|
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.30",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@inquirer/input": "^2.0.
|
|
12
|
+
"@inquirer/input": "^2.0.2",
|
|
13
13
|
"@oclif/core": "^3.23.0",
|
|
14
14
|
"@salesforce/core": "^6.5.2",
|
|
15
15
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -3064,12 +3064,12 @@
|
|
|
3064
3064
|
}
|
|
3065
3065
|
},
|
|
3066
3066
|
"node_modules/@inquirer/input": {
|
|
3067
|
-
"version": "2.0.
|
|
3068
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.0.
|
|
3069
|
-
"integrity": "sha512-
|
|
3067
|
+
"version": "2.0.2",
|
|
3068
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.0.2.tgz",
|
|
3069
|
+
"integrity": "sha512-2qCyolURnBo1EArkH/JnOfMGEUdsjVbmKaeHf7Rq1EW4KK+zj4sPAizDFkEC03NoSzPTGLV+4riiAybdx177KQ==",
|
|
3070
3070
|
"license": "MIT",
|
|
3071
3071
|
"dependencies": {
|
|
3072
|
-
"@inquirer/core": "^7.0.
|
|
3072
|
+
"@inquirer/core": "^7.0.2",
|
|
3073
3073
|
"@inquirer/type": "^1.2.0"
|
|
3074
3074
|
},
|
|
3075
3075
|
"engines": {
|
|
@@ -3077,14 +3077,14 @@
|
|
|
3077
3077
|
}
|
|
3078
3078
|
},
|
|
3079
3079
|
"node_modules/@inquirer/input/node_modules/@inquirer/core": {
|
|
3080
|
-
"version": "7.0.
|
|
3081
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.0.
|
|
3082
|
-
"integrity": "sha512-
|
|
3080
|
+
"version": "7.0.2",
|
|
3081
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.0.2.tgz",
|
|
3082
|
+
"integrity": "sha512-yya2GLO8lIi+yGytrOQ6unbrRGi8JiC+lWtlIsCUsDgMcCdO75vOuqGIUKXvfBkeZLOzs4WcSioXvpBzo0B0+Q==",
|
|
3083
3083
|
"license": "MIT",
|
|
3084
3084
|
"dependencies": {
|
|
3085
3085
|
"@inquirer/type": "^1.2.0",
|
|
3086
3086
|
"@types/mute-stream": "^0.0.4",
|
|
3087
|
-
"@types/node": "^20.11.
|
|
3087
|
+
"@types/node": "^20.11.25",
|
|
3088
3088
|
"@types/wrap-ansi": "^3.0.0",
|
|
3089
3089
|
"ansi-escapes": "^4.3.2",
|
|
3090
3090
|
"chalk": "^4.1.2",
|
|
@@ -3101,6 +3101,15 @@
|
|
|
3101
3101
|
"node": ">=18"
|
|
3102
3102
|
}
|
|
3103
3103
|
},
|
|
3104
|
+
"node_modules/@inquirer/input/node_modules/@types/node": {
|
|
3105
|
+
"version": "20.11.25",
|
|
3106
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.25.tgz",
|
|
3107
|
+
"integrity": "sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==",
|
|
3108
|
+
"license": "MIT",
|
|
3109
|
+
"dependencies": {
|
|
3110
|
+
"undici-types": "~5.26.4"
|
|
3111
|
+
}
|
|
3112
|
+
},
|
|
3104
3113
|
"node_modules/@inquirer/input/node_modules/cli-width": {
|
|
3105
3114
|
"version": "4.1.0",
|
|
3106
3115
|
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
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.0.2":
|
|
1489
|
+
version "7.0.2"
|
|
1490
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-7.0.2.tgz#8924f167afaa318a3a54e19e08c5812f09312830"
|
|
1491
|
+
integrity sha512-yya2GLO8lIi+yGytrOQ6unbrRGi8JiC+lWtlIsCUsDgMcCdO75vOuqGIUKXvfBkeZLOzs4WcSioXvpBzo0B0+Q==
|
|
1492
1492
|
dependencies:
|
|
1493
1493
|
"@inquirer/type" "^1.2.0"
|
|
1494
1494
|
"@types/mute-stream" "^0.0.4"
|
|
1495
|
-
"@types/node" "^20.11.
|
|
1495
|
+
"@types/node" "^20.11.25"
|
|
1496
1496
|
"@types/wrap-ansi" "^3.0.0"
|
|
1497
1497
|
ansi-escapes "^4.3.2"
|
|
1498
1498
|
chalk "^4.1.2"
|
|
@@ -1505,12 +1505,12 @@
|
|
|
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.0.2":
|
|
1509
|
+
version "2.0.2"
|
|
1510
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.0.2.tgz#1ff59215e97e4652aff9baf1ad0479edfa707369"
|
|
1511
|
+
integrity sha512-2qCyolURnBo1EArkH/JnOfMGEUdsjVbmKaeHf7Rq1EW4KK+zj4sPAizDFkEC03NoSzPTGLV+4riiAybdx177KQ==
|
|
1512
1512
|
dependencies:
|
|
1513
|
-
"@inquirer/core" "^7.0.
|
|
1513
|
+
"@inquirer/core" "^7.0.2"
|
|
1514
1514
|
"@inquirer/type" "^1.2.0"
|
|
1515
1515
|
|
|
1516
1516
|
"@inquirer/password@^1.1.16":
|
|
@@ -2891,7 +2891,7 @@
|
|
|
2891
2891
|
dependencies:
|
|
2892
2892
|
"@types/node" "*"
|
|
2893
2893
|
|
|
2894
|
-
"@types/node@*", "@types/node@^20.10.7"
|
|
2894
|
+
"@types/node@*", "@types/node@^20.10.7":
|
|
2895
2895
|
version "20.11.16"
|
|
2896
2896
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.16.tgz#4411f79411514eb8e2926f036c86c9f0e4ec6708"
|
|
2897
2897
|
integrity sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==
|
|
@@ -2920,6 +2920,13 @@
|
|
|
2920
2920
|
dependencies:
|
|
2921
2921
|
undici-types "~5.26.4"
|
|
2922
2922
|
|
|
2923
|
+
"@types/node@^20.11.25":
|
|
2924
|
+
version "20.11.25"
|
|
2925
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.25.tgz#0f50d62f274e54dd7a49f7704cc16bfbcccaf49f"
|
|
2926
|
+
integrity sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==
|
|
2927
|
+
dependencies:
|
|
2928
|
+
undici-types "~5.26.4"
|
|
2929
|
+
|
|
2923
2930
|
"@types/normalize-package-data@^2.4.0":
|
|
2924
2931
|
version "2.4.3"
|
|
2925
2932
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz#291c243e4b94dbfbc0c0ee26b7666f1d5c030e2c"
|
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.30",
|
|
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.0.2",
|
|
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.30.crt",
|
|
226
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.30.sig"
|
|
227
227
|
}
|
|
228
228
|
}
|