@jayree/sfdx-plugin-manifest 3.1.43 → 3.1.44

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.44](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.43...v3.1.44) (2023-12-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 3.15.0 to 3.15.1 ([#1102](https://github.com/jayree/sfdx-plugin-manifest/issues/1102)) ([8ab25f9](https://github.com/jayree/sfdx-plugin-manifest/commit/8ab25f968ef44b54bcf3217937d13e187e25f035))
7
+ * **deps:** bump @salesforce/sf-plugins-core from 5.0.12 to 5.0.13 ([#1108](https://github.com/jayree/sfdx-plugin-manifest/issues/1108)) ([dd35bb5](https://github.com/jayree/sfdx-plugin-manifest/commit/dd35bb5263d584b3a038d323934adfd1442a717f))
8
+ * **deps:** bump isomorphic-git from 1.25.1 to 1.25.2 ([#1105](https://github.com/jayree/sfdx-plugin-manifest/issues/1105)) ([4805e10](https://github.com/jayree/sfdx-plugin-manifest/commit/4805e1028c229cadb230f5d36541af2ada436310))
9
+
1
10
  ## [3.1.43](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.42...v3.1.43) (2023-12-22)
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.43/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.44/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.43/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.44/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.43/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.44/src/commands/jayree/manifest/git/diff.ts)_
170
170
  <!-- commandsstop -->