@salesforce/plugin-info 3.0.1 → 3.0.2
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/oclif.lock +8 -39
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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/
|
|
127
|
+
_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.2/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/
|
|
166
|
+
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.2/src/commands/info/releasenotes/display.ts)_
|
|
167
167
|
|
|
168
168
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -784,41 +784,10 @@
|
|
|
784
784
|
wordwrap "^1.0.0"
|
|
785
785
|
wrap-ansi "^7.0.0"
|
|
786
786
|
|
|
787
|
-
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.3.1", "@oclif/core@^3.
|
|
788
|
-
version "3.
|
|
789
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
790
|
-
integrity sha512-
|
|
791
|
-
dependencies:
|
|
792
|
-
ansi-escapes "^4.3.2"
|
|
793
|
-
ansi-styles "^4.3.0"
|
|
794
|
-
cardinal "^2.1.1"
|
|
795
|
-
chalk "^4.1.2"
|
|
796
|
-
clean-stack "^3.0.1"
|
|
797
|
-
cli-progress "^3.12.0"
|
|
798
|
-
debug "^4.3.4"
|
|
799
|
-
ejs "^3.1.9"
|
|
800
|
-
get-package-type "^0.1.0"
|
|
801
|
-
globby "^11.1.0"
|
|
802
|
-
hyperlinker "^1.0.0"
|
|
803
|
-
indent-string "^4.0.0"
|
|
804
|
-
is-wsl "^2.2.0"
|
|
805
|
-
js-yaml "^3.14.1"
|
|
806
|
-
natural-orderby "^2.0.3"
|
|
807
|
-
object-treeify "^1.1.33"
|
|
808
|
-
password-prompt "^1.1.2"
|
|
809
|
-
slice-ansi "^4.0.0"
|
|
810
|
-
string-width "^4.2.3"
|
|
811
|
-
strip-ansi "^6.0.1"
|
|
812
|
-
supports-color "^8.1.1"
|
|
813
|
-
supports-hyperlinks "^2.2.0"
|
|
814
|
-
widest-line "^3.1.0"
|
|
815
|
-
wordwrap "^1.0.0"
|
|
816
|
-
wrap-ansi "^7.0.0"
|
|
817
|
-
|
|
818
|
-
"@oclif/core@^3.5.0":
|
|
819
|
-
version "3.10.1"
|
|
820
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.1.tgz#c8e6c7a557983de1c55990177c16c78d26e10083"
|
|
821
|
-
integrity sha512-zBjujYmLyEu7T6PBlaPqmsum/Cc5KMwc6XmcKzUC/PUQspENGd4z0n4eBlNlKjfO/1sLdts99xUlSoIYXoFimg==
|
|
787
|
+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0":
|
|
788
|
+
version "3.10.8"
|
|
789
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.8.tgz#8a855841107576b88a2ebe2e20e6e0d7ee885713"
|
|
790
|
+
integrity sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==
|
|
822
791
|
dependencies:
|
|
823
792
|
ansi-escapes "^4.3.2"
|
|
824
793
|
ansi-styles "^4.3.0"
|
|
@@ -1511,10 +1480,10 @@
|
|
|
1511
1480
|
dependencies:
|
|
1512
1481
|
"@types/node" "*"
|
|
1513
1482
|
|
|
1514
|
-
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.3", "@types/semver@^7.5.4":
|
|
1515
|
-
version "7.5.
|
|
1516
|
-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.
|
|
1517
|
-
integrity sha512
|
|
1483
|
+
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.3", "@types/semver@^7.5.4", "@types/semver@^7.5.5":
|
|
1484
|
+
version "7.5.5"
|
|
1485
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35"
|
|
1486
|
+
integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==
|
|
1518
1487
|
|
|
1519
1488
|
"@types/shelljs@^0.8.14":
|
|
1520
1489
|
version "0.8.14"
|
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.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.10.8",
|
|
9
9
|
"@salesforce/core": "^5.3.1",
|
|
10
10
|
"@salesforce/kit": "^3.0.14",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^4",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@types/fs-extra": "^9.0.13",
|
|
26
26
|
"@types/marked": "^4.0.8",
|
|
27
27
|
"@types/marked-terminal": "^3.1.3",
|
|
28
|
-
"@types/semver": "^7.5.
|
|
28
|
+
"@types/semver": "^7.5.5",
|
|
29
29
|
"@types/sinon-chai": "^3.2.11",
|
|
30
30
|
"eslint-plugin-sf-plugin": "^1.16.10",
|
|
31
31
|
"oclif": "^4.0.3",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"exports": "./lib/index.js",
|
|
211
211
|
"type": "module",
|
|
212
212
|
"sfdx": {
|
|
213
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.
|
|
214
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.
|
|
213
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.2.crt",
|
|
214
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.2.sig"
|
|
215
215
|
}
|
|
216
216
|
}
|