@salesforce/plugin-info 3.0.16 → 3.0.17
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 +9 -14
- 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.17/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.17/src/commands/info/releasenotes/display.ts)_
|
|
167
167
|
|
|
168
168
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -837,11 +837,12 @@
|
|
|
837
837
|
wordwrap "^1.0.0"
|
|
838
838
|
wrap-ansi "^7.0.0"
|
|
839
839
|
|
|
840
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.3.1":
|
|
841
|
-
version "3.
|
|
842
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
843
|
-
integrity sha512
|
|
840
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.3.1":
|
|
841
|
+
version "3.18.1"
|
|
842
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
|
|
843
|
+
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
|
|
844
844
|
dependencies:
|
|
845
|
+
"@types/cli-progress" "^3.11.5"
|
|
845
846
|
ansi-escapes "^4.3.2"
|
|
846
847
|
ansi-styles "^4.3.0"
|
|
847
848
|
cardinal "^2.1.1"
|
|
@@ -865,7 +866,6 @@
|
|
|
865
866
|
strip-ansi "^6.0.1"
|
|
866
867
|
supports-color "^8.1.1"
|
|
867
868
|
supports-hyperlinks "^2.2.0"
|
|
868
|
-
tsconfck "^3.0.0"
|
|
869
869
|
widest-line "^3.1.0"
|
|
870
870
|
wordwrap "^1.0.0"
|
|
871
871
|
wrap-ansi "^7.0.0"
|
|
@@ -1336,10 +1336,10 @@
|
|
|
1336
1336
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1337
1337
|
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1338
1338
|
|
|
1339
|
-
"@types/cli-progress@^3.11.0":
|
|
1340
|
-
version "3.11.
|
|
1341
|
-
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.
|
|
1342
|
-
integrity sha512-
|
|
1339
|
+
"@types/cli-progress@^3.11.0", "@types/cli-progress@^3.11.5":
|
|
1340
|
+
version "3.11.5"
|
|
1341
|
+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
|
|
1342
|
+
integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
|
|
1343
1343
|
dependencies:
|
|
1344
1344
|
"@types/node" "*"
|
|
1345
1345
|
|
|
@@ -7850,11 +7850,6 @@ ts-retry-promise@^0.7.1:
|
|
|
7850
7850
|
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
|
|
7851
7851
|
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
|
|
7852
7852
|
|
|
7853
|
-
tsconfck@^3.0.0:
|
|
7854
|
-
version "3.0.0"
|
|
7855
|
-
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
|
|
7856
|
-
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
|
|
7857
|
-
|
|
7858
7853
|
tsconfig-paths@^3.14.2:
|
|
7859
7854
|
version "3.14.2"
|
|
7860
7855
|
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.17",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@inquirer/input": "^1.2.14",
|
|
9
|
-
"@oclif/core": "^3.
|
|
9
|
+
"@oclif/core": "^3.18.1",
|
|
10
10
|
"@salesforce/core": "^6.4.2",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^7.1.1",
|
|
@@ -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.17.crt",
|
|
226
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.17.sig"
|
|
227
227
|
}
|
|
228
228
|
}
|