-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathsfdx-project.json
More file actions
35 lines (35 loc) · 1.33 KB
/
sfdx-project.json
File metadata and controls
35 lines (35 loc) · 1.33 KB
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
{
"packageDirectories": [
{
"path": "sfdx-source/LabsActionPlans",
"default": true,
"package": "Action Plans",
"versionName": "Winter 26' Update v4.4.0",
"versionNumber": "4.4.0.NEXT",
"ancestorVersion": "HIGHEST",
"releaseNotesUrl": "https://github.com/SalesforceLabs/ActionPlansV4/blob/main/README.md",
"definitionFile": "config/install-scratch-def.json",
"versionDescription": "Security improvements: Fixed XSS vulnerabilities in APLightningLookup component, improved input escaping and Visualforce remoting security",
"postInstallScript": "ActionPlansPostInstallScript",
"postInstallUrl": "https://salesforcelabs.github.io/ActionPlansV4/"
},
{
"path": "sfdx-source/unmanaged"
}
],
"name": "Action Plans",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "65.0",
"packageAliases": {
"Action Plans": "0Ho5f000000oLlrCAE",
"ActionPlans": "0Ho5f000000oLlrCAE",
"Action Plans@4.1.0-1": "04t5f000000rJgsAAE",
"Action Plans@4.2.0-7": "04t5f000000rK9EAAU",
"Action Plans@4.2.1-5": "04t5f000000rKJ9AAM",
"Action Plans@4.3.0-11": "04t5f000000rM66AAE",
"Action Plans@4.3.0-13": "04t5f000000rM7nAAE",
"Action Plans@4.3.1-2": "04tKa000002zLsUIAU",
"Action Plans@4.4.0": "04tKa000002jEjGIAU"
}
}