@jayree/sfdx-plugin-manifest 3.1.50 → 3.1.51

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [3.1.51](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.50...v3.1.51) (2024-02-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 3.18.1 to 3.18.2 ([#1146](https://github.com/jayree/sfdx-plugin-manifest/issues/1146)) ([19ef9f0](https://github.com/jayree/sfdx-plugin-manifest/commit/19ef9f0979819fec3678fc88efb67d1c8a6ef26b))
7
+ * **deps:** bump @salesforce/source-deploy-retrieve ([#1147](https://github.com/jayree/sfdx-plugin-manifest/issues/1147)) ([e9630d5](https://github.com/jayree/sfdx-plugin-manifest/commit/e9630d50d2de5b4aa965b89321e2f18e43609972))
8
+ * **deps:** bump fast-xml-parser from 4.3.3 to 4.3.4 ([#1145](https://github.com/jayree/sfdx-plugin-manifest/issues/1145)) ([647129a](https://github.com/jayree/sfdx-plugin-manifest/commit/647129a1fd3789bf41ae2fea91d8ea9216add0ac))
9
+
1
10
  ## [3.1.50](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.49...v3.1.50) (2024-01-29)
2
11
 
3
12
 
package/README.md CHANGED
@@ -47,7 +47,7 @@ EXAMPLES
47
47
  $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
48
48
  ```
49
49
 
50
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.50/src/commands/jayree/manifest/cleanup.ts)_
50
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.51/src/commands/jayree/manifest/cleanup.ts)_
51
51
 
52
52
  ### `sfdx jayree manifest generate`
53
53
 
@@ -84,7 +84,7 @@ EXAMPLES
84
84
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
85
85
  ```
86
86
 
87
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.50/src/commands/jayree/manifest/generate.ts)_
87
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.51/src/commands/jayree/manifest/generate.ts)_
88
88
 
89
89
  ### `sfdx jayree manifest git diff`
90
90
 
@@ -166,5 +166,5 @@ FLAG DESCRIPTIONS
166
166
  The location can be an absolute path or relative to the current working directory.
167
167
  ```
168
168
 
169
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.50/src/commands/jayree/manifest/git/diff.ts)_
169
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.51/src/commands/jayree/manifest/git/diff.ts)_
170
170
  <!-- commandsstop -->