-
Notifications
You must be signed in to change notification settings - Fork 6
/
sfdx-project.json
48 lines (48 loc) · 2.08 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
42
43
44
45
46
47
48
{
"name": "Nebula Cache Manager",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "56.0",
"pushPackageDirectoriesSequentially": true,
"packageDirectories": [
{
"package": "Nebula Cache Manager (no namespace)",
"path": "./nebula-cache-manager/core/",
"definitionFile": "./config/scratch-orgs/base-scratch-def.json",
"versionNumber": "1.0.2.0",
"versionName": "Updated CacheManager methods from public to global",
"versionDescription": "All relevant methods in CacheManager (and its inner classses) have been changed to global so that they're accessible in the namespaced package",
"releaseNotesUrl": "https://github.com/jongpie/NebulaCacheManager/releases",
"default": false
},
{
"package": "Nebula Cache Manager (Nebula namespace)",
"path": "./nebula-cache-manager/core/",
"definitionFile": "./config/scratch-orgs/base-scratch-def.json",
"versionNumber": "1.0.2.0",
"versionName": "Updated CacheManager methods from public to global",
"versionDescription": "All relevant methods in CacheManager (and its inner classses) have been changed to global so that they're accessible in the namespaced package",
"releaseNotesUrl": "https://github.com/jongpie/NebulaCacheManager/releases",
"default": false
},
{
"path": "./nebula-cache-manager/recipes/",
"default": true
}
],
"plugins": {
"sfdx-plugin-prettier": {
"enabled": true
}
},
"packageAliases": {
"Nebula Cache Manager (Nebula namespace)": "0Ho5Y000000fxvlSAA",
"Nebula Cache Manager (Nebula namespace)@1.0.0": "04t5Y0000015n2AQAQ",
"Nebula Cache Manager (Nebula namespace)@1.0.1": "04t5Y0000015n6rQAA",
"Nebula Cache Manager (Nebula namespace)@1.0.2": "04t5Y0000015nCfQAI",
"Nebula Cache Manager (no namespace)": "0Ho5Y000000fxvqSAA",
"Nebula Cache Manager (no namespace)@1.0.0": "04t5Y0000015n25QAA",
"Nebula Cache Manager (no namespace)@1.0.1": "04t5Y0000015n6hQAA",
"Nebula Cache Manager (no namespace)@1.0.2": "04t5Y0000015nCaQAI"
}
}