-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathsfdx-project.json
110 lines (110 loc) · 4.64 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
109
110
{
"packageDirectories": [
{
"default": true,
"package": "apex-rollup",
"path": "rollup",
"versionName": "Continued full recalc optimizations",
"versionNumber": "1.5.87.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": "apex-rollup@1.4.7-0"
}
],
"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": "apex-rollup@1.5.20-0"
},
{
"package": "Nebula Logger - Core@4.8.0-NEXT-ignore-origin-method"
}
],
"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": "apex-rollup@1.3.23-0"
}
],
"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.19.0",
"default": false,
"dependencies": [
{
"package": "apex-rollup@1.5.83-0"
}
]
},
{
"path": "extra-tests",
"default": false
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "58.0",
"packageAliases": {
"Apex Rollup - Custom Logger": "0Ho6g000000Gn8ZCAS",
"Apex Rollup - Custom Logger@0.0.11-0": "04t6g000008SirvAAC",
"Apex Rollup - Custom Logger@0.0.12-0": "04t6g000008SjqIAAS",
"Apex Rollup - Extra Code Coverage": "0Ho6g000000GnCWCA0",
"Apex Rollup - Extra Code Coverage@0.0.18-0": "04t6g000008C6gXAAS",
"Apex Rollup - Extra Code Coverage@0.0.19-0": "04t6g000008C6rRAAS",
"Apex Rollup - Nebula Logger": "0Ho6g000000Gn8PCAS",
"Apex Rollup - Nebula Logger@0.0.7-0": "04t6g000008b0O7AAI",
"Apex Rollup - Nebula Logger@0.0.8-0": "04t6g000007zM6tAAE",
"Apex Rollup - Rollup Callback": "0Ho6g000000GnA1CAK",
"Apex Rollup - Rollup Callback@0.0.2-0": "04t6g000008ShztAAC",
"Apex Rollup - Rollup Callback@0.0.3-0": "04t6g000008Sis0AAC",
"Nebula Logger - Core@4.8.0-NEXT-ignore-origin-method": "04t5Y0000015lslQAA",
"apex-rollup": "0Ho6g000000TNcOCAW",
"apex-rollup@1.5.81-0": "04t6g000008C6kyAAC",
"apex-rollup@1.5.82-0": "04t6g000008C6lXAAS",
"apex-rollup@1.5.83-0": "04t6g000008C6rHAAS",
"apex-rollup@1.5.84-0": "04t6g000008C6soAAC",
"apex-rollup@1.5.85-0": "04t6g000008C6zWAAS",
"apex-rollup@1.5.86-0": "04t6g000008C71XAAS",
"apex-rollup@1.5.87-0": "04t6g000008C72BAAS"
}
}