@salesforce/plugin-apex 3.0.24 → 3.0.25
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 +6 -6
- package/oclif.lock +21 -14
- package/oclif.manifest.json +109 -109
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ FLAG DESCRIPTIONS
|
|
|
146
146
|
directory.
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
-
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
149
|
+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/get/log.ts)_
|
|
150
150
|
|
|
151
151
|
## `sf apex get test`
|
|
152
152
|
|
|
@@ -199,7 +199,7 @@ EXAMPLES
|
|
|
199
199
|
me@myorg',
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
202
|
+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/get/test.ts)_
|
|
203
203
|
|
|
204
204
|
## `sf apex list log`
|
|
205
205
|
|
|
@@ -238,7 +238,7 @@ EXAMPLES
|
|
|
238
238
|
$ sf apex list log --target-org me@my.org
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
241
|
+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/list/log.ts)_
|
|
242
242
|
|
|
243
243
|
## `sf apex run`
|
|
244
244
|
|
|
@@ -284,7 +284,7 @@ EXAMPLES
|
|
|
284
284
|
$ sf apex run
|
|
285
285
|
```
|
|
286
286
|
|
|
287
|
-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
287
|
+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/run.ts)_
|
|
288
288
|
|
|
289
289
|
## `sf apex run test`
|
|
290
290
|
|
|
@@ -391,7 +391,7 @@ FLAG DESCRIPTIONS
|
|
|
391
391
|
--tests Test1 --tests Test2
|
|
392
392
|
```
|
|
393
393
|
|
|
394
|
-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
394
|
+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/run/test.ts)_
|
|
395
395
|
|
|
396
396
|
## `sf apex tail log`
|
|
397
397
|
|
|
@@ -431,6 +431,6 @@ EXAMPLES
|
|
|
431
431
|
$ sf apex tail log --color --skip-trace-flag
|
|
432
432
|
```
|
|
433
433
|
|
|
434
|
-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
434
|
+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/tail/log.ts)_
|
|
435
435
|
|
|
436
436
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1819,10 +1819,10 @@
|
|
|
1819
1819
|
wordwrap "^1.0.0"
|
|
1820
1820
|
wrap-ansi "^7.0.0"
|
|
1821
1821
|
|
|
1822
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
1823
|
-
version "5.0.
|
|
1824
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
1825
|
-
integrity sha512-
|
|
1822
|
+
"@oclif/plugin-command-snapshot@^5.0.8":
|
|
1823
|
+
version "5.0.8"
|
|
1824
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.8.tgz#8ddaa56099ca6ba3414cdfbc023384066e150fec"
|
|
1825
|
+
integrity sha512-tVjT1USqjPpoVswK/rvk8k6NDEdrDxPJPyVZ7Dj+b68pCxUcQw7DTorp+YjYWSwMABY9e7k4bO3Xtk78m/q5tA==
|
|
1826
1826
|
dependencies:
|
|
1827
1827
|
"@oclif/core" "^3.18.2"
|
|
1828
1828
|
"@types/lodash.difference" "^4.5.9"
|
|
@@ -1831,7 +1831,7 @@
|
|
|
1831
1831
|
lodash.difference "^4.5.0"
|
|
1832
1832
|
lodash.get "^4.4.2"
|
|
1833
1833
|
lodash.sortby "^4.7.0"
|
|
1834
|
-
semver "^7.
|
|
1834
|
+
semver "^7.6.0"
|
|
1835
1835
|
ts-json-schema-generator "^1.5.0"
|
|
1836
1836
|
|
|
1837
1837
|
"@oclif/plugin-help@^6.0.12":
|
|
@@ -1982,12 +1982,12 @@
|
|
|
1982
1982
|
istanbul-reports "^3.1.6"
|
|
1983
1983
|
jsforce "^2.0.0-beta.29"
|
|
1984
1984
|
|
|
1985
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
1986
|
-
version "5.1.
|
|
1987
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
1988
|
-
integrity sha512-
|
|
1985
|
+
"@salesforce/cli-plugins-testkit@^5.1.9":
|
|
1986
|
+
version "5.1.9"
|
|
1987
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.9.tgz#c21b0d282c0d309141ca5e2fe47835530a24621d"
|
|
1988
|
+
integrity sha512-8a9dwYdo2tXhVMrDe4ex8tjMYGuIwT9wlltB4+h3gt/IuowazjQGy5VWam08gsm3UT/FhhjZBdN0aKJPbD4wXA==
|
|
1989
1989
|
dependencies:
|
|
1990
|
-
"@salesforce/core" "^6.5.
|
|
1990
|
+
"@salesforce/core" "^6.5.3"
|
|
1991
1991
|
"@salesforce/kit" "^3.0.15"
|
|
1992
1992
|
"@salesforce/ts-types" "^2.0.9"
|
|
1993
1993
|
"@types/shelljs" "^0.8.15"
|
|
@@ -5728,9 +5728,9 @@ interpret@^1.0.0:
|
|
|
5728
5728
|
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
|
|
5729
5729
|
|
|
5730
5730
|
ip@^2.0.0:
|
|
5731
|
-
version "2.0.
|
|
5732
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.
|
|
5733
|
-
integrity sha512-
|
|
5731
|
+
version "2.0.1"
|
|
5732
|
+
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
|
|
5733
|
+
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
|
|
5734
5734
|
|
|
5735
5735
|
is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
|
|
5736
5736
|
version "3.0.2"
|
|
@@ -8305,7 +8305,7 @@ secure-json-parse@^2.4.0:
|
|
|
8305
8305
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
|
|
8306
8306
|
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
|
|
8307
8307
|
|
|
8308
|
-
semver@7.5.4
|
|
8308
|
+
semver@7.5.4:
|
|
8309
8309
|
version "7.5.4"
|
|
8310
8310
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
|
|
8311
8311
|
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
|
|
@@ -8317,6 +8317,13 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
|
8317
8317
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
8318
8318
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
8319
8319
|
|
|
8320
|
+
semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
|
|
8321
|
+
version "7.6.0"
|
|
8322
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
|
|
8323
|
+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
|
|
8324
|
+
dependencies:
|
|
8325
|
+
lru-cache "^6.0.0"
|
|
8326
|
+
|
|
8320
8327
|
sentence-case@^3.0.4:
|
|
8321
8328
|
version "3.0.4"
|
|
8322
8329
|
resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f"
|
package/oclif.manifest.json
CHANGED
|
@@ -408,114 +408,6 @@
|
|
|
408
408
|
"test:get:apex"
|
|
409
409
|
]
|
|
410
410
|
},
|
|
411
|
-
"apex:list:log": {
|
|
412
|
-
"aliases": [
|
|
413
|
-
"force:apex:log:list"
|
|
414
|
-
],
|
|
415
|
-
"args": {},
|
|
416
|
-
"deprecateAliases": true,
|
|
417
|
-
"description": "Run this command in a project to list the IDs and general information for all debug logs in your default org.\n\nTo fetch a specific log from your org, obtain the ID from this command's output, then run the “<%= config.bin %> apex log get” command.",
|
|
418
|
-
"examples": [
|
|
419
|
-
"List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
420
|
-
"Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
|
|
421
|
-
],
|
|
422
|
-
"flags": {
|
|
423
|
-
"json": {
|
|
424
|
-
"description": "Format output as json.",
|
|
425
|
-
"helpGroup": "GLOBAL",
|
|
426
|
-
"name": "json",
|
|
427
|
-
"allowNo": false,
|
|
428
|
-
"type": "boolean"
|
|
429
|
-
},
|
|
430
|
-
"target-org": {
|
|
431
|
-
"aliases": [
|
|
432
|
-
"targetusername",
|
|
433
|
-
"u"
|
|
434
|
-
],
|
|
435
|
-
"char": "o",
|
|
436
|
-
"deprecateAliases": true,
|
|
437
|
-
"name": "target-org",
|
|
438
|
-
"noCacheDefault": true,
|
|
439
|
-
"required": true,
|
|
440
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
441
|
-
"hasDynamicHelp": true,
|
|
442
|
-
"multiple": false,
|
|
443
|
-
"type": "option"
|
|
444
|
-
},
|
|
445
|
-
"api-version": {
|
|
446
|
-
"aliases": [
|
|
447
|
-
"apiversion"
|
|
448
|
-
],
|
|
449
|
-
"deprecateAliases": true,
|
|
450
|
-
"description": "Override the api version used for api requests made by this command",
|
|
451
|
-
"name": "api-version",
|
|
452
|
-
"hasDynamicHelp": false,
|
|
453
|
-
"multiple": false,
|
|
454
|
-
"type": "option"
|
|
455
|
-
},
|
|
456
|
-
"loglevel": {
|
|
457
|
-
"deprecated": {
|
|
458
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
459
|
-
},
|
|
460
|
-
"hidden": true,
|
|
461
|
-
"name": "loglevel",
|
|
462
|
-
"hasDynamicHelp": false,
|
|
463
|
-
"multiple": false,
|
|
464
|
-
"type": "option"
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
"hasDynamicHelp": true,
|
|
468
|
-
"hiddenAliases": [],
|
|
469
|
-
"id": "apex:list:log",
|
|
470
|
-
"pluginAlias": "@salesforce/plugin-apex",
|
|
471
|
-
"pluginName": "@salesforce/plugin-apex",
|
|
472
|
-
"pluginType": "core",
|
|
473
|
-
"strict": true,
|
|
474
|
-
"summary": "Display a list of IDs and general information about debug logs.",
|
|
475
|
-
"enableJsonFlag": true,
|
|
476
|
-
"isESM": true,
|
|
477
|
-
"relativePath": [
|
|
478
|
-
"lib",
|
|
479
|
-
"commands",
|
|
480
|
-
"apex",
|
|
481
|
-
"list",
|
|
482
|
-
"log.js"
|
|
483
|
-
],
|
|
484
|
-
"aliasPermutations": [
|
|
485
|
-
"force:apex:log:list",
|
|
486
|
-
"apex:force:log:list",
|
|
487
|
-
"apex:log:force:list",
|
|
488
|
-
"apex:log:list:force",
|
|
489
|
-
"force:log:apex:list",
|
|
490
|
-
"log:force:apex:list",
|
|
491
|
-
"log:apex:force:list",
|
|
492
|
-
"log:apex:list:force",
|
|
493
|
-
"force:log:list:apex",
|
|
494
|
-
"log:force:list:apex",
|
|
495
|
-
"log:list:force:apex",
|
|
496
|
-
"log:list:apex:force",
|
|
497
|
-
"force:apex:list:log",
|
|
498
|
-
"apex:force:list:log",
|
|
499
|
-
"apex:list:force:log",
|
|
500
|
-
"apex:list:log:force",
|
|
501
|
-
"force:list:apex:log",
|
|
502
|
-
"list:force:apex:log",
|
|
503
|
-
"list:apex:force:log",
|
|
504
|
-
"list:apex:log:force",
|
|
505
|
-
"force:list:log:apex",
|
|
506
|
-
"list:force:log:apex",
|
|
507
|
-
"list:log:force:apex",
|
|
508
|
-
"list:log:apex:force"
|
|
509
|
-
],
|
|
510
|
-
"permutations": [
|
|
511
|
-
"apex:list:log",
|
|
512
|
-
"list:apex:log",
|
|
513
|
-
"list:log:apex",
|
|
514
|
-
"apex:log:list",
|
|
515
|
-
"log:apex:list",
|
|
516
|
-
"log:list:apex"
|
|
517
|
-
]
|
|
518
|
-
},
|
|
519
411
|
"apex:run:test": {
|
|
520
412
|
"aliases": [
|
|
521
413
|
"force:apex:test:run"
|
|
@@ -767,6 +659,114 @@
|
|
|
767
659
|
"test:run:apex"
|
|
768
660
|
]
|
|
769
661
|
},
|
|
662
|
+
"apex:list:log": {
|
|
663
|
+
"aliases": [
|
|
664
|
+
"force:apex:log:list"
|
|
665
|
+
],
|
|
666
|
+
"args": {},
|
|
667
|
+
"deprecateAliases": true,
|
|
668
|
+
"description": "Run this command in a project to list the IDs and general information for all debug logs in your default org.\n\nTo fetch a specific log from your org, obtain the ID from this command's output, then run the “<%= config.bin %> apex log get” command.",
|
|
669
|
+
"examples": [
|
|
670
|
+
"List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
671
|
+
"Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
|
|
672
|
+
],
|
|
673
|
+
"flags": {
|
|
674
|
+
"json": {
|
|
675
|
+
"description": "Format output as json.",
|
|
676
|
+
"helpGroup": "GLOBAL",
|
|
677
|
+
"name": "json",
|
|
678
|
+
"allowNo": false,
|
|
679
|
+
"type": "boolean"
|
|
680
|
+
},
|
|
681
|
+
"target-org": {
|
|
682
|
+
"aliases": [
|
|
683
|
+
"targetusername",
|
|
684
|
+
"u"
|
|
685
|
+
],
|
|
686
|
+
"char": "o",
|
|
687
|
+
"deprecateAliases": true,
|
|
688
|
+
"name": "target-org",
|
|
689
|
+
"noCacheDefault": true,
|
|
690
|
+
"required": true,
|
|
691
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
692
|
+
"hasDynamicHelp": true,
|
|
693
|
+
"multiple": false,
|
|
694
|
+
"type": "option"
|
|
695
|
+
},
|
|
696
|
+
"api-version": {
|
|
697
|
+
"aliases": [
|
|
698
|
+
"apiversion"
|
|
699
|
+
],
|
|
700
|
+
"deprecateAliases": true,
|
|
701
|
+
"description": "Override the api version used for api requests made by this command",
|
|
702
|
+
"name": "api-version",
|
|
703
|
+
"hasDynamicHelp": false,
|
|
704
|
+
"multiple": false,
|
|
705
|
+
"type": "option"
|
|
706
|
+
},
|
|
707
|
+
"loglevel": {
|
|
708
|
+
"deprecated": {
|
|
709
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
710
|
+
},
|
|
711
|
+
"hidden": true,
|
|
712
|
+
"name": "loglevel",
|
|
713
|
+
"hasDynamicHelp": false,
|
|
714
|
+
"multiple": false,
|
|
715
|
+
"type": "option"
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
"hasDynamicHelp": true,
|
|
719
|
+
"hiddenAliases": [],
|
|
720
|
+
"id": "apex:list:log",
|
|
721
|
+
"pluginAlias": "@salesforce/plugin-apex",
|
|
722
|
+
"pluginName": "@salesforce/plugin-apex",
|
|
723
|
+
"pluginType": "core",
|
|
724
|
+
"strict": true,
|
|
725
|
+
"summary": "Display a list of IDs and general information about debug logs.",
|
|
726
|
+
"enableJsonFlag": true,
|
|
727
|
+
"isESM": true,
|
|
728
|
+
"relativePath": [
|
|
729
|
+
"lib",
|
|
730
|
+
"commands",
|
|
731
|
+
"apex",
|
|
732
|
+
"list",
|
|
733
|
+
"log.js"
|
|
734
|
+
],
|
|
735
|
+
"aliasPermutations": [
|
|
736
|
+
"force:apex:log:list",
|
|
737
|
+
"apex:force:log:list",
|
|
738
|
+
"apex:log:force:list",
|
|
739
|
+
"apex:log:list:force",
|
|
740
|
+
"force:log:apex:list",
|
|
741
|
+
"log:force:apex:list",
|
|
742
|
+
"log:apex:force:list",
|
|
743
|
+
"log:apex:list:force",
|
|
744
|
+
"force:log:list:apex",
|
|
745
|
+
"log:force:list:apex",
|
|
746
|
+
"log:list:force:apex",
|
|
747
|
+
"log:list:apex:force",
|
|
748
|
+
"force:apex:list:log",
|
|
749
|
+
"apex:force:list:log",
|
|
750
|
+
"apex:list:force:log",
|
|
751
|
+
"apex:list:log:force",
|
|
752
|
+
"force:list:apex:log",
|
|
753
|
+
"list:force:apex:log",
|
|
754
|
+
"list:apex:force:log",
|
|
755
|
+
"list:apex:log:force",
|
|
756
|
+
"force:list:log:apex",
|
|
757
|
+
"list:force:log:apex",
|
|
758
|
+
"list:log:force:apex",
|
|
759
|
+
"list:log:apex:force"
|
|
760
|
+
],
|
|
761
|
+
"permutations": [
|
|
762
|
+
"apex:list:log",
|
|
763
|
+
"list:apex:log",
|
|
764
|
+
"list:log:apex",
|
|
765
|
+
"apex:log:list",
|
|
766
|
+
"log:apex:list",
|
|
767
|
+
"log:list:apex"
|
|
768
|
+
]
|
|
769
|
+
},
|
|
770
770
|
"apex:tail:log": {
|
|
771
771
|
"aliases": [
|
|
772
772
|
"force:apex:log:tail"
|
|
@@ -903,5 +903,5 @@
|
|
|
903
903
|
]
|
|
904
904
|
}
|
|
905
905
|
},
|
|
906
|
-
"version": "3.0.
|
|
906
|
+
"version": "3.0.25"
|
|
907
907
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
3
|
"description": "Apex commands",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.25",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"color-name": "^2.0.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
19
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
18
|
+
"@oclif/plugin-command-snapshot": "^5.0.8",
|
|
19
|
+
"@salesforce/cli-plugins-testkit": "^5.1.9",
|
|
20
20
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
21
21
|
"@salesforce/plugin-command-reference": "^3.0.67",
|
|
22
22
|
"@types/color-convert": "^2.0.3",
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"exports": "./lib/index.js",
|
|
225
225
|
"type": "module",
|
|
226
226
|
"sfdx": {
|
|
227
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.
|
|
228
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.
|
|
227
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.25.crt",
|
|
228
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.25.sig"
|
|
229
229
|
}
|
|
230
230
|
}
|