@salesforce/plugin-apex 3.0.6 → 3.0.8
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 +8 -8
- package/messages/runtest.md +1 -1
- package/oclif.lock +90 -20
- package/oclif.manifest.json +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ FLAG DESCRIPTIONS
|
|
|
145
145
|
directory.
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
148
|
+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/get/log.ts)_
|
|
149
149
|
|
|
150
150
|
## `sf apex get test`
|
|
151
151
|
|
|
@@ -197,7 +197,7 @@ EXAMPLES
|
|
|
197
197
|
me@myorg',
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
200
|
+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/get/test.ts)_
|
|
201
201
|
|
|
202
202
|
## `sf apex list log`
|
|
203
203
|
|
|
@@ -235,7 +235,7 @@ EXAMPLES
|
|
|
235
235
|
$ sf apex list log --target-org me@my.org
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
238
|
+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/list/log.ts)_
|
|
239
239
|
|
|
240
240
|
## `sf apex run`
|
|
241
241
|
|
|
@@ -280,7 +280,7 @@ EXAMPLES
|
|
|
280
280
|
$ sf apex run
|
|
281
281
|
```
|
|
282
282
|
|
|
283
|
-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
283
|
+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/run.ts)_
|
|
284
284
|
|
|
285
285
|
## `sf apex run test`
|
|
286
286
|
|
|
@@ -301,7 +301,7 @@ FLAGS
|
|
|
301
301
|
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
302
302
|
-r, --result-format=<option> [default: human] Format of the test results.
|
|
303
303
|
<options: human|tap|junit|json>
|
|
304
|
-
-s, --suite-names=<value>... Apex test suite names to run
|
|
304
|
+
-s, --suite-names=<value>... Apex test suite names to run.
|
|
305
305
|
-t, --tests=<value>... Apex test class names or IDs and, if applicable, test methods to run; default is all
|
|
306
306
|
tests.
|
|
307
307
|
-v, --detailed-coverage Display detailed code coverage per test.
|
|
@@ -373,7 +373,7 @@ FLAG DESCRIPTIONS
|
|
|
373
373
|
For multiple classes, repeat the flag for each.
|
|
374
374
|
--class-names Class1 --class-names Class2
|
|
375
375
|
|
|
376
|
-
-s, --suite-names=<value>... Apex test suite names to run
|
|
376
|
+
-s, --suite-names=<value>... Apex test suite names to run.
|
|
377
377
|
|
|
378
378
|
If you select --suite-names, you can't specify --class-names or --tests.
|
|
379
379
|
For multiple suites, repeat the flag for each.
|
|
@@ -386,7 +386,7 @@ FLAG DESCRIPTIONS
|
|
|
386
386
|
--tests Test1 --tests Test2
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
389
|
+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/run/test.ts)_
|
|
390
390
|
|
|
391
391
|
## `sf apex tail log`
|
|
392
392
|
|
|
@@ -425,6 +425,6 @@ EXAMPLES
|
|
|
425
425
|
$ sf apex tail log --color --skip-trace-flag
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
428
|
+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/tail/log.ts)_
|
|
429
429
|
|
|
430
430
|
<!-- commandsstop -->
|
package/messages/runtest.md
CHANGED
package/oclif.lock
CHANGED
|
@@ -768,10 +768,10 @@
|
|
|
768
768
|
wordwrap "^1.0.0"
|
|
769
769
|
wrap-ansi "^7.0.0"
|
|
770
770
|
|
|
771
|
-
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.
|
|
772
|
-
version "3.
|
|
773
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
774
|
-
integrity sha512-
|
|
771
|
+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.12.0", "@oclif/core@^3.3.1":
|
|
772
|
+
version "3.12.0"
|
|
773
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.12.0.tgz#4b38b1b5dab2f7585f89c3927a8a157b258b4bd6"
|
|
774
|
+
integrity sha512-mT1Vpd1E20IJ7P6GDYOivylPdTHq/xVgFjeCDjitFW86UAklFM8BEFyFB7KpsTvpmjRbCoda3yU10lSI1224lw==
|
|
775
775
|
dependencies:
|
|
776
776
|
ansi-escapes "^4.3.2"
|
|
777
777
|
ansi-styles "^4.3.0"
|
|
@@ -779,6 +779,7 @@
|
|
|
779
779
|
chalk "^4.1.2"
|
|
780
780
|
clean-stack "^3.0.1"
|
|
781
781
|
cli-progress "^3.12.0"
|
|
782
|
+
color "^4.2.3"
|
|
782
783
|
debug "^4.3.4"
|
|
783
784
|
ejs "^3.1.9"
|
|
784
785
|
get-package-type "^0.1.0"
|
|
@@ -961,14 +962,14 @@
|
|
|
961
962
|
istanbul-lib-report "^3.0.1"
|
|
962
963
|
istanbul-reports "^3.1.6"
|
|
963
964
|
|
|
964
|
-
"@salesforce/cli-plugins-testkit@^5.0.
|
|
965
|
-
version "5.0.
|
|
966
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.
|
|
967
|
-
integrity sha512-
|
|
965
|
+
"@salesforce/cli-plugins-testkit@^5.0.5":
|
|
966
|
+
version "5.0.5"
|
|
967
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.5.tgz#54a4ec57a10b10b3e3040cfb754972666a3ec100"
|
|
968
|
+
integrity sha512-TketFUfimWg7T0LJGaXtfelvp6Zy3i2sYwuULSBYiyPceqUTZJXPXNzbHC987b6E3OcT4K6mIxLiVbF//kzvMQ==
|
|
968
969
|
dependencies:
|
|
969
|
-
"@salesforce/core" "^
|
|
970
|
+
"@salesforce/core" "^6.2.0"
|
|
970
971
|
"@salesforce/kit" "^3.0.15"
|
|
971
|
-
"@salesforce/ts-types" "^2.0.
|
|
972
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
972
973
|
"@types/shelljs" "^0.8.15"
|
|
973
974
|
debug "^4.3.1"
|
|
974
975
|
jszip "^3.10.1"
|
|
@@ -1000,6 +1001,30 @@
|
|
|
1000
1001
|
semver "^7.5.4"
|
|
1001
1002
|
ts-retry-promise "^0.7.1"
|
|
1002
1003
|
|
|
1004
|
+
"@salesforce/core@^6.2.0":
|
|
1005
|
+
version "6.2.0"
|
|
1006
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.0.tgz#9bac72c0b48c733cf1d32d19f9775c34d895f207"
|
|
1007
|
+
integrity sha512-HuggjBCLA18yXYHChnsrPDGbM+fAPx+9NeS7Dkx3/o1VhJ2hok5BUkvdaeoAVex/0Oc2J+KcvX/gqrjY51iOhQ==
|
|
1008
|
+
dependencies:
|
|
1009
|
+
"@salesforce/kit" "^3.0.15"
|
|
1010
|
+
"@salesforce/schemas" "^1.6.1"
|
|
1011
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1012
|
+
"@types/semver" "^7.5.4"
|
|
1013
|
+
ajv "^8.12.0"
|
|
1014
|
+
change-case "^4.1.2"
|
|
1015
|
+
faye "^1.4.0"
|
|
1016
|
+
form-data "^4.0.0"
|
|
1017
|
+
js2xmlparser "^4.0.1"
|
|
1018
|
+
jsforce "^2.0.0-beta.28"
|
|
1019
|
+
jsonwebtoken "9.0.2"
|
|
1020
|
+
jszip "3.10.1"
|
|
1021
|
+
pino "^8.16.2"
|
|
1022
|
+
pino-abstract-transport "^1.1.0"
|
|
1023
|
+
pino-pretty "^10.2.3"
|
|
1024
|
+
proper-lockfile "^4.1.2"
|
|
1025
|
+
semver "^7.5.4"
|
|
1026
|
+
ts-retry-promise "^0.7.1"
|
|
1027
|
+
|
|
1003
1028
|
"@salesforce/dev-config@^4.0.1":
|
|
1004
1029
|
version "4.1.0"
|
|
1005
1030
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
@@ -1093,7 +1118,7 @@
|
|
|
1093
1118
|
chalk "^4"
|
|
1094
1119
|
inquirer "^8.2.5"
|
|
1095
1120
|
|
|
1096
|
-
"@salesforce/ts-types@^2.0.
|
|
1121
|
+
"@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.9":
|
|
1097
1122
|
version "2.0.9"
|
|
1098
1123
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
1099
1124
|
integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
|
|
@@ -2430,21 +2455,37 @@ color-name@1.1.3:
|
|
|
2430
2455
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
2431
2456
|
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
|
|
2432
2457
|
|
|
2458
|
+
color-name@^1.0.0, color-name@~1.1.4:
|
|
2459
|
+
version "1.1.4"
|
|
2460
|
+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
2461
|
+
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
2462
|
+
|
|
2433
2463
|
color-name@^2.0.0:
|
|
2434
2464
|
version "2.0.0"
|
|
2435
2465
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-2.0.0.tgz#03ff6b1b5aec9bb3cf1ed82400c2790dfcd01d2d"
|
|
2436
2466
|
integrity sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==
|
|
2437
2467
|
|
|
2438
|
-
color-
|
|
2439
|
-
version "1.1
|
|
2440
|
-
resolved "https://registry.yarnpkg.com/color-
|
|
2441
|
-
integrity sha512-
|
|
2468
|
+
color-string@^1.9.0:
|
|
2469
|
+
version "1.9.1"
|
|
2470
|
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
|
|
2471
|
+
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
|
|
2472
|
+
dependencies:
|
|
2473
|
+
color-name "^1.0.0"
|
|
2474
|
+
simple-swizzle "^0.2.2"
|
|
2442
2475
|
|
|
2443
2476
|
color-support@^1.1.2, color-support@^1.1.3:
|
|
2444
2477
|
version "1.1.3"
|
|
2445
2478
|
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
|
|
2446
2479
|
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
|
|
2447
2480
|
|
|
2481
|
+
color@^4.2.3:
|
|
2482
|
+
version "4.2.3"
|
|
2483
|
+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
|
|
2484
|
+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
|
|
2485
|
+
dependencies:
|
|
2486
|
+
color-convert "^2.0.1"
|
|
2487
|
+
color-string "^1.9.0"
|
|
2488
|
+
|
|
2448
2489
|
colorette@^2.0.7:
|
|
2449
2490
|
version "2.0.20"
|
|
2450
2491
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
|
|
@@ -4156,6 +4197,11 @@ is-arrayish@^0.2.1:
|
|
|
4156
4197
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
|
4157
4198
|
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
|
|
4158
4199
|
|
|
4200
|
+
is-arrayish@^0.3.1:
|
|
4201
|
+
version "0.3.2"
|
|
4202
|
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
|
4203
|
+
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
|
4204
|
+
|
|
4159
4205
|
is-bigint@^1.0.1:
|
|
4160
4206
|
version "1.0.4"
|
|
4161
4207
|
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
|
|
@@ -5767,10 +5813,10 @@ object.values@^1.1.7:
|
|
|
5767
5813
|
define-properties "^1.2.0"
|
|
5768
5814
|
es-abstract "^1.22.1"
|
|
5769
5815
|
|
|
5770
|
-
oclif@^4.0.
|
|
5771
|
-
version "4.0.
|
|
5772
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
5773
|
-
integrity sha512-
|
|
5816
|
+
oclif@^4.0.4:
|
|
5817
|
+
version "4.0.4"
|
|
5818
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
|
|
5819
|
+
integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
|
|
5774
5820
|
dependencies:
|
|
5775
5821
|
"@oclif/core" "^3.0.4"
|
|
5776
5822
|
"@oclif/plugin-help" "^5.2.14"
|
|
@@ -6125,7 +6171,7 @@ pify@^4.0.1:
|
|
|
6125
6171
|
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
|
6126
6172
|
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
|
|
6127
6173
|
|
|
6128
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@v1.1.0:
|
|
6174
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-transport@v1.1.0:
|
|
6129
6175
|
version "1.1.0"
|
|
6130
6176
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
6131
6177
|
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
@@ -6175,6 +6221,23 @@ pino@^8.16.0:
|
|
|
6175
6221
|
sonic-boom "^3.7.0"
|
|
6176
6222
|
thread-stream "^2.0.0"
|
|
6177
6223
|
|
|
6224
|
+
pino@^8.16.2:
|
|
6225
|
+
version "8.16.2"
|
|
6226
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
6227
|
+
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
6228
|
+
dependencies:
|
|
6229
|
+
atomic-sleep "^1.0.0"
|
|
6230
|
+
fast-redact "^3.1.1"
|
|
6231
|
+
on-exit-leak-free "^2.1.0"
|
|
6232
|
+
pino-abstract-transport v1.1.0
|
|
6233
|
+
pino-std-serializers "^6.0.0"
|
|
6234
|
+
process-warning "^2.0.0"
|
|
6235
|
+
quick-format-unescaped "^4.0.3"
|
|
6236
|
+
real-require "^0.2.0"
|
|
6237
|
+
safe-stable-stringify "^2.3.1"
|
|
6238
|
+
sonic-boom "^3.7.0"
|
|
6239
|
+
thread-stream "^2.0.0"
|
|
6240
|
+
|
|
6178
6241
|
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
|
|
6179
6242
|
version "4.2.0"
|
|
6180
6243
|
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
|
|
@@ -6831,6 +6894,13 @@ sigstore@^1.3.0:
|
|
|
6831
6894
|
"@sigstore/tuf" "^1.0.3"
|
|
6832
6895
|
make-fetch-happen "^11.0.1"
|
|
6833
6896
|
|
|
6897
|
+
simple-swizzle@^0.2.2:
|
|
6898
|
+
version "0.2.2"
|
|
6899
|
+
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
6900
|
+
integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
|
|
6901
|
+
dependencies:
|
|
6902
|
+
is-arrayish "^0.3.1"
|
|
6903
|
+
|
|
6834
6904
|
sinon@10.0.0:
|
|
6835
6905
|
version "10.0.0"
|
|
6836
6906
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-10.0.0.tgz#52279f97e35646ff73d23207d0307977c9b81430"
|
package/oclif.manifest.json
CHANGED
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"tests"
|
|
670
670
|
],
|
|
671
671
|
"name": "suite-names",
|
|
672
|
-
"summary": "Apex test suite names to run
|
|
672
|
+
"summary": "Apex test suite names to run.",
|
|
673
673
|
"delimiter": ",",
|
|
674
674
|
"hasDynamicHelp": false,
|
|
675
675
|
"multiple": true,
|
|
@@ -909,5 +909,5 @@
|
|
|
909
909
|
]
|
|
910
910
|
}
|
|
911
911
|
},
|
|
912
|
-
"version": "3.0.
|
|
912
|
+
"version": "3.0.8"
|
|
913
913
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
3
|
"description": "Apex commands",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.12.0",
|
|
9
9
|
"@salesforce/apex-node": "^2.1.2",
|
|
10
10
|
"@salesforce/core": "^5.3.20",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^4.1.2",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@oclif/plugin-command-snapshot": "^5.0.2",
|
|
18
|
-
"@salesforce/cli-plugins-testkit": "^5.0.
|
|
18
|
+
"@salesforce/cli-plugins-testkit": "^5.0.5",
|
|
19
19
|
"@salesforce/dev-scripts": "^6.0.3",
|
|
20
20
|
"@salesforce/plugin-command-reference": "^3.0.46",
|
|
21
21
|
"@types/color-convert": "^2.0.3",
|
|
22
22
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
23
|
-
"oclif": "^4.0.
|
|
23
|
+
"oclif": "^4.0.4",
|
|
24
24
|
"shx": "^0.3.4",
|
|
25
25
|
"ts-node": "^10.9.1",
|
|
26
26
|
"typescript": "^5.2.2"
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"exports": "./lib/index.js",
|
|
213
213
|
"type": "module",
|
|
214
214
|
"sfdx": {
|
|
215
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.
|
|
216
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.
|
|
215
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.8.crt",
|
|
216
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.8.sig"
|
|
217
217
|
}
|
|
218
218
|
}
|