sfdx-jayree 4.8.143 → 4.8.144

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [4.8.144](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.143...v4.8.144) (2025-07-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 4.0.27 to 4.0.33 ([#1692](https://github.com/jayree/sfdx-jayree-plugin/issues/1692)) ([dacabd6](https://github.com/jayree/sfdx-jayree-plugin/commit/dacabd669340a508f7376af9e597da3d12dfb7d4))
7
+
1
8
  ## [4.8.143](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.142...v4.8.143) (2025-07-04)
2
9
 
3
10
 
package/README.md CHANGED
@@ -90,7 +90,7 @@ EXAMPLES
90
90
  $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
91
91
  ```
92
92
 
93
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.27/src/commands/jayree/manifest/cleanup.ts)_
93
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.33/src/commands/jayree/manifest/cleanup.ts)_
94
94
 
95
95
  ### `sfdx jayree manifest generate`
96
96
 
@@ -128,7 +128,7 @@ EXAMPLES
128
128
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
129
129
  ```
130
130
 
131
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.27/src/commands/jayree/manifest/generate.ts)_
131
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.33/src/commands/jayree/manifest/generate.ts)_
132
132
 
133
133
  ### `sfdx jayree manifest git diff REF1 [REF2]`
134
134
 
@@ -208,7 +208,7 @@ FLAG DESCRIPTIONS
208
208
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
209
209
  ```
210
210
 
211
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.27/src/commands/jayree/manifest/git/diff.ts)_
211
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.33/src/commands/jayree/manifest/git/diff.ts)_
212
212
 
213
213
  ### `sfdx jayree org configure`
214
214