@salesforce/plugin-command-reference 3.0.72 → 3.0.73
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/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.73",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-command-reference",
|
|
9
|
-
"version": "3.0.
|
|
9
|
+
"version": "3.0.73",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.
|
|
12
|
+
"@oclif/core": "^3.26.0",
|
|
13
13
|
"@salesforce/core": "^6.7.3",
|
|
14
14
|
"@salesforce/kit": "^3.0.15",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
@@ -2827,9 +2827,9 @@
|
|
|
2827
2827
|
}
|
|
2828
2828
|
},
|
|
2829
2829
|
"node_modules/@oclif/core": {
|
|
2830
|
-
"version": "3.
|
|
2831
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2832
|
-
"integrity": "sha512-
|
|
2830
|
+
"version": "3.26.0",
|
|
2831
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
2832
|
+
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
2833
2833
|
"license": "MIT",
|
|
2834
2834
|
"dependencies": {
|
|
2835
2835
|
"@types/cli-progress": "^3.11.5",
|
package/oclif.lock
CHANGED
|
@@ -1294,10 +1294,10 @@
|
|
|
1294
1294
|
wordwrap "^1.0.0"
|
|
1295
1295
|
wrap-ansi "^7.0.0"
|
|
1296
1296
|
|
|
1297
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.
|
|
1298
|
-
version "3.
|
|
1299
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
1300
|
-
integrity sha512-
|
|
1297
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
|
|
1298
|
+
version "3.26.0"
|
|
1299
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1300
|
+
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
1301
1301
|
dependencies:
|
|
1302
1302
|
"@types/cli-progress" "^3.11.5"
|
|
1303
1303
|
ansi-escapes "^4.3.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
3
|
"description": "Generate the Salesforce CLI command reference guide",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.73",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.26.0",
|
|
9
9
|
"@salesforce/core": "^6.7.3",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^5.0.13",
|