@salesforce/plugin-command-reference 3.1.55 → 3.1.57
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 +65 -41
- package/oclif.lock +41 -41
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.57/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.57/src/commands/jit/install.ts)_
|
|
155
155
|
|
|
156
156
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.57",
|
|
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.57",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@salesforce/core": "^8.
|
|
13
|
+
"@salesforce/core": "^8.14.0",
|
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@oclif/plugin-help": "^6.2.28",
|
|
23
23
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
24
|
-
"@salesforce/plugin-auth": "^3.6.
|
|
25
|
-
"@salesforce/plugin-user": "^3.6.
|
|
24
|
+
"@salesforce/plugin-auth": "^3.6.129",
|
|
25
|
+
"@salesforce/plugin-user": "^3.6.25",
|
|
26
26
|
"@types/debug": "^4.1.12",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.20.24",
|
|
28
|
-
"oclif": "^4.18.
|
|
28
|
+
"oclif": "^4.18.1",
|
|
29
29
|
"ts-node": "^10.9.2",
|
|
30
30
|
"typescript": "^5.5.4"
|
|
31
31
|
},
|
|
@@ -3583,6 +3583,7 @@
|
|
|
3583
3583
|
"version": "2.1.5",
|
|
3584
3584
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
3585
3585
|
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
3586
|
+
"dev": true,
|
|
3586
3587
|
"license": "MIT",
|
|
3587
3588
|
"dependencies": {
|
|
3588
3589
|
"@nodelib/fs.stat": "2.0.5",
|
|
@@ -3596,6 +3597,7 @@
|
|
|
3596
3597
|
"version": "2.0.5",
|
|
3597
3598
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
|
|
3598
3599
|
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
|
|
3600
|
+
"dev": true,
|
|
3599
3601
|
"license": "MIT",
|
|
3600
3602
|
"engines": {
|
|
3601
3603
|
"node": ">= 8"
|
|
@@ -3605,6 +3607,7 @@
|
|
|
3605
3607
|
"version": "1.2.8",
|
|
3606
3608
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
|
3607
3609
|
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
|
3610
|
+
"dev": true,
|
|
3608
3611
|
"license": "MIT",
|
|
3609
3612
|
"dependencies": {
|
|
3610
3613
|
"@nodelib/fs.scandir": "2.1.5",
|
|
@@ -3615,9 +3618,9 @@
|
|
|
3615
3618
|
}
|
|
3616
3619
|
},
|
|
3617
3620
|
"node_modules/@oclif/core": {
|
|
3618
|
-
"version": "4.3.
|
|
3619
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.
|
|
3620
|
-
"integrity": "sha512-
|
|
3621
|
+
"version": "4.3.3",
|
|
3622
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.3.tgz",
|
|
3623
|
+
"integrity": "sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==",
|
|
3621
3624
|
"license": "MIT",
|
|
3622
3625
|
"dependencies": {
|
|
3623
3626
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3627,7 +3630,6 @@
|
|
|
3627
3630
|
"debug": "^4.4.0",
|
|
3628
3631
|
"ejs": "^3.1.10",
|
|
3629
3632
|
"get-package-type": "^0.1.0",
|
|
3630
|
-
"globby": "^11.1.0",
|
|
3631
3633
|
"indent-string": "^4.0.0",
|
|
3632
3634
|
"is-wsl": "^2.2.0",
|
|
3633
3635
|
"lilconfig": "^3.1.3",
|
|
@@ -3635,6 +3637,7 @@
|
|
|
3635
3637
|
"semver": "^7.6.3",
|
|
3636
3638
|
"string-width": "^4.2.3",
|
|
3637
3639
|
"supports-color": "^8",
|
|
3640
|
+
"tinyglobby": "^0.2.14",
|
|
3638
3641
|
"widest-line": "^3.1.0",
|
|
3639
3642
|
"wordwrap": "^1.0.0",
|
|
3640
3643
|
"wrap-ansi": "^7.0.0"
|
|
@@ -3909,9 +3912,9 @@
|
|
|
3909
3912
|
}
|
|
3910
3913
|
},
|
|
3911
3914
|
"node_modules/@salesforce/core": {
|
|
3912
|
-
"version": "8.
|
|
3913
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
3914
|
-
"integrity": "sha512-
|
|
3915
|
+
"version": "8.14.0",
|
|
3916
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz",
|
|
3917
|
+
"integrity": "sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==",
|
|
3915
3918
|
"license": "BSD-3-Clause",
|
|
3916
3919
|
"dependencies": {
|
|
3917
3920
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -4102,18 +4105,18 @@
|
|
|
4102
4105
|
}
|
|
4103
4106
|
},
|
|
4104
4107
|
"node_modules/@salesforce/plugin-auth": {
|
|
4105
|
-
"version": "3.6.
|
|
4106
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4107
|
-
"integrity": "sha512-
|
|
4108
|
+
"version": "3.6.129",
|
|
4109
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.129.tgz",
|
|
4110
|
+
"integrity": "sha512-Uvo432RbMJFeyRzbjmQhHWCgViC+ewFjSDC5reACGnspdpw00E6TLJoy9XBN+xetQ+LhOO7a98/j/YrTLhwZKw==",
|
|
4108
4111
|
"dev": true,
|
|
4109
4112
|
"license": "Apache-2.0",
|
|
4110
4113
|
"dependencies": {
|
|
4111
4114
|
"@inquirer/checkbox": "^2.5.0",
|
|
4112
4115
|
"@inquirer/select": "^2.5.0",
|
|
4113
4116
|
"@oclif/core": "^4",
|
|
4114
|
-
"@salesforce/core": "^8.
|
|
4117
|
+
"@salesforce/core": "^8.12.0",
|
|
4115
4118
|
"@salesforce/kit": "^3.2.3",
|
|
4116
|
-
"@salesforce/plugin-info": "^3.4.
|
|
4119
|
+
"@salesforce/plugin-info": "^3.4.65",
|
|
4117
4120
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
4118
4121
|
"@salesforce/ts-types": "^2.0.11",
|
|
4119
4122
|
"open": "^10.1.2"
|
|
@@ -4145,16 +4148,16 @@
|
|
|
4145
4148
|
}
|
|
4146
4149
|
},
|
|
4147
4150
|
"node_modules/@salesforce/plugin-info": {
|
|
4148
|
-
"version": "3.4.
|
|
4149
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
4150
|
-
"integrity": "sha512-
|
|
4151
|
+
"version": "3.4.66",
|
|
4152
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.66.tgz",
|
|
4153
|
+
"integrity": "sha512-tRSGCIyXgojFHWM1lqQtPFCq5oQC2VJeuaqYZiSqzPxgmWBLXO2wxJyzOLYiwq/4FCYX6QTWSDdWKgXdgK0qnQ==",
|
|
4151
4154
|
"dev": true,
|
|
4152
4155
|
"license": "Apache-2.0",
|
|
4153
4156
|
"dependencies": {
|
|
4154
4157
|
"@inquirer/input": "^2.3.0",
|
|
4155
|
-
"@jsforce/jsforce-node": "^3.8.
|
|
4158
|
+
"@jsforce/jsforce-node": "^3.8.2",
|
|
4156
4159
|
"@oclif/core": "^4",
|
|
4157
|
-
"@salesforce/core": "^8.
|
|
4160
|
+
"@salesforce/core": "^8.12.0",
|
|
4158
4161
|
"@salesforce/kit": "^3.2.3",
|
|
4159
4162
|
"@salesforce/sf-plugins-core": "^12",
|
|
4160
4163
|
"got": "^13.0.0",
|
|
@@ -4255,13 +4258,13 @@
|
|
|
4255
4258
|
}
|
|
4256
4259
|
},
|
|
4257
4260
|
"node_modules/@salesforce/plugin-user": {
|
|
4258
|
-
"version": "3.6.
|
|
4259
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
4260
|
-
"integrity": "sha512-
|
|
4261
|
+
"version": "3.6.25",
|
|
4262
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.25.tgz",
|
|
4263
|
+
"integrity": "sha512-EkWvM2is6UHMbVDTE0M0uBeDiNBUoN5q5YFbGy4upt0L7juEnKS5C0d+HjXy2IDcJskOa+7xHqBJGHqx5QcNsw==",
|
|
4261
4264
|
"dev": true,
|
|
4262
4265
|
"license": "Apache-2.0",
|
|
4263
4266
|
"dependencies": {
|
|
4264
|
-
"@salesforce/core": "^8.11.
|
|
4267
|
+
"@salesforce/core": "^8.11.4",
|
|
4265
4268
|
"@salesforce/kit": "^3.2.2",
|
|
4266
4269
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
4267
4270
|
"@salesforce/ts-types": "^2.0.11"
|
|
@@ -5906,6 +5909,7 @@
|
|
|
5906
5909
|
"version": "2.1.0",
|
|
5907
5910
|
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
5908
5911
|
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
5912
|
+
"dev": true,
|
|
5909
5913
|
"license": "MIT",
|
|
5910
5914
|
"engines": {
|
|
5911
5915
|
"node": ">=8"
|
|
@@ -6162,6 +6166,7 @@
|
|
|
6162
6166
|
"version": "3.0.3",
|
|
6163
6167
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
6164
6168
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
6169
|
+
"dev": true,
|
|
6165
6170
|
"license": "MIT",
|
|
6166
6171
|
"dependencies": {
|
|
6167
6172
|
"fill-range": "^7.1.1"
|
|
@@ -7386,6 +7391,7 @@
|
|
|
7386
7391
|
"version": "3.0.1",
|
|
7387
7392
|
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
7388
7393
|
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
|
|
7394
|
+
"dev": true,
|
|
7389
7395
|
"license": "MIT",
|
|
7390
7396
|
"dependencies": {
|
|
7391
7397
|
"path-type": "^4.0.0"
|
|
@@ -8460,6 +8466,7 @@
|
|
|
8460
8466
|
"version": "3.3.2",
|
|
8461
8467
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
8462
8468
|
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
8469
|
+
"dev": true,
|
|
8463
8470
|
"license": "MIT",
|
|
8464
8471
|
"dependencies": {
|
|
8465
8472
|
"@nodelib/fs.stat": "^2.0.2",
|
|
@@ -8542,6 +8549,7 @@
|
|
|
8542
8549
|
"version": "1.13.0",
|
|
8543
8550
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
|
|
8544
8551
|
"integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
|
|
8552
|
+
"dev": true,
|
|
8545
8553
|
"license": "ISC",
|
|
8546
8554
|
"dependencies": {
|
|
8547
8555
|
"reusify": "^1.0.4"
|
|
@@ -8602,6 +8610,7 @@
|
|
|
8602
8610
|
"version": "7.1.1",
|
|
8603
8611
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
8604
8612
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
8613
|
+
"dev": true,
|
|
8605
8614
|
"license": "MIT",
|
|
8606
8615
|
"dependencies": {
|
|
8607
8616
|
"to-regex-range": "^5.0.1"
|
|
@@ -9017,6 +9026,7 @@
|
|
|
9017
9026
|
"version": "5.1.2",
|
|
9018
9027
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
9019
9028
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
9029
|
+
"dev": true,
|
|
9020
9030
|
"license": "ISC",
|
|
9021
9031
|
"dependencies": {
|
|
9022
9032
|
"is-glob": "^4.0.1"
|
|
@@ -9087,6 +9097,7 @@
|
|
|
9087
9097
|
"version": "11.1.0",
|
|
9088
9098
|
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
9089
9099
|
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
9100
|
+
"dev": true,
|
|
9090
9101
|
"license": "MIT",
|
|
9091
9102
|
"dependencies": {
|
|
9092
9103
|
"array-union": "^2.1.0",
|
|
@@ -9558,6 +9569,7 @@
|
|
|
9558
9569
|
"version": "5.3.1",
|
|
9559
9570
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
|
|
9560
9571
|
"integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
|
|
9572
|
+
"dev": true,
|
|
9561
9573
|
"license": "MIT",
|
|
9562
9574
|
"engines": {
|
|
9563
9575
|
"node": ">= 4"
|
|
@@ -10003,6 +10015,7 @@
|
|
|
10003
10015
|
"version": "2.1.1",
|
|
10004
10016
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
10005
10017
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
10018
|
+
"dev": true,
|
|
10006
10019
|
"license": "MIT",
|
|
10007
10020
|
"engines": {
|
|
10008
10021
|
"node": ">=0.10.0"
|
|
@@ -10021,6 +10034,7 @@
|
|
|
10021
10034
|
"version": "4.0.3",
|
|
10022
10035
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
10023
10036
|
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
10037
|
+
"dev": true,
|
|
10024
10038
|
"license": "MIT",
|
|
10025
10039
|
"dependencies": {
|
|
10026
10040
|
"is-extglob": "^2.1.1"
|
|
@@ -10097,6 +10111,7 @@
|
|
|
10097
10111
|
"version": "7.0.0",
|
|
10098
10112
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
10099
10113
|
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
10114
|
+
"dev": true,
|
|
10100
10115
|
"license": "MIT",
|
|
10101
10116
|
"engines": {
|
|
10102
10117
|
"node": ">=0.12.0"
|
|
@@ -11327,6 +11342,7 @@
|
|
|
11327
11342
|
"version": "1.4.1",
|
|
11328
11343
|
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
|
11329
11344
|
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
11345
|
+
"dev": true,
|
|
11330
11346
|
"license": "MIT",
|
|
11331
11347
|
"engines": {
|
|
11332
11348
|
"node": ">= 8"
|
|
@@ -11336,6 +11352,7 @@
|
|
|
11336
11352
|
"version": "4.0.8",
|
|
11337
11353
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
11338
11354
|
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
11355
|
+
"dev": true,
|
|
11339
11356
|
"license": "MIT",
|
|
11340
11357
|
"dependencies": {
|
|
11341
11358
|
"braces": "^3.0.3",
|
|
@@ -11984,9 +12001,9 @@
|
|
|
11984
12001
|
}
|
|
11985
12002
|
},
|
|
11986
12003
|
"node_modules/oclif": {
|
|
11987
|
-
"version": "4.18.
|
|
11988
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.
|
|
11989
|
-
"integrity": "sha512-
|
|
12004
|
+
"version": "4.18.1",
|
|
12005
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.1.tgz",
|
|
12006
|
+
"integrity": "sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==",
|
|
11990
12007
|
"dev": true,
|
|
11991
12008
|
"license": "MIT",
|
|
11992
12009
|
"dependencies": {
|
|
@@ -11995,7 +12012,7 @@
|
|
|
11995
12012
|
"@inquirer/confirm": "^3.1.22",
|
|
11996
12013
|
"@inquirer/input": "^2.2.4",
|
|
11997
12014
|
"@inquirer/select": "^2.5.0",
|
|
11998
|
-
"@oclif/core": "^4.2
|
|
12015
|
+
"@oclif/core": "^4.3.2",
|
|
11999
12016
|
"@oclif/plugin-help": "^6.2.27",
|
|
12000
12017
|
"@oclif/plugin-not-found": "^3.2.48",
|
|
12001
12018
|
"@oclif/plugin-warn-if-update-available": "^3.1.38",
|
|
@@ -12452,6 +12469,7 @@
|
|
|
12452
12469
|
"version": "4.0.0",
|
|
12453
12470
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
|
|
12454
12471
|
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
|
|
12472
|
+
"dev": true,
|
|
12455
12473
|
"license": "MIT",
|
|
12456
12474
|
"engines": {
|
|
12457
12475
|
"node": ">=8"
|
|
@@ -12478,6 +12496,7 @@
|
|
|
12478
12496
|
"version": "2.3.1",
|
|
12479
12497
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
12480
12498
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
12499
|
+
"dev": true,
|
|
12481
12500
|
"license": "MIT",
|
|
12482
12501
|
"engines": {
|
|
12483
12502
|
"node": ">=8.6"
|
|
@@ -12874,6 +12893,7 @@
|
|
|
12874
12893
|
"version": "1.2.3",
|
|
12875
12894
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
12876
12895
|
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
12896
|
+
"dev": true,
|
|
12877
12897
|
"funding": [
|
|
12878
12898
|
{
|
|
12879
12899
|
"type": "github",
|
|
@@ -13295,6 +13315,7 @@
|
|
|
13295
13315
|
"version": "1.0.4",
|
|
13296
13316
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
|
|
13297
13317
|
"integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
|
|
13318
|
+
"dev": true,
|
|
13298
13319
|
"license": "MIT",
|
|
13299
13320
|
"engines": {
|
|
13300
13321
|
"iojs": ">=1.0.0",
|
|
@@ -13334,6 +13355,7 @@
|
|
|
13334
13355
|
"version": "1.2.0",
|
|
13335
13356
|
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
13336
13357
|
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
|
13358
|
+
"dev": true,
|
|
13337
13359
|
"funding": [
|
|
13338
13360
|
{
|
|
13339
13361
|
"type": "github",
|
|
@@ -13641,6 +13663,7 @@
|
|
|
13641
13663
|
"version": "3.0.0",
|
|
13642
13664
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
13643
13665
|
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
13666
|
+
"dev": true,
|
|
13644
13667
|
"license": "MIT",
|
|
13645
13668
|
"engines": {
|
|
13646
13669
|
"node": ">=8"
|
|
@@ -14216,24 +14239,25 @@
|
|
|
14216
14239
|
"license": "MIT"
|
|
14217
14240
|
},
|
|
14218
14241
|
"node_modules/tinyglobby": {
|
|
14219
|
-
"version": "0.2.
|
|
14220
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
14221
|
-
"integrity": "sha512-
|
|
14222
|
-
"dev": true,
|
|
14242
|
+
"version": "0.2.14",
|
|
14243
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
|
|
14244
|
+
"integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
|
|
14223
14245
|
"license": "MIT",
|
|
14224
14246
|
"dependencies": {
|
|
14225
|
-
"fdir": "^6.4.
|
|
14247
|
+
"fdir": "^6.4.4",
|
|
14226
14248
|
"picomatch": "^4.0.2"
|
|
14227
14249
|
},
|
|
14228
14250
|
"engines": {
|
|
14229
14251
|
"node": ">=12.0.0"
|
|
14252
|
+
},
|
|
14253
|
+
"funding": {
|
|
14254
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
14230
14255
|
}
|
|
14231
14256
|
},
|
|
14232
14257
|
"node_modules/tinyglobby/node_modules/fdir": {
|
|
14233
|
-
"version": "6.4.
|
|
14234
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.
|
|
14235
|
-
"integrity": "sha512-
|
|
14236
|
-
"dev": true,
|
|
14258
|
+
"version": "6.4.5",
|
|
14259
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
|
|
14260
|
+
"integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
|
|
14237
14261
|
"license": "MIT",
|
|
14238
14262
|
"peerDependencies": {
|
|
14239
14263
|
"picomatch": "^3 || ^4"
|
|
@@ -14248,7 +14272,6 @@
|
|
|
14248
14272
|
"version": "4.0.2",
|
|
14249
14273
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
14250
14274
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
14251
|
-
"dev": true,
|
|
14252
14275
|
"license": "MIT",
|
|
14253
14276
|
"engines": {
|
|
14254
14277
|
"node": ">=12"
|
|
@@ -14284,6 +14307,7 @@
|
|
|
14284
14307
|
"version": "5.0.1",
|
|
14285
14308
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
14286
14309
|
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
14310
|
+
"dev": true,
|
|
14287
14311
|
"license": "MIT",
|
|
14288
14312
|
"dependencies": {
|
|
14289
14313
|
"is-number": "^7.0.0"
|
package/oclif.lock
CHANGED
|
@@ -1528,7 +1528,7 @@
|
|
|
1528
1528
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1529
1529
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1530
1530
|
|
|
1531
|
-
"@jsforce/jsforce-node@^3.8.
|
|
1531
|
+
"@jsforce/jsforce-node@^3.8.2":
|
|
1532
1532
|
version "3.8.2"
|
|
1533
1533
|
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz#68b903f6733ae479086ab02ea4a2de87a7f208eb"
|
|
1534
1534
|
integrity sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==
|
|
@@ -1565,10 +1565,10 @@
|
|
|
1565
1565
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1566
1566
|
fastq "^1.6.0"
|
|
1567
1567
|
|
|
1568
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.
|
|
1569
|
-
version "4.3.
|
|
1570
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.
|
|
1571
|
-
integrity sha512-
|
|
1568
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2":
|
|
1569
|
+
version "4.3.3"
|
|
1570
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.3.tgz#a527536b62ef202c58d2b69ce9cd1e64eb3a94b1"
|
|
1571
|
+
integrity sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==
|
|
1572
1572
|
dependencies:
|
|
1573
1573
|
ansi-escapes "^4.3.2"
|
|
1574
1574
|
ansis "^3.17.0"
|
|
@@ -1577,7 +1577,6 @@
|
|
|
1577
1577
|
debug "^4.4.0"
|
|
1578
1578
|
ejs "^3.1.10"
|
|
1579
1579
|
get-package-type "^0.1.0"
|
|
1580
|
-
globby "^11.1.0"
|
|
1581
1580
|
indent-string "^4.0.0"
|
|
1582
1581
|
is-wsl "^2.2.0"
|
|
1583
1582
|
lilconfig "^3.1.3"
|
|
@@ -1585,6 +1584,7 @@
|
|
|
1585
1584
|
semver "^7.6.3"
|
|
1586
1585
|
string-width "^4.2.3"
|
|
1587
1586
|
supports-color "^8"
|
|
1587
|
+
tinyglobby "^0.2.14"
|
|
1588
1588
|
widest-line "^3.1.0"
|
|
1589
1589
|
wordwrap "^1.0.0"
|
|
1590
1590
|
wrap-ansi "^7.0.0"
|
|
@@ -1659,10 +1659,10 @@
|
|
|
1659
1659
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1660
1660
|
config-chain "^1.1.11"
|
|
1661
1661
|
|
|
1662
|
-
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.
|
|
1663
|
-
version "8.
|
|
1664
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1665
|
-
integrity sha512-
|
|
1662
|
+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.11.4", "@salesforce/core@^8.12.0", "@salesforce/core@^8.14.0", "@salesforce/core@^8.5.1":
|
|
1663
|
+
version "8.14.0"
|
|
1664
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.14.0.tgz#fcdd8b641221fee668b95ed2ede56b251668077c"
|
|
1665
|
+
integrity sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==
|
|
1666
1666
|
dependencies:
|
|
1667
1667
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
1668
1668
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1727,30 +1727,30 @@
|
|
|
1727
1727
|
dependencies:
|
|
1728
1728
|
"@salesforce/ts-types" "^2.0.12"
|
|
1729
1729
|
|
|
1730
|
-
"@salesforce/plugin-auth@^3.6.
|
|
1731
|
-
version "3.6.
|
|
1732
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
1733
|
-
integrity sha512-
|
|
1730
|
+
"@salesforce/plugin-auth@^3.6.129":
|
|
1731
|
+
version "3.6.129"
|
|
1732
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.129.tgz#b77628fdeffec32dd9d4a7a0bbea6c5d53032189"
|
|
1733
|
+
integrity sha512-Uvo432RbMJFeyRzbjmQhHWCgViC+ewFjSDC5reACGnspdpw00E6TLJoy9XBN+xetQ+LhOO7a98/j/YrTLhwZKw==
|
|
1734
1734
|
dependencies:
|
|
1735
1735
|
"@inquirer/checkbox" "^2.5.0"
|
|
1736
1736
|
"@inquirer/select" "^2.5.0"
|
|
1737
1737
|
"@oclif/core" "^4"
|
|
1738
|
-
"@salesforce/core" "^8.
|
|
1738
|
+
"@salesforce/core" "^8.12.0"
|
|
1739
1739
|
"@salesforce/kit" "^3.2.3"
|
|
1740
|
-
"@salesforce/plugin-info" "^3.4.
|
|
1740
|
+
"@salesforce/plugin-info" "^3.4.65"
|
|
1741
1741
|
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
1742
1742
|
"@salesforce/ts-types" "^2.0.11"
|
|
1743
1743
|
open "^10.1.2"
|
|
1744
1744
|
|
|
1745
|
-
"@salesforce/plugin-info@^3.4.
|
|
1746
|
-
version "3.4.
|
|
1747
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
1748
|
-
integrity sha512-
|
|
1745
|
+
"@salesforce/plugin-info@^3.4.65":
|
|
1746
|
+
version "3.4.66"
|
|
1747
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.66.tgz#8a78c60077cc24a8716d9ccf87730ab6c9b927db"
|
|
1748
|
+
integrity sha512-tRSGCIyXgojFHWM1lqQtPFCq5oQC2VJeuaqYZiSqzPxgmWBLXO2wxJyzOLYiwq/4FCYX6QTWSDdWKgXdgK0qnQ==
|
|
1749
1749
|
dependencies:
|
|
1750
1750
|
"@inquirer/input" "^2.3.0"
|
|
1751
|
-
"@jsforce/jsforce-node" "^3.8.
|
|
1751
|
+
"@jsforce/jsforce-node" "^3.8.2"
|
|
1752
1752
|
"@oclif/core" "^4"
|
|
1753
|
-
"@salesforce/core" "^8.
|
|
1753
|
+
"@salesforce/core" "^8.12.0"
|
|
1754
1754
|
"@salesforce/kit" "^3.2.3"
|
|
1755
1755
|
"@salesforce/sf-plugins-core" "^12"
|
|
1756
1756
|
got "^13.0.0"
|
|
@@ -1760,12 +1760,12 @@
|
|
|
1760
1760
|
proxy-agent "^6.5.0"
|
|
1761
1761
|
semver "^7.7.2"
|
|
1762
1762
|
|
|
1763
|
-
"@salesforce/plugin-user@^3.6.
|
|
1764
|
-
version "3.6.
|
|
1765
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
1766
|
-
integrity sha512-
|
|
1763
|
+
"@salesforce/plugin-user@^3.6.25":
|
|
1764
|
+
version "3.6.25"
|
|
1765
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-user/-/plugin-user-3.6.25.tgz#ba1a11eb45a5abc4918abe93e216e1c4896aa5c1"
|
|
1766
|
+
integrity sha512-EkWvM2is6UHMbVDTE0M0uBeDiNBUoN5q5YFbGy4upt0L7juEnKS5C0d+HjXy2IDcJskOa+7xHqBJGHqx5QcNsw==
|
|
1767
1767
|
dependencies:
|
|
1768
|
-
"@salesforce/core" "^8.11.
|
|
1768
|
+
"@salesforce/core" "^8.11.4"
|
|
1769
1769
|
"@salesforce/kit" "^3.2.2"
|
|
1770
1770
|
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
1771
1771
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -4254,10 +4254,10 @@ faye@^1.4.0:
|
|
|
4254
4254
|
tough-cookie "*"
|
|
4255
4255
|
tunnel-agent "*"
|
|
4256
4256
|
|
|
4257
|
-
fdir@^6.4.
|
|
4258
|
-
version "6.4.
|
|
4259
|
-
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.
|
|
4260
|
-
integrity sha512-
|
|
4257
|
+
fdir@^6.4.4:
|
|
4258
|
+
version "6.4.5"
|
|
4259
|
+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.5.tgz#328e280f3a23699362f95f2e82acf978a0c0cb49"
|
|
4260
|
+
integrity sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==
|
|
4261
4261
|
|
|
4262
4262
|
file-entry-cache@^6.0.1:
|
|
4263
4263
|
version "6.0.1"
|
|
@@ -6145,17 +6145,17 @@ object.values@^1.1.7:
|
|
|
6145
6145
|
define-properties "^1.2.0"
|
|
6146
6146
|
es-abstract "^1.22.1"
|
|
6147
6147
|
|
|
6148
|
-
oclif@^4.18.
|
|
6149
|
-
version "4.18.
|
|
6150
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.
|
|
6151
|
-
integrity sha512-
|
|
6148
|
+
oclif@^4.18.1:
|
|
6149
|
+
version "4.18.1"
|
|
6150
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.1.tgz#697c10712f022a4d8b596b15868a149fcbca3e8d"
|
|
6151
|
+
integrity sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==
|
|
6152
6152
|
dependencies:
|
|
6153
6153
|
"@aws-sdk/client-cloudfront" "^3.787.0"
|
|
6154
6154
|
"@aws-sdk/client-s3" "^3.787.0"
|
|
6155
6155
|
"@inquirer/confirm" "^3.1.22"
|
|
6156
6156
|
"@inquirer/input" "^2.2.4"
|
|
6157
6157
|
"@inquirer/select" "^2.5.0"
|
|
6158
|
-
"@oclif/core" "^4.2
|
|
6158
|
+
"@oclif/core" "^4.3.2"
|
|
6159
6159
|
"@oclif/plugin-help" "^6.2.27"
|
|
6160
6160
|
"@oclif/plugin-not-found" "^3.2.48"
|
|
6161
6161
|
"@oclif/plugin-warn-if-update-available" "^3.1.38"
|
|
@@ -7443,12 +7443,12 @@ tiny-jsonc@^1.0.2:
|
|
|
7443
7443
|
resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
|
|
7444
7444
|
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
|
|
7445
7445
|
|
|
7446
|
-
tinyglobby@^0.2.9:
|
|
7447
|
-
version "0.2.
|
|
7448
|
-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.
|
|
7449
|
-
integrity sha512-
|
|
7446
|
+
tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
|
7447
|
+
version "0.2.14"
|
|
7448
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
|
|
7449
|
+
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
|
|
7450
7450
|
dependencies:
|
|
7451
|
-
fdir "^6.4.
|
|
7451
|
+
fdir "^6.4.4"
|
|
7452
7452
|
picomatch "^4.0.2"
|
|
7453
7453
|
|
|
7454
7454
|
tmp@^0.0.33:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.57",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@oclif/core": "^4",
|
|
10
|
-
"@salesforce/core": "^8.
|
|
10
|
+
"@salesforce/core": "^8.14.0",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
13
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-help": "^6.2.28",
|
|
20
20
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
21
|
-
"@salesforce/plugin-auth": "^3.6.
|
|
22
|
-
"@salesforce/plugin-user": "^3.6.
|
|
21
|
+
"@salesforce/plugin-auth": "^3.6.129",
|
|
22
|
+
"@salesforce/plugin-user": "^3.6.25",
|
|
23
23
|
"@types/debug": "^4.1.12",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.24",
|
|
25
|
-
"oclif": "^4.18.
|
|
25
|
+
"oclif": "^4.18.1",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.5.4"
|
|
28
28
|
},
|