forked from apex-enterprise-patterns/fflib-apex-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sfdx-project.json
29 lines (29 loc) · 1 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
{
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "51.0",
"packageDirectories": [
{
"path": "sfdx-source/apex-common",
"package": "fflibApexCommonHardis",
"versionName": "ver 0.2",
"versionNumber": "0.1.0.NEXT",
"default": true,
"dependencies": [
{
"package": "[email protected]"
}
]
}
],
"packageAliases": {
"fflibApexMocksHardis": "0Ho1n000000blO9CAI",
"[email protected]": "04t1n000001pGjzAAE",
"[email protected]": "04t1n000001pGroAAE",
"fflibApexCommonHardis": "0Ho1n000000blOECAY",
"[email protected]": "04t1n000001pGk4AAE",
"[email protected]": "04t1n000001pGkYAAU",
"[email protected]": "04t1n000001pGreAAE",
"[email protected]": "04t1n000001pGrtAAE"
}
}