@salesforce/plugin-data 3.13.5 → 3.13.7

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 CHANGED
@@ -145,7 +145,7 @@ EXAMPLES
145
145
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
146
146
  ```
147
147
 
148
- _See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/bulk/results.ts)_
148
+ _See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/bulk/results.ts)_
149
149
 
150
150
  ## `sf data create file`
151
151
 
@@ -194,7 +194,7 @@ EXAMPLES
194
194
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
195
195
  ```
196
196
 
197
- _See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/create/file.ts)_
197
+ _See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/create/file.ts)_
198
198
 
199
199
  ## `sf data create record`
200
200
 
@@ -250,7 +250,7 @@ EXAMPLES
250
250
  TracedEntityId=01p17000000R6bLAAS"
251
251
  ```
252
252
 
253
- _See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/create/record.ts)_
253
+ _See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/create/record.ts)_
254
254
 
255
255
  ## `sf data delete bulk`
256
256
 
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
311
311
  and can be enabled only by a system administrator.
312
312
  ```
313
313
 
314
- _See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/delete/bulk.ts)_
314
+ _See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/delete/bulk.ts)_
315
315
 
316
316
  ## `sf data delete record`
317
317
 
@@ -372,7 +372,7 @@ EXAMPLES
372
372
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
373
373
  ```
374
374
 
375
- _See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/delete/record.ts)_
375
+ _See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/delete/record.ts)_
376
376
 
377
377
  ## `sf data delete resume`
378
378
 
@@ -411,7 +411,7 @@ EXAMPLES
411
411
  $ sf data delete resume --use-most-recent --target-org my-scratch
412
412
  ```
413
413
 
414
- _See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/delete/resume.ts)_
414
+ _See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/delete/resume.ts)_
415
415
 
416
416
  ## `sf data export bulk`
417
417
 
@@ -485,7 +485,7 @@ EXAMPLES
485
485
  --result-format json --async
486
486
  ```
487
487
 
488
- _See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/export/bulk.ts)_
488
+ _See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/export/bulk.ts)_
489
489
 
490
490
  ## `sf data export resume`
491
491
 
@@ -521,7 +521,7 @@ EXAMPLES
521
521
  $ sf data export resume --use-most-recent --target-org my-scratch
522
522
  ```
523
523
 
524
- _See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/export/resume.ts)_
524
+ _See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/export/resume.ts)_
525
525
 
526
526
  ## `sf data export tree`
527
527
 
@@ -582,7 +582,7 @@ EXAMPLES
582
582
  my-scratch
583
583
  ```
584
584
 
585
- _See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/export/tree.ts)_
585
+ _See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/export/tree.ts)_
586
586
 
587
587
  ## `sf data get record`
588
588
 
@@ -646,7 +646,7 @@ EXAMPLES
646
646
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
647
647
  ```
648
648
 
649
- _See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/get/record.ts)_
649
+ _See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/get/record.ts)_
650
650
 
651
651
  ## `sf data import bulk`
652
652
 
@@ -704,7 +704,7 @@ EXAMPLES
704
704
  $ sf data import bulk --file accounts.csv --sobject Account --async
705
705
  ```
706
706
 
707
- _See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/import/bulk.ts)_
707
+ _See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/import/bulk.ts)_
708
708
 
709
709
  ## `sf data import resume`
710
710
 
@@ -740,7 +740,7 @@ EXAMPLES
740
740
  $ sf data import resume --use-most-recent --target-org my-scratch
741
741
  ```
742
742
 
743
- _See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/import/resume.ts)_
743
+ _See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/import/resume.ts)_
744
744
 
745
745
  ## `sf data import tree`
746
746
 
@@ -805,7 +805,7 @@ FLAG DESCRIPTIONS
805
805
  - files(array) - Files: An array of files paths to load
806
806
  ```
807
807
 
808
- _See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/import/tree.ts)_
808
+ _See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/import/tree.ts)_
809
809
 
810
810
  ## `sf data query`
811
811
 
@@ -871,7 +871,7 @@ EXAMPLES
871
871
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
872
872
  ```
873
873
 
874
- _See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/query.ts)_
874
+ _See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/query.ts)_
875
875
 
876
876
  ## `sf data query resume`
877
877
 
@@ -908,7 +908,7 @@ EXAMPLES
908
908
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
909
909
  ```
910
910
 
911
- _See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/query/resume.ts)_
911
+ _See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/query/resume.ts)_
912
912
 
913
913
  ## `sf data resume`
914
914
 
@@ -945,7 +945,7 @@ EXAMPLES
945
945
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
946
946
  ```
