forked from ianhuang/Apex-Batch-Job-Scheduler
-
Notifications
You must be signed in to change notification settings - Fork 2
/
sfdx-project.json
29 lines (29 loc) · 1.07 KB
/
sfdx-project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"packageDirectories": [
{
"path": "batch-orchestrator",
"package": "sfdx-batch-orchestrator",
"versionName": "ver. 1.3.5",
"versionNumber": "1.3.5.0",
"default": true
}
],
"name": "sfdx-batch-orchestrator",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "52.0",
"packageAliases": {
"sfdx-batch-orchestrator": "0Ho09000000sY5sCAE",
"sfdx-batch-orchestrator@1.0.0.0": "04t09000000ibsmAAA",
"sfdx-batch-orchestrator@1.1.0.0": "04t09000000iih4AAA",
"sfdx-batch-orchestrator@1.1.0.1": "04t09000000ijH0AAI",
"sfdx-batch-orchestrator@1.2.0.0": "04t09000000ijMkAAI",
"sfdx-batch-orchestrator@1.2.1.0": "04t09000000ijMpAAI",
"sfdx-batch-orchestrator@1.3.0.0": "04t09000000ijNTAAY",
"sfdx-batch-orchestrator@1.3.2-0": "04t09000000ijP5AAI",
"sfdx-batch-orchestrator@1.3.3-0": "04t09000000iktKAAQ",
"sfdx-batch-orchestrator@1.3.3": "04t09000000r9MrAAI",
"sfdx-batch-orchestrator@1.3.4": "04t09000000r9MwAAI",
"sfdx-batch-orchestrator@1.3.5": "04tJ8000000omLPIAY"
}
}