-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsfdx-project.json
More file actions
33 lines (33 loc) · 1015 Bytes
/
sfdx-project.json
File metadata and controls
33 lines (33 loc) · 1015 Bytes
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": "force-app",
"default": true,
"dependencies": [
{
"package": "FlowActionsBasePack@3.11.0-0"
},
{
"package": "FlowScreenComponentsBasePack@3.0.18-0"
}
],
"package": "FlowTestBuilder",
"versionName": "ver 0.1",
"versionNumber": "0.1.0.NEXT"
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "48.0",
"packageAliases": {
"FlowTestBuilder": "0Hof4000000TN9TCAW",
"FlowTestBuilder@1.0.0-0": "04tf4000003RQvvAAG",
"FlowActionsBasePack@3.11.0-0": "04t8b000000mL0aAAE",
"FlowScreenComponentsBasePack@3.0.18-0": "04t5G0000043xsbQAA",
"FlowActionsBasePack@2.32.0-0": "04t4W0000034KebQAE",
"FlowScreenComponentsBasePack@2.5.5-0": "04t5G000003rUabQAE",
"FlowTestBuilder@1.0.1-0": "04t5G000003rUbjQAE",
"FlowTestBuilder@1.0.2-0": "04t5G000003rUdQQAU",
"FlowTestBuilder@3.0.0": "04t5G000004C6uTQAS"
}
}