947
947
 
948
- _See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/resume.ts)_
948
+ _See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/resume.ts)_
949
949
 
950
950
  ## `sf data search`
951
951
 
@@ -995,7 +995,7 @@ EXAMPLES
995
995
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
996
996
  ```
997
997
 
998
- _See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/search.ts)_
998
+ _See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/search.ts)_
999
999
 
1000
1000
  ## `sf data update bulk`
1001
1001
 
@@ -1056,7 +1056,7 @@ EXAMPLES
1056
1056
  $ sf data update bulk --file accounts.csv --sobject Account --async
1057
1057
  ```
1058
1058
 
1059
- _See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/update/bulk.ts)_
1059
+ _See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/update/bulk.ts)_
1060
1060
 
1061
1061
  ## `sf data update record`
1062
1062
 
@@ -1118,7 +1118,7 @@ EXAMPLES
1118
1118
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1119
1119
  ```
1120
1120
 
1121
- _See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/update/record.ts)_
1121
+ _See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/update/record.ts)_
1122
1122
 
1123
1123
  ## `sf data update resume`
1124
1124
 
@@ -1154,7 +1154,7 @@ EXAMPLES
1154
1154
  $ sf data update resume --use-most-recent --target-org my-scratch
1155
1155
  ```
1156
1156
 
1157
- _See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/update/resume.ts)_
1157
+ _See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/update/resume.ts)_
1158
1158
 
1159
1159
  ## `sf data upsert bulk`
1160
1160
 
@@ -1213,7 +1213,7 @@ EXAMPLES
1213
1213
  my-scratch
1214
1214
  ```
1215
1215
 
1216
- _See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/upsert/bulk.ts)_
1216
+ _See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/upsert/bulk.ts)_
1217
1217
 
1218
1218
  ## `sf data upsert resume`
1219
1219
 
@@ -1252,7 +1252,7 @@ EXAMPLES
1252
1252
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1253
1253
  ```
1254
1254
 
1255
- _See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/data/upsert/resume.ts)_
1255
+ _See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/upsert/resume.ts)_
1256
1256
 
1257
1257
  ## `sf force data bulk delete`
1258
1258
 
@@ -1299,7 +1299,7 @@ EXAMPLES
1299
1299
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1300
1300
  ```
1301
1301
 
1302
- _See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/force/data/bulk/delete.ts)_
1302
+ _See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/force/data/bulk/delete.ts)_
1303
1303
 
1304
1304
  ## `sf force data bulk status`
1305
1305
 
@@ -1336,7 +1336,7 @@ EXAMPLES
1336
1336
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1337
1337
  ```
1338
1338
 
1339
- _See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/force/data/bulk/status.ts)_
1339
+ _See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/force/data/bulk/status.ts)_
1340
1340
 
1341
1341
  ## `sf force data bulk upsert`
1342
1342
 
@@ -1394,6 +1394,6 @@ EXAMPLES
1394
1394
  --target-org my-scratch
