-
Notifications
You must be signed in to change notification settings - Fork 93
/
sfdx-project.json
38 lines (38 loc) · 1.3 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
{
"packageDirectories": [
{
"path": "utils-core",
"default": true,
"package": "LWC Utils",
"versionName": "ver 1.9.0",
"versionNumber": "1.9.0.NEXT",
"postInstallUrl": "https://github.com/tsalb/lwc-utils/releases",
"releaseNotesUrl": "https://github.com/tsalb/lwc-utils/releases"
},
{
"path": "utils-recipes",
"default": false,
"package": "LWC Utils Recipes",
"versionName": "ver 1.9.0",
"versionNumber": "1.9.0.NEXT",
"postInstallUrl": "https://github.com/tsalb/lwc-utils/releases",
"releaseNotesUrl": "https://github.com/tsalb/lwc-utils/releases",
"dependencies": [
{
"package": "LWC Utils",
"versionNumber": "1.9.0.LATEST"
}
]
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "53.0",
"packageAliases": {
"LWC Utils": "0Ho1Q000000blJiSAI",
"LWC Utils Recipes": "0Ho1Q000000blJnSAI",
"LWC [email protected]": "04t1Q000001MRtvQAG",
"LWC [email protected]": "04t1Q000001ACZsQAO",
"LWC Utils [email protected]": "04t1Q000001ACZxQAO"
}
}