-
Notifications
You must be signed in to change notification settings - Fork 8
/
sfdx-project.json
41 lines (41 loc) · 1.77 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
39
40
41
{
"name": "Nebula Query & Search",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "58.0",
"plugins": {
"sfdx-plugin-prettier": {
"enabled": true
}
},
"packageDirectories": [
{
"package": "Nebula Query & Search (Nebula namespace)",
"path": "nebula-query-and-search",
"definitionFile": "./config/scratch-orgs/base-scratch-def.json",
"versionNumber": "3.1.2.0",
"versionName": "Fixes Set handling in Query.filterWhere()",
"versionDescription": "Fixed an bug in `Query.filterWhere()` when filtering on `Set<T>` that would previously result in an invalid query being generated",
"releaseNotesUrl": "https://github.com/jongpie/NebulaQueryAndSearch/releases",
"default": false
},
{
"package": "Nebula Query & Search (no namespace)",
"path": "nebula-query-and-search",
"definitionFile": "./config/scratch-orgs/base-scratch-def.json",
"versionNumber": "3.1.2.0",
"versionName": "Fixes Set handling in Query.filterWhere()",
"versionDescription": "Fixed an bug in `Query.filterWhere()` when filtering on `Set<T>` that would previously result in an invalid query being generated",
"releaseNotesUrl": "https://github.com/jongpie/NebulaQueryAndSearch/releases",
"default": true
}
],
"packageAliases": {
"Nebula Query & Search (Nebula namespace)": "0Ho5Y000000fxvvSAA",
"Nebula Query & Search (Nebula namespace)@3.1.1": "04t5Y000001TsMTQA0",
"Nebula Query & Search (Nebula namespace)@3.1.2": "04t5Y000001TsbVQAS",
"Nebula Query & Search (no namespace)": "0Ho5Y000000blOESAY",
"Nebula Query & Search (no namespace)@3.1.1": "04t5Y000001TsMOQA0",
"Nebula Query & Search (no namespace)@3.1.2": "04t5Y000001TsbQQAS"
}
}