sfdx-hardis 6.4.1 → 6.4.3
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/CHANGELOG.md +18 -1
- package/defaults/templates/files/LargeFilesOnly.json +11 -0
- package/lib/commands/hardis/git/pull-requests/extract.js +1 -1
- package/lib/commands/hardis/git/pull-requests/extract.js.map +1 -1
- package/lib/commands/hardis/lint/access.js +1 -1
- package/lib/commands/hardis/lint/access.js.map +1 -1
- package/lib/commands/hardis/lint/metadatastatus.js +1 -1
- package/lib/commands/hardis/lint/metadatastatus.js.map +1 -1
- package/lib/commands/hardis/lint/missingattributes.js +1 -1
- package/lib/commands/hardis/lint/missingattributes.js.map +1 -1
- package/lib/commands/hardis/lint/unusedmetadatas.js +1 -1
- package/lib/commands/hardis/lint/unusedmetadatas.js.map +1 -1
- package/lib/commands/hardis/misc/servicenow-report.js +1 -1
- package/lib/commands/hardis/misc/servicenow-report.js.map +1 -1
- package/lib/commands/hardis/org/configure/files.js +2 -0
- package/lib/commands/hardis/org/configure/files.js.map +1 -1
- package/lib/commands/hardis/org/diagnose/audittrail.js +1 -1
- package/lib/commands/hardis/org/diagnose/audittrail.js.map +1 -1
- package/lib/commands/hardis/org/diagnose/legacyapi.js +2 -2
- package/lib/commands/hardis/org/diagnose/legacyapi.js.map +1 -1
- package/lib/commands/hardis/org/diagnose/licenses.js +1 -1
- package/lib/commands/hardis/org/diagnose/licenses.js.map +1 -1
- package/lib/commands/hardis/org/diagnose/releaseupdates.js +1 -1
- package/lib/commands/hardis/org/diagnose/releaseupdates.js.map +1 -1
- package/lib/commands/hardis/org/diagnose/unused-apex-classes.js +1 -1
- package/lib/commands/hardis/org/diagnose/unused-apex-classes.js.map +1 -1
- package/lib/commands/hardis/org/diagnose/unused-connected-apps.js +1 -1
- package/lib/commands/hardis/org/diagnose/unused-connected-apps.js.map +1 -1
- package/lib/commands/hardis/org/files/export.js +14 -2
- package/lib/commands/hardis/org/files/export.js.map +1 -1
- package/lib/commands/hardis/org/files/import.js +4 -2
- package/lib/commands/hardis/org/files/import.js.map +1 -1
- package/lib/commands/hardis/org/monitor/backup.js +1 -1
- package/lib/commands/hardis/org/monitor/backup.js.map +1 -1
- package/lib/commands/hardis/org/monitor/limits.js +1 -1
- package/lib/commands/hardis/org/monitor/limits.js.map +1 -1
- package/lib/commands/hardis/org/multi-org-query.js +1 -1
- package/lib/commands/hardis/org/multi-org-query.js.map +1 -1
- package/lib/commands/hardis/project/audit/callincallout.js +4 -1
- package/lib/commands/hardis/project/audit/callincallout.js.map +1 -1
- package/lib/commands/hardis/project/audit/remotesites.js +4 -1
- package/lib/commands/hardis/project/audit/remotesites.js.map +1 -1
- package/lib/commands/hardis/work/save.js +1 -1
- package/lib/commands/hardis/work/save.js.map +1 -1
- package/lib/common/utils/filesUtils.d.ts +52 -14
- package/lib/common/utils/filesUtils.js +456 -101
- package/lib/common/utils/filesUtils.js.map +1 -1
- package/lib/common/utils/index.d.ts +4 -0
- package/lib/common/utils/index.js +9 -0
- package/lib/common/utils/index.js.map +1 -1
- package/lib/common/websocketClient.d.ts +3 -0
- package/lib/common/websocketClient.js +23 -0
- package/lib/common/websocketClient.js.map +1 -1
- package/oclif.lock +39 -39
- package/oclif.manifest.json +497 -497
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -3,24 +3,24 @@
|
|
|
3
3
|
"description": "Swiss-army-knife Toolbox for Salesforce.\n Allows you to define a complete CD/CD Pipeline.\n Orchestrate base commands and assist users with interactive wizards",
|
|
4
4
|
"author": "NicolasVuillamy @nvuillam",
|
|
5
5
|
"bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues",
|
|
6
|
-
"version": "6.4.
|
|
6
|
+
"version": "6.4.3",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@actions/github": "^6.0.1",
|
|
9
9
|
"@cparra/apexdocs": "^3.14.1",
|
|
10
10
|
"@gitbeaker/node": "^35.8.1",
|
|
11
|
-
"@langchain/anthropic": "^0.3.
|
|
11
|
+
"@langchain/anthropic": "^0.3.27",
|
|
12
12
|
"@langchain/community": "^0.3.53",
|
|
13
13
|
"@langchain/core": "^0.3.72",
|
|
14
14
|
"@langchain/google-genai": "^0.2.17",
|
|
15
15
|
"@langchain/ollama": "^0.2.4",
|
|
16
|
-
"@oclif/core": "^4.5.
|
|
17
|
-
"@salesforce/core": "^8.
|
|
16
|
+
"@oclif/core": "^4.5.3",
|
|
17
|
+
"@salesforce/core": "^8.23.1",
|
|
18
18
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
19
19
|
"@slack/types": "^2.16.0",
|
|
20
20
|
"@slack/web-api": "^7.10.0",
|
|
21
21
|
"@supercharge/promise-pool": "^3.2.0",
|
|
22
22
|
"@xmldom/xmldom": "^0.9.8",
|
|
23
|
-
"axios": "^1.
|
|
23
|
+
"axios": "^1.12.1",
|
|
24
24
|
"azure-devops-node-api": "^14.1.0",
|
|
25
25
|
"bitbucket": "^2.12.0",
|
|
26
26
|
"chalk": "^5.6.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@oclif/plugin-command-snapshot": "^5.3.5",
|
|
83
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
83
|
+
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
84
84
|
"@salesforce/dev-config": "^4.3.2",
|
|
85
85
|
"@salesforce/dev-scripts": "^10",
|
|
86
86
|
"@types/columnify": "^1.5.4",
|