forked from jamessimone/apex-rollup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sfdx-project.json
108 lines (108 loc) · 4.59 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"packageDirectories": [
{
"default": true,
"package": "apex-rollup",
"path": "rollup",
"scopeProfiles": true,
"versionName": "Continuation from v1.6.5 with big CPU time improvements made to Flow-based rollups, particularly for the update record code path",
"versionNumber": "1.6.11.0",
"versionDescription": "Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.",
"releaseNotesUrl": "https://github.com/jamessimone/apex-rollup/releases/latest",
"unpackagedMetadata": {
"path": "extra-tests"
}
},
{
"package": "Apex Rollup - Custom Logger",
"path": "plugins\\CustomObjectRollupLogger",
"dependencies": [
{
"package": "[email protected]"
}
],
"versionNumber": "0.0.12.0",
"versionName": "Corrected assertion in one of the custom logger tests",
"versionDescription": "Adds RollupLog__c and RollupLogEntry__c custom objects to allow storage of rollup debug logs",
"default": false,
"unpackagedMetadata": {
"path": "plugins/CustomObjectRollupLogger/tests"
}
},
{
"package": "Apex Rollup - Nebula Logger",
"path": "plugins\\NebulaLogger",
"dependencies": [
{
"package": "[email protected]"
},
{
"package": "Nebula Logger - [email protected]"
}
],
"versionNumber": "0.0.8.0",
"versionName": "Adding base Rollup string and version number",
"versionDescription": "Provides an adapter that hooks rollup debug logging up to Nebula Logger",
"default": false,
"unpackagedMetadata": {
"path": "plugins/NebulaLogger/tests"
}
},
{
"package": "Apex Rollup - Rollup Callback",
"path": "plugins\\RollupCallback",
"dependencies": [
{
"package": "[email protected]"
}
],
"versionNumber": "0.0.3.0",
"versionName": "Standardizing plugin infrastructure",
"versionDescription": "Use this plugin to dispatch updated rollup information using Platform Events or custom Apex",
"default": false,
"unpackagedMetadata": {
"path": "plugins/RollupCallback/tests"
}
},
{
"path": "plugins\\ExtraCodeCoverage",
"package": "Apex Rollup - Extra Code Coverage",
"versionDescription": "This plugin adds code coverage for Apex Rollup if you need additional code coverage for the base package",
"versionName": "Updating code coverage",
"versionNumber": "0.0.20.0",
"default": false,
"dependencies": [
{
"package": "[email protected]"
}
]
},
{
"path": "extra-tests",
"default": false
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "59.0",
"packageAliases": {
"Apex Rollup - Custom Logger": "0Ho6g000000Gn8ZCAS",
"Apex Rollup - Custom [email protected]": "04t6g000008SirvAAC",
"Apex Rollup - Custom [email protected]": "04t6g000008SjqIAAS",
"Apex Rollup - Extra Code Coverage": "0Ho6g000000GnCWCA0",
"Apex Rollup - Extra Code [email protected]": "04t6g000008C6rRAAS",
"Apex Rollup - Extra Code [email protected]": "04t6g000008C78yAAC",
"Apex Rollup - Nebula Logger": "0Ho6g000000Gn8PCAS",
"Apex Rollup - Nebula [email protected]": "04t6g000008b0O7AAI",
"Apex Rollup - Nebula [email protected]": "04t6g000007zM6tAAE",
"Apex Rollup - Rollup Callback": "0Ho6g000000GnA1CAK",
"Apex Rollup - Rollup [email protected]": "04t6g000008ShztAAC",
"Apex Rollup - Rollup [email protected]": "04t6g000008Sis0AAC",
"Nebula Logger - [email protected]": "04t5Y0000015lslQAA",
"apex-rollup": "0Ho6g000000TNcOCAW",
"[email protected]": "04t6g000008OaJLAA0",
"[email protected]": "04t6g000008OaJkAAK",
"[email protected]": "04t6g000008OaLCAA0",
"[email protected]": "04t6g000008OaO6AAK"
}
}