@jayree/sfdx-plugin-manifest 3.2.2 → 3.2.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 CHANGED
@@ -1,3 +1,11 @@
1
+ ## [3.2.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.2.2...v3.2.3) (2024-05-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/sf-plugins-core from 9.0.5 to 9.0.7 ([#1268](https://github.com/jayree/sfdx-plugin-manifest/issues/1268)) ([8e137b4](https://github.com/jayree/sfdx-plugin-manifest/commit/8e137b409d910c5fd64f27aa6e899e30b1ca9f98))
7
+ * **deps:** bump @salesforce/source-deploy-retrieve from 11.1.2 to 11.3.0 ([#1267](https://github.com/jayree/sfdx-plugin-manifest/issues/1267)) ([72cc880](https://github.com/jayree/sfdx-plugin-manifest/commit/72cc880c3d2897eaa821b0c6d53bda965253ea6d))
8
+
1
9
  ## [3.2.2](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.2.1...v3.2.2) (2024-04-26)
2
10
 
3
11
 
package/README.md CHANGED
@@ -48,7 +48,7 @@ EXAMPLES
48
48
  $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
49
49
  ```
50
50
 
51
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.2/src/commands/jayree/manifest/cleanup.ts)_
51
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.3/src/commands/jayree/manifest/cleanup.ts)_
52
52
 
53
53
  ### `sfdx jayree manifest generate`
54
54
 
@@ -86,7 +86,7 @@ EXAMPLES
86
86
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
87
87
  ```
88
88
 
89
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.2/src/commands/jayree/manifest/generate.ts)_
89
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.3/src/commands/jayree/manifest/generate.ts)_
90
90
 
91
91
  ### `sfdx jayree manifest git diff`
92
92
 
@@ -169,5 +169,5 @@ FLAG DESCRIPTIONS
169
169
  The location can be an absolute path or relative to the current working directory.
170
170
  ```
171
171
 
172
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.2/src/commands/jayree/manifest/git/diff.ts)_
172
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.3/src/commands/jayree/manifest/git/diff.ts)_
173
173
  <!-- commandsstop -->