-
Notifications
You must be signed in to change notification settings - Fork 0
/
sfdx-project.json
36 lines (36 loc) · 1.32 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
30
31
32
33
34
35
36
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "Apex Repository",
"versionName": "ver 2.2.1",
"versionNumber": "2.2.1.NEXT"
}
],
"name": "ApexRepository",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "57.0",
"packageAliases": {
"Apex Repository": "0Ho7Q000000XZTsSAO",
"Apex Repository@0.1.0-1": "04t7Q000000Yw20QAC",
"Apex Repository@0.1.0-2": "04t7Q000000YwxYQAS",
"Apex Repository@1.0.0-1": "04t7Q000000YxnFQAS",
"Apex Repository@1.0.0-2": "04t7Q000000YxnKQAS",
"Apex Repository@1.0.0-3": "04t7Q000000YxnPQAS",
"Apex Repository@1.1.0-1": "04t7Q000000YyjfQAC",
"Apex Repository@1.2.0-1": "04t7Q000000YymoQAC",
"Apex Repository@1.2.1-1": "04t7Q000000YymtQAC",
"Apex Repository@1.2.2-1": "04t7Q000000YynDQAS",
"Apex Repository@1.3.0-1": "04t7Q000000YynIQAS",
"Apex Repository@1.3.0-2": "04t7Q000000YytRQAS",
"Apex Repository@2.0.0-1": "04t7Q000000YytWQAS",
"Apex Repository@2.1.0-1": "04t7Q000000Yyy3QAC",
"Apex Repository@2.1.0-2": "04t7Q000000Yyy8QAC",
"Apex Repository@2.1.1-1": "04t7Q000000YyyDQAS",
"Apex Repository@2.1.2-1": "04t7Q000000YyyIQAS",
"Apex Repository@2.2.0-1": "04t7Q000000Z0c5QAC",
"Apex Repository@2.2.1-1": "04t7Q000000Z0cAQAS"
}
}