@salesforce/plugin-command-reference 3.1.47 → 3.1.48
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 +73 -24
- package/oclif.lock +40 -24
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ EXAMPLES
|
|
|
130
130
|
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
133
|
+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.48/src/commands/commandreference/generate.ts)_
|
|
134
134
|
|
|
135
135
|
## `sf jit install`
|
|
136
136
|
|
|
@@ -151,6 +151,6 @@ EXAMPLES
|
|
|
151
151
|
$ sf jit install
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
154
|
+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.48/src/commands/jit/install.ts)_
|
|
155
155
|
|
|
156
156
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.48",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-command-reference",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.48",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@oclif/plugin-help": "^6.2.26",
|
|
23
23
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
24
|
-
"@salesforce/plugin-auth": "^3.6.
|
|
25
|
-
"@salesforce/plugin-user": "^3.6.
|
|
24
|
+
"@salesforce/plugin-auth": "^3.6.106",
|
|
25
|
+
"@salesforce/plugin-user": "^3.6.13",
|
|
26
26
|
"@types/debug": "^4.1.12",
|
|
27
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
27
|
+
"eslint-plugin-sf-plugin": "^1.20.16",
|
|
28
28
|
"oclif": "^4.17.32",
|
|
29
29
|
"ts-node": "^10.9.2",
|
|
30
30
|
"typescript": "^5.5.4"
|
|
@@ -3548,9 +3548,9 @@
|
|
|
3548
3548
|
}
|
|
3549
3549
|
},
|
|
3550
3550
|
"node_modules/@oclif/core": {
|
|
3551
|
-
"version": "4.2.
|
|
3552
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
3553
|
-
"integrity": "sha512-
|
|
3551
|
+
"version": "4.2.10",
|
|
3552
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.10.tgz",
|
|
3553
|
+
"integrity": "sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==",
|
|
3554
3554
|
"license": "MIT",
|
|
3555
3555
|
"dependencies": {
|
|
3556
3556
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4000,9 +4000,9 @@
|
|
|
4000
4000
|
}
|
|
4001
4001
|
},
|
|
4002
4002
|
"node_modules/@salesforce/plugin-auth": {
|
|
4003
|
-
"version": "3.6.
|
|
4004
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4005
|
-
"integrity": "sha512-
|
|
4003
|
+
"version": "3.6.106",
|
|
4004
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.106.tgz",
|
|
4005
|
+
"integrity": "sha512-fUg53WqBkowa3WGZ1ctxB3p4EqFbnQu/u4ce9u9YEjJqLvVMc4F9xpNMo/fISqA+81qzy/ciSuq7xKP4+OLCyA==",
|
|
4006
4006
|
"dev": true,
|
|
4007
4007
|
"license": "BSD-3-Clause",
|
|
4008
4008
|
"dependencies": {
|
|
@@ -4011,7 +4011,7 @@
|
|
|
4011
4011
|
"@oclif/core": "^4",
|
|
4012
4012
|
"@salesforce/core": "^8.8.5",
|
|
4013
4013
|
"@salesforce/kit": "^3.2.3",
|
|
4014
|
-
"@salesforce/plugin-info": "^3.4.
|
|
4014
|
+
"@salesforce/plugin-info": "^3.4.47",
|
|
4015
4015
|
"@salesforce/sf-plugins-core": "^12.2.0",
|
|
4016
4016
|
"@salesforce/ts-types": "^2.0.11",
|
|
4017
4017
|
"open": "^10.1.0"
|
|
@@ -4043,14 +4043,14 @@
|
|
|
4043
4043
|
}
|
|
4044
4044
|
},
|
|
4045
4045
|
"node_modules/@salesforce/plugin-info": {
|
|
4046
|
-
"version": "3.4.
|
|
4047
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
4048
|
-
"integrity": "sha512-
|
|
4046
|
+
"version": "3.4.47",
|
|
4047
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.47.tgz",
|
|
4048
|
+
"integrity": "sha512-qZx4Ce2TgCfk7yg0Z1+d9ZyUqpPmaHrLlCfecvLAd7aqFPYFw8MRZ5sF9dKlu+AHbBT5aSAYAb70tCIUmUmVSg==",
|
|
4049
4049
|
"dev": true,
|
|
4050
4050
|
"license": "BSD-3-Clause",
|
|
4051
4051
|
"dependencies": {
|
|
4052
4052
|
"@inquirer/input": "^2.3.0",
|
|
4053
|
-
"@jsforce/jsforce-node": "^3.6.
|
|
4053
|
+
"@jsforce/jsforce-node": "^3.6.6",
|
|
4054
4054
|
"@oclif/core": "^4",
|
|
4055
4055
|
"@salesforce/core": "^8.8.5",
|
|
4056
4056
|
"@salesforce/kit": "^3.2.3",
|
|
@@ -4066,6 +4066,28 @@
|
|
|
4066
4066
|
"node": ">=18.0.0"
|
|
4067
4067
|
}
|
|
4068
4068
|
},
|
|
4069
|
+
"node_modules/@salesforce/plugin-info/node_modules/@jsforce/jsforce-node": {
|
|
4070
|
+
"version": "3.6.6",
|
|
4071
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.6.tgz",
|
|
4072
|
+
"integrity": "sha512-WdIo2lLbrz6nkfiaz2UynyaNiM8o+fEjaRev7zA4KKSaQYB1MJ66xHubeI5Iheq8WgkY9XGwWKAwPDhuV+GROQ==",
|
|
4073
|
+
"dev": true,
|
|
4074
|
+
"license": "MIT",
|
|
4075
|
+
"dependencies": {
|
|
4076
|
+
"@sindresorhus/is": "^4",
|
|
4077
|
+
"base64url": "^3.0.1",
|
|
4078
|
+
"csv-parse": "^5.5.2",
|
|
4079
|
+
"csv-stringify": "^6.4.4",
|
|
4080
|
+
"faye": "^1.4.0",
|
|
4081
|
+
"form-data": "^4.0.0",
|
|
4082
|
+
"https-proxy-agent": "^5.0.0",
|
|
4083
|
+
"multistream": "^3.1.0",
|
|
4084
|
+
"node-fetch": "^2.6.1",
|
|
4085
|
+
"xml2js": "^0.6.2"
|
|
4086
|
+
},
|
|
4087
|
+
"engines": {
|
|
4088
|
+
"node": ">=18"
|
|
4089
|
+
}
|
|
4090
|
+
},
|
|
4069
4091
|
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
|
|
4070
4092
|
"version": "12.2.0",
|
|
4071
4093
|
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz",
|
|
@@ -4088,6 +4110,19 @@
|
|
|
4088
4110
|
"node": ">=18.0.0"
|
|
4089
4111
|
}
|
|
4090
4112
|
},
|
|
4113
|
+
"node_modules/@salesforce/plugin-info/node_modules/agent-base": {
|
|
4114
|
+
"version": "6.0.2",
|
|
4115
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
4116
|
+
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
4117
|
+
"dev": true,
|
|
4118
|
+
"license": "MIT",
|
|
4119
|
+
"dependencies": {
|
|
4120
|
+
"debug": "4"
|
|
4121
|
+
},
|
|
4122
|
+
"engines": {
|
|
4123
|
+
"node": ">= 6.0.0"
|
|
4124
|
+
}
|
|
4125
|
+
},
|
|
4091
4126
|
"node_modules/@salesforce/plugin-info/node_modules/ansi-styles": {
|
|
4092
4127
|
"version": "4.3.0",
|
|
4093
4128
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
@@ -4121,6 +4156,20 @@
|
|
|
4121
4156
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4122
4157
|
}
|
|
4123
4158
|
},
|
|
4159
|
+
"node_modules/@salesforce/plugin-info/node_modules/https-proxy-agent": {
|
|
4160
|
+
"version": "5.0.1",
|
|
4161
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
4162
|
+
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
4163
|
+
"dev": true,
|
|
4164
|
+
"license": "MIT",
|
|
4165
|
+
"dependencies": {
|
|
4166
|
+
"agent-base": "6",
|
|
4167
|
+
"debug": "4"
|
|
4168
|
+
},
|
|
4169
|
+
"engines": {
|
|
4170
|
+
"node": ">= 6"
|
|
4171
|
+
}
|
|
4172
|
+
},
|
|
4124
4173
|
"node_modules/@salesforce/plugin-info/node_modules/marked": {
|
|
4125
4174
|
"version": "4.3.0",
|
|
4126
4175
|
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
|
|
@@ -4153,13 +4202,13 @@
|
|
|
4153
4202
|
}
|
|
4154
4203
|
},
|
|
4155
4204
|
"node_modules/@salesforce/plugin-user": {
|
|
4156
|
-
"version": "3.6.
|
|
4157
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
4158
|
-
"integrity": "sha512-
|
|
4205
|
+
"version": "3.6.13",
|
|
4206
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.13.tgz",
|
|
4207
|
+
"integrity": "sha512-RBMQ6YHjTj4OhFmyKPP845jwWZtSE/T29ElK9XYt1fzkWrztDN1d62wn8sNRXWgNLf/JnY9WK8FbOcVPWzSnJA==",
|
|
4159
4208
|
"dev": true,
|
|
4160
4209
|
"license": "BSD-3-Clause",
|
|
4161
4210
|
"dependencies": {
|
|
4162
|
-
"@salesforce/core": "^8.8.
|
|
4211
|
+
"@salesforce/core": "^8.8.5",
|
|
4163
4212
|
"@salesforce/kit": "^3.2.2",
|
|
4164
4213
|
"@salesforce/sf-plugins-core": "^12.2.0",
|
|
4165
4214
|
"@salesforce/ts-types": "^2.0.11"
|
|
@@ -7894,13 +7943,13 @@
|
|
|
7894
7943
|
}
|
|
7895
7944
|
},
|
|
7896
7945
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7897
|
-
"version": "1.20.
|
|
7898
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
7899
|
-
"integrity": "sha512-
|
|
7946
|
+
"version": "1.20.16",
|
|
7947
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.16.tgz",
|
|
7948
|
+
"integrity": "sha512-NbWW2J6eO70m4C/ab9ZOVqpSW97+C/xNwHc4c10GV3mi8brxA9OWKo7vDfd2nGKrZ0EzA1BHujnu9ItV3HhrJQ==",
|
|
7900
7949
|
"dev": true,
|
|
7901
7950
|
"license": "BSD-3-Clause",
|
|
7902
7951
|
"dependencies": {
|
|
7903
|
-
"@salesforce/core": "^8.8.
|
|
7952
|
+
"@salesforce/core": "^8.8.5",
|
|
7904
7953
|
"@typescript-eslint/utils": "^7.18.0"
|
|
7905
7954
|
},
|
|
7906
7955
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1545,6 +1545,22 @@
|
|
|
1545
1545
|
node-fetch "^2.6.1"
|
|
1546
1546
|
xml2js "^0.6.2"
|
|
1547
1547
|
|
|
1548
|
+
"@jsforce/jsforce-node@^3.6.6":
|
|
1549
|
+
version "3.6.6"
|
|
1550
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.6.tgz#26fe2fc9f4f3671ca8bfb0c98a728cb8a0219265"
|
|
1551
|
+
integrity sha512-WdIo2lLbrz6nkfiaz2UynyaNiM8o+fEjaRev7zA4KKSaQYB1MJ66xHubeI5Iheq8WgkY9XGwWKAwPDhuV+GROQ==
|
|
1552
|
+
dependencies:
|
|
1553
|
+
"@sindresorhus/is" "^4"
|
|
1554
|
+
base64url "^3.0.1"
|
|
1555
|
+
csv-parse "^5.5.2"
|
|
1556
|
+
csv-stringify "^6.4.4"
|
|
1557
|
+
faye "^1.4.0"
|
|
1558
|
+
form-data "^4.0.0"
|
|
1559
|
+
https-proxy-agent "^5.0.0"
|
|
1560
|
+
multistream "^3.1.0"
|
|
1561
|
+
node-fetch "^2.6.1"
|
|
1562
|
+
xml2js "^0.6.2"
|
|
1563
|
+
|
|
1548
1564
|
"@nodelib/fs.scandir@2.1.5":
|
|
1549
1565
|
version "2.1.5"
|
|
1550
1566
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
@@ -1567,9 +1583,9 @@
|
|
|
1567
1583
|
fastq "^1.6.0"
|
|
1568
1584
|
|
|
1569
1585
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.4", "@oclif/core@^4.2.8":
|
|
1570
|
-
version "4.2.
|
|
1571
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.
|
|
1572
|
-
integrity sha512-
|
|
1586
|
+
version "4.2.10"
|
|
1587
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.10.tgz#31dfb7481c79887c3e672e10c981fcc01fcbaeb3"
|
|
1588
|
+
integrity sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==
|
|
1573
1589
|
dependencies:
|
|
1574
1590
|
ansi-escapes "^4.3.2"
|
|
1575
1591
|
ansis "^3.17.0"
|
|
@@ -1660,7 +1676,7 @@
|
|
|
1660
1676
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1661
1677
|
config-chain "^1.1.11"
|
|
1662
1678
|
|
|
1663
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.
|
|
1679
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.5":
|
|
1664
1680
|
version "8.8.5"
|
|
1665
1681
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.5.tgz#4004e22523e4e45b42631733d06dc8aec9fdc23d"
|
|
1666
1682
|
integrity sha512-eCiiO4NptvKkz04A4ivBVLzEBy/6IIFmaXoZ4tnF1FcD5MESvC+Xuc+0RFSRiYmPi5oloKNl6njrfVCKAho2zQ==
|
|
@@ -1728,28 +1744,28 @@
|
|
|
1728
1744
|
dependencies:
|
|
1729
1745
|
"@salesforce/ts-types" "^2.0.12"
|
|
1730
1746
|
|
|
1731
|
-
"@salesforce/plugin-auth@^3.6.
|
|
1732
|
-
version "3.6.
|
|
1733
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
1734
|
-
integrity sha512-
|
|
1747
|
+
"@salesforce/plugin-auth@^3.6.106":
|
|
1748
|
+
version "3.6.106"
|
|
1749
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.106.tgz#e9556dda4e2c463838b534bfad78bf81714e47a6"
|
|
1750
|
+
integrity sha512-fUg53WqBkowa3WGZ1ctxB3p4EqFbnQu/u4ce9u9YEjJqLvVMc4F9xpNMo/fISqA+81qzy/ciSuq7xKP4+OLCyA==
|
|
1735
1751
|
dependencies:
|
|
1736
1752
|
"@inquirer/checkbox" "^2.5.0"
|
|
1737
1753
|
"@inquirer/select" "^2.5.0"
|
|
1738
1754
|
"@oclif/core" "^4"
|
|
1739
1755
|
"@salesforce/core" "^8.8.5"
|
|
1740
1756
|
"@salesforce/kit" "^3.2.3"
|
|
1741
|
-
"@salesforce/plugin-info" "^3.4.
|
|
1757
|
+
"@salesforce/plugin-info" "^3.4.47"
|
|
1742
1758
|
"@salesforce/sf-plugins-core" "^12.2.0"
|
|
1743
1759
|
"@salesforce/ts-types" "^2.0.11"
|
|
1744
1760
|
open "^10.1.0"
|
|
1745
1761
|
|
|
1746
|
-
"@salesforce/plugin-info@^3.4.
|
|
1747
|
-
version "3.4.
|
|
1748
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
1749
|
-
integrity sha512-
|
|
1762
|
+
"@salesforce/plugin-info@^3.4.47":
|
|
1763
|
+
version "3.4.47"
|
|
1764
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.47.tgz#4bc57a9f5fba532cb13a217a90e03d81f619245c"
|
|
1765
|
+
integrity sha512-qZx4Ce2TgCfk7yg0Z1+d9ZyUqpPmaHrLlCfecvLAd7aqFPYFw8MRZ5sF9dKlu+AHbBT5aSAYAb70tCIUmUmVSg==
|
|
1750
1766
|
dependencies:
|
|
1751
1767
|
"@inquirer/input" "^2.3.0"
|
|
1752
|
-
"@jsforce/jsforce-node" "^3.6.
|
|
1768
|
+
"@jsforce/jsforce-node" "^3.6.6"
|
|
1753
1769
|
"@oclif/core" "^4"
|
|
1754
1770
|
"@salesforce/core" "^8.8.5"
|
|
1755
1771
|
"@salesforce/kit" "^3.2.3"
|
|
@@ -1761,12 +1777,12 @@
|
|
|
1761
1777
|
proxy-agent "^6.5.0"
|
|
1762
1778
|
semver "^7.7.1"
|
|
1763
1779
|
|
|
1764
|
-
"@salesforce/plugin-user@^3.6.
|
|
1765
|
-
version "3.6.
|
|
1766
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
1767
|
-
integrity sha512-
|
|
1780
|
+
"@salesforce/plugin-user@^3.6.13":
|
|
1781
|
+
version "3.6.13"
|
|
1782
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-user/-/plugin-user-3.6.13.tgz#2c6bafa98d94eaa705293475213ad29675cefe58"
|
|
1783
|
+
integrity sha512-RBMQ6YHjTj4OhFmyKPP845jwWZtSE/T29ElK9XYt1fzkWrztDN1d62wn8sNRXWgNLf/JnY9WK8FbOcVPWzSnJA==
|
|
1768
1784
|
dependencies:
|
|
1769
|
-
"@salesforce/core" "^8.8.
|
|
1785
|
+
"@salesforce/core" "^8.8.5"
|
|
1770
1786
|
"@salesforce/kit" "^3.2.2"
|
|
1771
1787
|
"@salesforce/sf-plugins-core" "^12.2.0"
|
|
1772
1788
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -3985,12 +4001,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3985
4001
|
semver "^7.5.4"
|
|
3986
4002
|
spdx-expression-parse "^4.0.0"
|
|
3987
4003
|
|
|
3988
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
3989
|
-
version "1.20.
|
|
3990
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
3991
|
-
integrity sha512-
|
|
4004
|
+
eslint-plugin-sf-plugin@^1.20.16:
|
|
4005
|
+
version "1.20.16"
|
|
4006
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.16.tgz#bdaa21ba896bad98c45bfd5c2626cddcc9ba3595"
|
|
4007
|
+
integrity sha512-NbWW2J6eO70m4C/ab9ZOVqpSW97+C/xNwHc4c10GV3mi8brxA9OWKo7vDfd2nGKrZ0EzA1BHujnu9ItV3HhrJQ==
|
|
3992
4008
|
dependencies:
|
|
3993
|
-
"@salesforce/core" "^8.8.
|
|
4009
|
+
"@salesforce/core" "^8.8.5"
|
|
3994
4010
|
"@typescript-eslint/utils" "^7.18.0"
|
|
3995
4011
|
|
|
3996
4012
|
eslint-plugin-unicorn@^50.0.1:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
3
|
"description": "Generate the Salesforce CLI command reference guide",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.48",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-help": "^6.2.26",
|
|
20
20
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
21
|
-
"@salesforce/plugin-auth": "^3.6.
|
|
22
|
-
"@salesforce/plugin-user": "^3.6.
|
|
21
|
+
"@salesforce/plugin-auth": "^3.6.106",
|
|
22
|
+
"@salesforce/plugin-user": "^3.6.13",
|
|
23
23
|
"@types/debug": "^4.1.12",
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.16",
|
|
25
25
|
"oclif": "^4.17.32",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.5.4"
|