-
Notifications
You must be signed in to change notification settings - Fork 5
/
sfdx-project.json
27 lines (27 loc) · 1019 Bytes
/
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
{
"packageDirectories": [
{
"default": true,
"definitionFile": "config/project-scratch-def.json",
"package": "salesforce-round-robin",
"path": "core",
"versionName": "Introduces User collection variable for Flow as an alternative to querying for assignees",
"versionNumber": "0.1.6.0",
"versionDescription": "Invocable & Apex-ready Round Robin Assigner for Salesforce Flow, Process Builder, Apex and more",
"releaseNotesUrl": "https://github.com/jamessimone/salesforce-round-robin/releases/latest"
},
{
"path": "integration-tests"
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "58.0",
"packageAliases": {
"salesforce-round-robin": "0Ho6g000000GnClCAK",
"salesforce-round-robin@0.1.3": "04t6g000008C6lwAAC",
"salesforce-round-robin@0.1.4": "04t6g000008C6sAAAS",
"salesforce-round-robin@0.1.5": "04t6g000008Oa2hAAC",
"salesforce-round-robin@0.1.6": "04t6g000008Oa7sAAC"
}
}