forked from jamessimone/apex-rollup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sfdx-project.json
34 lines (34 loc) · 1.47 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
{
"packageDirectories": [
{
"default": true,
"package": "apex-rollup",
"path": "rollup",
"versionNumber": "1.2.21.0",
"versionDescription": "Update DLRS migration script, cleanup within RollupCalculator.cls, deprecated RollupShouldRunAsPicklist.cls in favor of RollupMetaPicklists.cls",
"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"
}
}