1395
1395
  ```
1396
1396
 
1397
- _See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.5/src/commands/force/data/bulk/upsert.ts)_
1397
+ _See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/force/data/bulk/upsert.ts)_
1398
1398
 
1399
1399
  <!-- commandsstop -->
@@ -441,83 +441,6 @@
441
441
  "search:data"
442
442
  ]
443
443
  },
444
- "data:bulk:results": {
445
- "aliases": [],
446
- "args": {},
447
- "description": "Use this command to get the complete results after running one of the CLI commands that uses Bulk API 2.0 to ingest (import, update, upsert, or delete) large datasets to your org, such as \"data import bulk\". The previously-run bulk command must have completed; if it's still processing, run the corresponding resume command first, such as \"data import resume.\" Make note of the job ID of the previous bulk command because you use it to run this command. \n\nYou can also use this command to get results from running a bulk ingest job with a different tool, such as Data Loader, as long as you have the job ID. For information on Data Loader, see https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/data_loader_intro.htm. \n\nThis command first displays the status of the previous bulk job, the operation that was executed in the org (such as insert or hard delete), and the updated Salesforce object. The command then displays how many records were processed in total, and how many were successful or failed. Finally, the output displays the names of the generated CSV-formatted files that contain the specific results for each ingested record. Depending on the success or failure of the bulk command, the results files can include the IDs of inserted records or the specific errors. When possible, if the ingest job failed or was aborted, you also get a CSV file with the unprocessed results.",
448
- "examples": [
449
- "Get results from a bulk ingest job; use the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --job-id 7507i000fake341G --target-org my-scratch"
450
- ],
451
- "flags": {
452
- "json": {
453
- "description": "Format output as json.",
454
- "helpGroup": "GLOBAL",
455
- "name": "json",
456
- "allowNo": false,
457
- "type": "boolean"
458
- },
459
- "flags-dir": {
460
- "helpGroup": "GLOBAL",
461
- "name": "flags-dir",
462
- "summary": "Import flag values from a directory.",
463
- "hasDynamicHelp": false,
464
- "multiple": false,
465
- "type": "option"
466
- },
467
- "job-id": {
468
- "char": "i",
469
- "name": "job-id",
470
- "required": true,
471
- "summary": "Job ID of the bulk job.",
472
- "hasDynamicHelp": false,
473
- "multiple": false,
474
- "type": "option"
475
- },
476
- "target-org": {
477
- "char": "o",
478
- "name": "target-org",
479
- "noCacheDefault": true,
480
- "required": true,
481
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
482
- "hasDynamicHelp": true,
483
- "multiple": false,
484
- "type": "option"
485
- },
486
- "api-version": {
487
- "description": "Override the api version used for api requests made by this command",
488
- "name": "api-version",
489
- "hasDynamicHelp": false,
490
- "multiple": false,
491
- "type": "option"
492
- }
493
- },
494
- "hasDynamicHelp": true,
495
- "hiddenAliases": [],
496
- "id": "data:bulk:results",
497
- "pluginAlias": "@salesforce/plugin-data",
498
- "pluginName": "@salesforce/plugin-data",
499
- "pluginType": "core",
500
- "strict": true,
501
- "summary": "Get the results of a bulk ingest job that you previously ran.",
502
- "enableJsonFlag": true,
503
- "isESM": true,
504
- "relativePath": [
505
- "lib",
506
- "commands",
507
- "data",
508
- "bulk",
509
- "results.js"
510
- ],
511
- "aliasPermutations": [],
512
- "permutations": [
513
- "data:bulk:results",
514
- "bulk:data:results",
515
- "bulk:results:data",
516
- "data:results:bulk",
517
- "results:data:bulk",
518
- "results:bulk:data"
519
- ]
520
- },
521
444
  "data:create:file": {
522
445
  "aliases": [],
523
446
  "args": {},
@@ -775,6 +698,83 @@
775
698
  "record:create:data"
776
699
  ]
777
700
  },
701
+ "data:bulk:results": {
702
+ "aliases": [],
703
+ "args": {},
704
+ "description": "Use this command to get the complete results after running one of the CLI commands that uses Bulk API 2.0 to ingest (import, update, upsert, or delete) large datasets to your org, such as \"data import bulk\". The previously-run bulk command must have completed; if it's still processing, run the corresponding resume command first, such as \"data import resume.\" Make note of the job ID of the previous bulk command because you use it to run this command. \n\nYou can also use this command to get results from running a bulk ingest job with a different tool, such as Data Loader, as long as you have the job ID. For information on Data Loader, see https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/data_loader_intro.htm. \n\nThis command first displays the status of the previous bulk job, the operation that was executed in the org (such as insert or hard delete), and the updated Salesforce object. The command then displays how many records were processed in total, and how many were successful or failed. Finally, the output displays the names of the generated CSV-formatted files that contain the specific results for each ingested record. Depending on the success or failure of the bulk command, the results files can include the IDs of inserted records or the specific errors. When possible, if the ingest job failed or was aborted, you also get a CSV file with the unprocessed results.",
705
+ "examples": [
706
+ "Get results from a bulk ingest job; use the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --job-id 7507i000fake341G --target-org my-scratch"
707
+ ],
708
+ "flags": {
709
+ "json": {
710
+ "description": "Format output as json.",
711
+ "helpGroup": "GLOBAL",
712
+ "name": "json",
713
+ "allowNo": false,
714
+ "type": "boolean"
715
+ },
716
+ "flags-dir": {
717
+ "helpGroup": "GLOBAL",
718
+ "name": "flags-dir",
719
+ "summary": "Import flag values from a directory.",
720
+ "hasDynamicHelp": false,
721
+ "multiple": false,
722
+ "type": "option"
723
+ },
724
+ "job-id": {
725
+ "char": "i",
726
+ "name": "job-id",
727
+ "required": true,
728
+ "summary": "Job ID of the bulk job.",
729
+ "hasDynamicHelp": false,
730
+ "multiple": false,
731
+ "type": "option"
732
+ },
733
+ "target-org": {
734
+ "char": "o",
735
+ "name": "target-org",
736
+ "noCacheDefault": true,
737
+ "required": true,
738
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
739
+ "hasDynamicHelp": true,
740
+ "multiple": false,
741
+ "type": "option"
742
+ },
743
+ "api-version": {
744
+ "description": "Override the api version used for api requests made by this command",
745
+ "name": "api-version",
746
+ "hasDynamicHelp": false,
747
+ "multiple": false,
748
+ "type": "option"
749
+ }
750
+ },
751
+ "hasDynamicHelp": true,
752
+ "hiddenAliases": [],
753
+ "id": "data:bulk:results",
754
+ "pluginAlias": "@salesforce/plugin-data",
755
+ "pluginName": "@salesforce/plugin-data",
756
+ "pluginType": "core",
757
+ "strict": true,
758
+ "summary": "Get the results of a bulk ingest job that you previously ran.",
759
+ "enableJsonFlag": true,
760
+ "isESM": true,
761
+ "relativePath": [
762
+ "lib",
763
+ "commands",
764
+ "data",
765
+ "bulk",
766
+ "results.js"
767
+ ],
768
+ "aliasPermutations": [],
769
+ "permutations": [
770
+ "data:bulk:results",
771
+ "bulk:data:results",
772
+ "bulk:results:data",
773
+ "data:results:bulk",
774
+ "results:data:bulk",
775
+ "results:bulk:data"
776
+ ]
777
+ },
778
778
  "data:delete:bulk": {
779
779
  "aliases": [],
780
780
  "args": {},
@@ -3901,5 +3901,5 @@
3901
3901
  ]
3902
3902
  }
3903
3903
  },
3904
- "version": "3.13.5"
3904
+ "version": "3.13.7"
3905
3905
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data",
3
- "version": "3.13.5",
3
+ "version": "3.13.7",
4
4
  "description": "Plugin for salesforce data commands",
5
5
  "author": "Salesforce",
6
6
  "homepage": "https://github.com/salesforcecli/plugin-data",
@@ -119,10 +119,10 @@
119
119
  },
120
120
  "dependencies": {
121
121
  "@jsforce/jsforce-node": "^3.6.3",
122
- "@oclif/multi-stage-output": "^0.7.15",
122
+ "@oclif/multi-stage-output": "^0.8.0",
123
123
  "@salesforce/core": "^8.6.1",
124
124
  "@salesforce/kit": "^3.2.2",
125
- "@salesforce/sf-plugins-core": "^12.1.0",
125
+ "@salesforce/sf-plugins-core": "^12.1.1",
126
126
  "@salesforce/ts-types": "^2.0.11",
127
127
  "ansis": "^3.4.0",
128
128
  "change-case": "^5.4.4",
@@ -132,15 +132,15 @@
132
132
  "terminal-link": "^3.0.0"
133
133
  },
134
134
  "devDependencies": {
135
- "@oclif/core": "^4.0.37",
135
+ "@oclif/core": "^4.2.0",
136
136
  "@oclif/plugin-command-snapshot": "^5.2.23",
137
- "@oclif/test": "^4.1.3",
137
+ "@oclif/test": "^4.1.4",
138
138
  "@salesforce/cli-plugins-testkit": "^5.3.39",
139
139
  "@salesforce/dev-scripts": "^10.2.11",
140
140
  "@salesforce/plugin-command-reference": "^3.1.37",
141
141
  "@salesforce/types": "^1.3.0",
142
142
  "eslint-plugin-sf-plugin": "^1.20.13",
143
- "oclif": "^4.16.0",
143
+ "oclif": "^4.17.0",
144
144
  "ts-node": "^10.9.2",
145
145
  "typescript": "^5.7.2"
146
146
  },
@@ -265,7 +265,7 @@
265
265
  "exports": "./lib/index.js",
266
266
  "type": "module",
267
267
  "sfdx": {
268
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.13.5.crt",
269
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.13.5.sig"
268
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.13.7.crt",
269
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.13.7.sig"
270
270
  }
271
271
  }