forked from jongpie/NebulaLogger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsfdx-project.json
25 lines (25 loc) · 1.08 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
{
"namespace": "Nebula",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "51.0",
"packageDirectories": [
{
"package": "Nebula Logger",
"path": "nebula-logger",
"default": true,
"definitionFile": "config/project-scratch-def.json",
"postInstallScript": "LoggerInstallHandler",
"versionName": "New Logger Console app, expanded Apex & Flow logging",
"versionNumber": "4.3.0.3",
"ancestorVersion": "4.2.0.0",
"versionDescription": "Includes new Logger Console app & reports for admins, automatic log sharing, and expanded logging for Apex & Flow",
"releaseNotesUrl": "https://github.com/jongpie/NebulaLogger/releases"
}
],
"packageAliases": {
"Nebula Logger": "0Ho5Y000000XZCDSA4",
"Nebula [email protected]": "04t5Y000000XJZ7QAO",
"Nebula [email protected]": "04t5Y000000Xg4wQAC",
"Nebula [email protected]": "04t5Y000000YLDLQA4"
}
}