@jayree/sfdx-plugin-manifest 4.0.0 → 4.0.1

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,11 @@
1
+ ## [4.0.1](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.0...4.0.1) (2025-05-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump fast-xml-parser from 5.2.2 to 5.2.3 ([#1779](https://github.com/jayree/sfdx-plugin-manifest/issues/1779)) ([cb5c441](https://github.com/jayree/sfdx-plugin-manifest/commit/cb5c441ae79182965392d5ee0e2c3c8daf6cbfd6))
7
+ * fix ([#747](https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/747)): support EMPTY and ANY with ELEMENT in DOCTYPE
8
+
1
9
  ## [4.0.0](https://github.com/jayree/sfdx-plugin-manifest/compare/3.7.25...4.0.0) (2025-05-08)
2
10
 
3
11
 
package/README.md CHANGED
@@ -112,7 +112,7 @@ EXAMPLES
112
112
  $ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
113
113
  ```
114
114
 
115
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.25/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.1/src/commands/jayree/manifest/cleanup.ts)_
116
116
 
117
117
  ### `sf jayree manifest generate`
118
118
 
@@ -150,7 +150,7 @@ EXAMPLES
150
150
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
151
151
  ```
152
152
 
153
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.25/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.1/src/commands/jayree/manifest/generate.ts)_
154
154
 
155
155
  ### `sf jayree manifest git diff REF1 [REF2]`
156
156
 
@@ -184,9 +184,6 @@ DESCRIPTION
184
184
 
185
185
  You can use all ways to spell <commit> which are valid for 'git diff' (See https://git-scm.com/docs/git-diff).
186
186
 
187
- ALIASES
188
- $ sf jayree manifest beta git diff
189
-
190
187
  EXAMPLES
191
188
  Uses the changes between two arbitrary <commit>.
192
189
 
@@ -233,7 +230,7 @@ FLAG DESCRIPTIONS
233
230
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
234
231
  ```
235
232
 
236
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.25/src/commands/jayree/manifest/git/diff.ts)_
233
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.1/src/commands/jayree/manifest/git/diff.ts)_
237
234
  <!-- commandsstop -->
238
235
 
239
236
  ## Performance Testing