forked from deejay-hub/timeline-lwc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsfdx-project.json
executable file
·30 lines (30 loc) · 1.09 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
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "TimeWarp",
"versionNumber": "1.14.0.NEXT",
"versionName": "Ross",
"ancestorVersion": "1.12.0",
"releaseNotesUrl": "https://github.com/deejay-hub/timeline-lwc/blob/main/changelog.md"
}
],
"namespace": "bmpyrckt",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "59.0",
"packageAliases": {
"TimeWarp": "0Ho2w000000TNVlCAO",
"TimeWarp@1.2.0-1": "04t2w000008K1N2AAK",
"TimeWarp@1.3.0-1": "04t2w000008K1NRAA0",
"TimeWarp@1.4.0-1": "04t2w000008K1NWAA0",
"TimeWarp@1.5.0-1": "04t2w000008K32CAAS",
"TimeWarp@1.6.0-1": "04t2w000008K3UlAAK",
"TimeWarp@1.7.0-1": "04t2w000008K3UqAAK",
"TimeWarp@1.8.0-1": "04t2w000008K3UvAAK",
"TimeWarp@1.9.0-1": "04t2w000009BbXOAA0",
"TimeWarp@1.10.0-1": "04t2w000009BbjoAAC",
"TimeWarp@1.11.0-1": "04t2w000009Bc08AAC",
"TimeWarp@1.12.0-1": "04t2w000009VNfnAAG"
}
}