sfdx-hardis 6.16.0 → 6.16.1-alpha202512161824.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/common/notifProvider/apiProvider.d.ts +2 -0
- package/lib/common/notifProvider/apiProvider.js +28 -4
- package/lib/common/notifProvider/apiProvider.js.map +1 -1
- package/oclif.manifest.json +1692 -1692
- package/package.json +1 -1
- package/CHANGELOG.md +0 -3667
- package/defaults/monitoring/.gitignore +0 -56
- package/yarn.lock +0 -13799
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
# Salesforce cache
|
|
2
|
-
.sf/
|
|
3
|
-
.sfdx/
|
|
4
|
-
.localdevserver/
|
|
5
|
-
deploy-options.json
|
|
6
|
-
|
|
7
|
-
# LWC VSCode autocomplete
|
|
8
|
-
**/lwc/jsconfig.json
|
|
9
|
-
|
|
10
|
-
# LWC Jest coverage reports
|
|
11
|
-
coverage/
|
|
12
|
-
|
|
13
|
-
# Logs
|
|
14
|
-
logs
|
|
15
|
-
*.log
|
|
16
|
-
npm-debug.log*
|
|
17
|
-
yarn-debug.log*
|
|
18
|
-
yarn-error.log*
|
|
19
|
-
|
|
20
|
-
# Dependency directories
|
|
21
|
-
node_modules/
|
|
22
|
-
|
|
23
|
-
# Eslint cache
|
|
24
|
-
.eslintcache
|
|
25
|
-
|
|
26
|
-
# MacOS system files
|
|
27
|
-
.DS_Store
|
|
28
|
-
|
|
29
|
-
# Windows system files
|
|
30
|
-
Thumbs.db
|
|
31
|
-
ehthumbs.db
|
|
32
|
-
[Dd]esktop.ini
|
|
33
|
-
$RECYCLE.BIN/
|
|
34
|
-
|
|
35
|
-
# Local environment variables
|
|
36
|
-
.env
|
|
37
|
-
|
|
38
|
-
# Python Salesforce Functions
|
|
39
|
-
**/__pycache__/
|
|
40
|
-
**/.venv/
|
|
41
|
-
**/venv/
|
|
42
|
-
|
|
43
|
-
# Generic stuff
|
|
44
|
-
.cache/
|
|
45
|
-
.vscode/
|
|
46
|
-
|
|
47
|
-
# sfdx-hardis temporary / reporting folders
|
|
48
|
-
config/user/
|
|
49
|
-
hardis-report/
|
|
50
|
-
|
|
51
|
-
# Sensitive metadatas whose content should never be backupped !
|
|
52
|
-
**/*.crt-meta.xml
|
|
53
|
-
**/*.connectedApp-meta.xml
|
|
54
|
-
|
|
55
|
-
# Metadata that we'll never care about
|
|
56
|
-
**/cleanDataServices/
|