@salesforce/plugin-info 3.0.11 → 3.0.12
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 +11 -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.12/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.12/src/commands/info/releasenotes/display.ts)_
|
|
167
167
|
|
|
168
168
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -784,10 +784,10 @@
|
|
|
784
784
|
wordwrap "^1.0.0"
|
|
785
785
|
wrap-ansi "^7.0.0"
|
|
786
786
|
|
|
787
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.3.1":
|
|
788
|
-
version "3.15.
|
|
789
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.
|
|
790
|
-
integrity sha512-
|
|
787
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
|
|
788
|
+
version "3.15.1"
|
|
789
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
|
|
790
|
+
integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
|
|
791
791
|
dependencies:
|
|
792
792
|
ansi-escapes "^4.3.2"
|
|
793
793
|
ansi-styles "^4.3.0"
|
|
@@ -806,7 +806,7 @@
|
|
|
806
806
|
js-yaml "^3.14.1"
|
|
807
807
|
natural-orderby "^2.0.3"
|
|
808
808
|
object-treeify "^1.1.33"
|
|
809
|
-
password-prompt "^1.1.
|
|
809
|
+
password-prompt "^1.1.3"
|
|
810
810
|
slice-ansi "^4.0.0"
|
|
811
811
|
string-width "^4.2.3"
|
|
812
812
|
strip-ansi "^6.0.1"
|
|
@@ -966,11 +966,11 @@
|
|
|
966
966
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
967
967
|
|
|
968
968
|
"@salesforce/cli-plugins-testkit@^5":
|
|
969
|
-
version "5.1.
|
|
970
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
971
|
-
integrity sha512-
|
|
969
|
+
version "5.1.3"
|
|
970
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.3.tgz#5e7a7afebaa9a2c02eadbf533273d496335929d6"
|
|
971
|
+
integrity sha512-wmaiVR2Hr6AGUBdDF4M5xCEm4iczNdkm3lVlz8dU/8nISEAyNHOUkt2sB07Yx5oXoDMNNuuxM2DthxxMxxwzzA==
|
|
972
972
|
dependencies:
|
|
973
|
-
"@salesforce/core" "^6.4.
|
|
973
|
+
"@salesforce/core" "^6.4.2"
|
|
974
974
|
"@salesforce/kit" "^3.0.15"
|
|
975
975
|
"@salesforce/ts-types" "^2.0.9"
|
|
976
976
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1004,7 +1004,7 @@
|
|
|
1004
1004
|
semver "^7.5.4"
|
|
1005
1005
|
ts-retry-promise "^0.7.1"
|
|
1006
1006
|
|
|
1007
|
-
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
|
|
1007
|
+
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
|
|
1008
1008
|
version "6.4.2"
|
|
1009
1009
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
|
|
1010
1010
|
integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
|
|
@@ -6472,7 +6472,7 @@ pascal-case@^3.1.2:
|
|
|
6472
6472
|
no-case "^3.0.4"
|
|
6473
6473
|
tslib "^2.0.3"
|
|
6474
6474
|
|
|
6475
|
-
password-prompt@^1.1.2:
|
|
6475
|
+
password-prompt@^1.1.2, password-prompt@^1.1.3:
|
|
6476
6476
|
version "1.1.3"
|
|
6477
6477
|
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
|
6478
6478
|
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
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.12",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.15.
|
|
8
|
+
"@oclif/core": "^3.15.1",
|
|
9
9
|
"@salesforce/core": "^6.4.0",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^5.0.12",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"exports": "./lib/index.js",
|
|
222
222
|
"type": "module",
|
|
223
223
|
"sfdx": {
|
|
224
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.
|
|
225
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.
|
|
224
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.12.crt",
|
|
225
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.12.sig"
|
|
226
226
|
}
|
|
227
227
|
}
|