sfdx-hardis 6.3.4-beta202509081032.0 → 6.4.1-beta202509082207.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/CHANGELOG.md +3 -0
- package/oclif.manifest.json +940 -940
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta`
|
|
6
6
|
|
|
7
|
+
## [6.4.0] 2025-09-08
|
|
8
|
+
|
|
7
9
|
- [hardis:project:deploy:smart](https://sfdx-hardis.cloudity.com/hardis/project/deploy/smart/): New beta feature **useDeltaDeploymentWithDependencies** to add dependencies to the delta deployment package.
|
|
10
|
+
- Fix npm dependencies (just in case, but the global npm packages hack has not impacted sfdx-hardis as it does not run in a browser)
|
|
8
11
|
|
|
9
12
|
## [6.3.3] 2025-09-08
|
|
10
13
|
|