forked from jamessimone/apex-rollup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sfdx-project.json
42 lines (42 loc) · 1.83 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
37
38
39
40
41
42
{
"packageDirectories": [
{
"default": true,
"package": "apex-rollup",
"path": "rollup",
"versionNumber": "1.2.29.0",
"versionDescription": "Consolidate how query fields are filled within Rollup to fix FIRST/LAST issue",
"releaseNotesUrl": "https://github.com/jamessimone/apex-rollup/releases/latest"
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "51.0",
"packageAliases": {
"apex-rollup": "0Ho6g000000TNcOCAW",
"[email protected]": "04t6g000008GJMsAAO",
"[email protected]": "04t6g000008GJNqAAO",
"[email protected]": "04t6g000008GJNvAAO",
"[email protected]": "04t6g000008GJQVAA4",
"[email protected]": "04t6g000008GJRnAAO",
"[email protected]": "04t6g000008GJSbAAO",
"[email protected]": "04t6g000008GJYBAA4",
"[email protected]": "04t6g000008GJeUAAW",
"[email protected]": "04t6g000008GJjQAAW",
"[email protected]": "04t6g000008GJlbAAG",
"[email protected]": "04t6g000008GJm0AAG",
"[email protected]": "04t6g000008nt3WAAQ",
"[email protected]": "04t6g000008nt4PAAQ",
"[email protected]": "04t6g000008nt5DAAQ",
"[email protected]": "04t6g000008nt5NAAQ",
"[email protected]": "04t6g000008nt6kAAA",
"[email protected]": "04t6g000008SgCUAA0",
"[email protected]": "04t6g000008SgDcAAK",
"[email protected]": "04t6g000008SgEQAA0",
"[email protected]": "04t6g000008SgGCAA0",
"[email protected]": "04t6g000008SgI8AAK",
"[email protected]": "04t6g000008SgImAAK",
"[email protected]": "04t6g000008SgIwAAK",
"[email protected]": "04t6g000008SgLWAA0"
}
}