@salesforce/plugin-data 3.6.5 → 3.6.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 +18 -18
- package/lib/commands/data/search.js +8 -4
- package/lib/commands/data/search.js.map +1 -1
- package/oclif.manifest.json +1 -24
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -142,7 +142,7 @@ EXAMPLES
|
|
|
142
142
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
143
143
|
```
|
|
144
144
|
|
|
145
|
-
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
145
|
+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/create/file.ts)_
|
|
146
146
|
|
|
147
147
|
## `sf data create record`
|
|
148
148
|
|
|
@@ -198,7 +198,7 @@ EXAMPLES
|
|
|
198
198
|
TracedEntityId=01p17000000R6bLAAS"
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
201
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/create/record.ts)_
|
|
202
202
|
|
|
203
203
|
## `sf data delete bulk`
|
|
204
204
|
|
|
@@ -256,7 +256,7 @@ FLAG DESCRIPTIONS
|
|
|
256
256
|
and can be enabled only by a system administrator.
|
|
257
257
|
```
|
|
258
258
|
|
|
259
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
259
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/delete/bulk.ts)_
|
|
260
260
|
|
|
261
261
|
## `sf data delete record`
|
|
262
262
|
|
|
@@ -317,7 +317,7 @@ EXAMPLES
|
|
|
317
317
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
318
318
|
```
|
|
319
319
|
|
|
320
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
320
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/delete/record.ts)_
|
|
321
321
|
|
|
322
322
|
## `sf data delete resume`
|
|
323
323
|
|
|
@@ -356,7 +356,7 @@ EXAMPLES
|
|
|
356
356
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
357
357
|
```
|
|
358
358
|
|
|
359
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
359
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/delete/resume.ts)_
|
|
360
360
|
|
|
361
361
|
## `sf data export tree`
|
|
362
362
|
|
|
@@ -417,7 +417,7 @@ EXAMPLES
|
|
|
417
417
|
my-scratch
|
|
418
418
|
```
|
|
419
419
|
|
|
420
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
420
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/export/tree.ts)_
|
|
421
421
|
|
|
422
422
|
## `sf data get record`
|
|
423
423
|
|
|
@@ -481,7 +481,7 @@ EXAMPLES
|
|
|
481
481
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
482
482
|
```
|
|
483
483
|
|
|
484
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
484
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/get/record.ts)_
|
|
485
485
|
|
|
486
486
|
## `sf data import tree`
|
|
487
487
|
|
|
@@ -546,7 +546,7 @@ FLAG DESCRIPTIONS
|
|
|
546
546
|
- files(array) - Files: An array of files paths to load
|
|
547
547
|
```
|
|
548
548
|
|
|
549
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
549
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/import/tree.ts)_
|
|
550
550
|
|
|
551
551
|
## `sf data query`
|
|
552
552
|
|
|
@@ -610,7 +610,7 @@ EXAMPLES
|
|
|
610
610
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
611
611
|
```
|
|
612
612
|
|
|
613
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
613
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/query.ts)_
|
|
614
614
|
|
|
615
615
|
## `sf data query resume`
|
|
616
616
|
|
|
@@ -648,7 +648,7 @@ EXAMPLES
|
|
|
648
648
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
649
649
|
```
|
|
650
650
|
|
|
651
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
651
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/query/resume.ts)_
|
|
652
652
|
|
|
653
653
|
## `sf data resume`
|
|
654
654
|
|
|
@@ -685,7 +685,7 @@ EXAMPLES
|
|
|
685
685
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
686
686
|
```
|
|
687
687
|
|
|
688
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
688
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/resume.ts)_
|
|
689
689
|
|
|
690
690
|
## `sf data search`
|
|
691
691
|
|
|
@@ -735,7 +735,7 @@ EXAMPLES
|
|
|
735
735
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
736
736
|
```
|
|
737
737
|
|
|
738
|
-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
738
|
+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/search.ts)_
|
|
739
739
|
|
|
740
740
|
## `sf data update record`
|
|
741
741
|
|
|
@@ -797,7 +797,7 @@ EXAMPLES
|
|
|
797
797
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
798
798
|
```
|
|
799
799
|
|
|
800
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
800
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/update/record.ts)_
|
|
801
801
|
|
|
802
802
|
## `sf data upsert bulk`
|
|
803
803
|
|
|
@@ -850,7 +850,7 @@ EXAMPLES
|
|
|
850
850
|
my-scratch
|
|
851
851
|
```
|
|
852
852
|
|
|
853
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
853
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/upsert/bulk.ts)_
|
|
854
854
|
|
|
855
855
|
## `sf data upsert resume`
|
|
856
856
|
|
|
@@ -889,7 +889,7 @@ EXAMPLES
|
|
|
889
889
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
890
890
|
```
|
|
891
891
|
|
|
892
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
892
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/upsert/resume.ts)_
|
|
893
893
|
|
|
894
894
|
## `sf force data bulk delete`
|
|
895
895
|
|
|
@@ -936,7 +936,7 @@ EXAMPLES
|
|
|
936
936
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
937
937
|
```
|
|
938
938
|
|
|
939
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
939
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/force/data/bulk/delete.ts)_
|
|
940
940
|
|
|
941
941
|
## `sf force data bulk status`
|
|
942
942
|
|
|
@@ -973,7 +973,7 @@ EXAMPLES
|
|
|
973
973
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
974
974
|
```
|
|
975
975
|
|
|
976
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
976
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/force/data/bulk/status.ts)_
|
|
977
977
|
|
|
978
978
|
## `sf force data bulk upsert`
|
|
979
979
|
|
|
@@ -1031,6 +1031,6 @@ EXAMPLES
|
|
|
1031
1031
|
--target-org my-scratch
|
|
1032
1032
|
```
|
|
1033
1033
|
|
|
1034
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1034
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/force/data/bulk/upsert.ts)_
|
|
1035
1035
|
|
|
1036
1036
|
<!-- commandsstop -->
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
import fs from 'node:fs';
|
|
8
8
|
import { Messages } from '@salesforce/core';
|
|
9
9
|
import { SfCommand, Flags } from '@salesforce/sf-plugins-core';
|
|
10
|
-
import { orgFlags, resultFormatFlag } from '../../flags.js';
|
|
11
10
|
import { displaySearchResults } from '../../searchUtils.js';
|
|
11
|
+
import { formatTypes } from '../../reporters/query/reporters.js';
|
|
12
12
|
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
13
13
|
const messages = Messages.loadMessages('@salesforce/plugin-data', 'data.search');
|
|
14
14
|
export class DataSearchCommand extends SfCommand {
|
|
@@ -16,7 +16,8 @@ export class DataSearchCommand extends SfCommand {
|
|
|
16
16
|
static description = messages.getMessage('description');
|
|
17
17
|
static examples = messages.getMessages('examples');
|
|
18
18
|
static flags = {
|
|
19
|
-
|
|
19
|
+
'target-org': Flags.requiredOrg(),
|
|
20
|
+
'api-version': Flags.orgApiVersion(),
|
|
20
21
|
query: Flags.string({
|
|
21
22
|
char: 'q',
|
|
22
23
|
summary: messages.getMessage('flags.query.summary'),
|
|
@@ -28,10 +29,13 @@ export class DataSearchCommand extends SfCommand {
|
|
|
28
29
|
summary: messages.getMessage('flags.file.summary'),
|
|
29
30
|
exactlyOne: ['query', 'file'],
|
|
30
31
|
}),
|
|
31
|
-
'result-format':
|
|
32
|
+
'result-format': Flags.custom({
|
|
33
|
+
char: 'r',
|
|
32
34
|
summary: messages.getMessage('flags.result-format.summary'),
|
|
35
|
+
options: formatTypes,
|
|
36
|
+
default: 'human',
|
|
33
37
|
exclusive: ['json'],
|
|
34
|
-
}),
|
|
38
|
+
})(),
|
|
35
39
|
};
|
|
36
40
|
async run() {
|
|
37
41
|
const flags = (await this.parse(DataSearchCommand)).flags;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.js","sourceRoot":"","sources":["../../../src/commands/data/search.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,MAAM,SAAS,CAAC;AACzB,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"search.js","sourceRoot":"","sources":["../../../src/commands/data/search.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,MAAM,SAAS,CAAC;AACzB,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAe,WAAW,EAAE,MAAM,oCAAoC,CAAC;AAE9E,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,yBAAyB,EAAE,aAAa,CAAC,CAAC;AAEjF,MAAM,OAAO,iBAAkB,SAAQ,SAAuB;IACrD,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAE5D,MAAM,CAAU,KAAK,GAAG;QAC7B,YAAY,EAAE,KAAK,CAAC,WAAW,EAAE;QACjC,aAAa,EAAE,KAAK,CAAC,aAAa,EAAE;QACpC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC;YAClB,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,qBAAqB,CAAC;YACnD,UAAU,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC;SAC9B,CAAC;QACF,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;YACf,IAAI,EAAE,GAAG;YACT,MAAM,EAAE,IAAI;YACZ,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,oBAAoB,CAAC;YAClD,UAAU,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC;SAC9B,CAAC;QACF,eAAe,EAAE,KAAK,CAAC,MAAM,CAAc;YACzC,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,6BAA6B,CAAC;YAC3D,OAAO,EAAE,WAAW;YACpB,OAAO,EAAE,OAAO;YAChB,SAAS,EAAE,CAAC,MAAM,CAAC;SACpB,CAAC,EAAE;KACL,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,KAAK,GAAG,CAAC,MAAM,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,KAAK,CAAC;QAE1D,IAAI,CAAC;YACH,wFAAwF;YACxF,MAAM,WAAW,GAAG,KAAK,CAAC,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,KAAK,CAAC,IAAc,EAAE,MAAM,CAAC,CAAC;YACjF,MAAM,IAAI,GAAG,KAAK,CAAC,YAAY,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;YACrE,IAAI,KAAK,CAAC,eAAe,CAAC,KAAK,MAAM;gBAAE,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,qBAAqB,CAAC,CAAC,CAAC;YACtG,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;YACnD,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC;gBACxB,oBAAoB,CAAC,WAAW,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC;YAC5D,CAAC;YACD,OAAO,WAAW,CAAC;QACrB,CAAC;gBAAS,CAAC;YACT,IAAI,KAAK,CAAC,eAAe,CAAC,KAAK,MAAM;gBAAE,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;QAC7D,CAAC;IACH,CAAC"}
|
package/oclif.manifest.json
CHANGED
|
@@ -352,12 +352,7 @@
|
|
|
352
352
|
"type": "option"
|
|
353
353
|
},
|
|
354
354
|
"target-org": {
|
|
355
|
-
"aliases": [
|
|
356
|
-
"targetusername",
|
|
357
|
-
"u"
|
|
358
|
-
],
|
|
359
355
|
"char": "o",
|
|
360
|
-
"deprecateAliases": true,
|
|
361
356
|
"name": "target-org",
|
|
362
357
|
"noCacheDefault": true,
|
|
363
358
|
"required": true,
|
|
@@ -367,26 +362,12 @@
|
|
|
367
362
|
"type": "option"
|
|
368
363
|
},
|
|
369
364
|
"api-version": {
|
|
370
|
-
"aliases": [
|
|
371
|
-
"apiversion"
|
|
372
|
-
],
|
|
373
|
-
"deprecateAliases": true,
|
|
374
365
|
"description": "Override the api version used for api requests made by this command",
|
|
375
366
|
"name": "api-version",
|
|
376
367
|
"hasDynamicHelp": false,
|
|
377
368
|
"multiple": false,
|
|
378
369
|
"type": "option"
|
|
379
370
|
},
|
|
380
|
-
"loglevel": {
|
|
381
|
-
"deprecated": {
|
|
382
|
-
"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."
|
|
383
|
-
},
|
|
384
|
-
"hidden": true,
|
|
385
|
-
"name": "loglevel",
|
|
386
|
-
"hasDynamicHelp": false,
|
|
387
|
-
"multiple": false,
|
|
388
|
-
"type": "option"
|
|
389
|
-
},
|
|
390
371
|
"query": {
|
|
391
372
|
"char": "q",
|
|
392
373
|
"name": "query",
|
|
@@ -404,11 +385,7 @@
|
|
|
404
385
|
"type": "option"
|
|
405
386
|
},
|
|
406
387
|
"result-format": {
|
|
407
|
-
"aliases": [
|
|
408
|
-
"resultformat"
|
|
409
|
-
],
|
|
410
388
|
"char": "r",
|
|
411
|
-
"deprecateAliases": true,
|
|
412
389
|
"exclusive": [
|
|
413
390
|
"json"
|
|
414
391
|
],
|
|
@@ -3100,5 +3077,5 @@
|
|
|
3100
3077
|
]
|
|
3101
3078
|
}
|
|
3102
3079
|
},
|
|
3103
|
-
"version": "3.6.
|
|
3080
|
+
"version": "3.6.7"
|
|
3104
3081
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.7",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"@jsforce/jsforce-node": "^3.4.1",
|
|
111
111
|
"@salesforce/core": "^8.5.2",
|
|
112
112
|
"@salesforce/kit": "^3.2.2",
|
|
113
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
113
|
+
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
114
114
|
"@salesforce/ts-types": "^2.0.11",
|
|
115
115
|
"ansis": "^3.2.0",
|
|
116
116
|
"change-case": "^5.4.4",
|
|
@@ -120,13 +120,13 @@
|
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
122
|
"@oclif/core": "^4.0.19",
|
|
123
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
124
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
125
|
-
"@salesforce/dev-scripts": "^10.2.
|
|
126
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
123
|
+
"@oclif/plugin-command-snapshot": "^5.2.15",
|
|
124
|
+
"@salesforce/cli-plugins-testkit": "^5.3.32",
|
|
125
|
+
"@salesforce/dev-scripts": "^10.2.10",
|
|
126
|
+
"@salesforce/plugin-command-reference": "^3.1.23",
|
|
127
127
|
"@salesforce/types": "^1.2.0",
|
|
128
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
129
|
-
"oclif": "^4.14.
|
|
128
|
+
"eslint-plugin-sf-plugin": "^1.20.7",
|
|
129
|
+
"oclif": "^4.14.34",
|
|
130
130
|
"ts-node": "^10.9.2",
|
|
131
131
|
"typescript": "^5.5.4"
|
|
132
132
|
},
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"exports": "./lib/index.js",
|
|
252
252
|
"type": "module",
|
|
253
253
|
"sfdx": {
|
|
254
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.6.
|
|
255
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.6.
|
|
254
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.6.7.crt",
|
|
255
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.6.7.sig"
|
|
256
256
|
}
|
|
257
257
|
}
|