-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsfdx-project.json
33 lines (33 loc) · 1.11 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
{
"packageDirectories": [
{
"path": "asynchronous-process-notifier",
"default": true,
"package": "Asynchronous Process Notifier",
"versionName": "ver 1.0",
"versionNumber": "1.0.1.NEXT"
},
{
"path": "asynchronous-process-notifier-test",
"default": false,
"package": "Asynchronous Process Notifier Test",
"versionName": "ver 1.0",
"versionNumber": "1.0.1.NEXT",
"dependencies": [
{
"package": "Asynchronous Process Notifier",
"versionNumber": "1.0.1.LATEST"
}
]
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "48.0",
"packageAliases": {
"Asynchronous Process Notifier": "0Ho3X000000k9jRSAQ",
"Asynchronous Process Notifier Test": "0Ho3X000000k9jWSAQ",
"Asynchronous Process [email protected]": "04t3X000002mHGmQAM",
"Asynchronous Process Notifier [email protected]": "04t3X000002mQ0AQAU"
}
}