@jayree/sfdx-plugin-manifest 3.1.46 → 3.1.47

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## [3.1.47](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.46...v3.1.47) (2024-01-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 3.16.0 to 3.18.1 ([#1123](https://github.com/jayree/sfdx-plugin-manifest/issues/1123)) ([68018e3](https://github.com/jayree/sfdx-plugin-manifest/commit/68018e3dc38b2f210f1deab286563cd8cf0d333a))
7
+ * **deps:** bump @salesforce/core from 6.4.4 to 6.4.7 ([#1128](https://github.com/jayree/sfdx-plugin-manifest/issues/1128)) ([b534e42](https://github.com/jayree/sfdx-plugin-manifest/commit/b534e4244fa8d9383b87d3a657f7db9e8920c360))
8
+ * **deps:** bump @salesforce/source-deploy-retrieve from 10.2.6 to 10.2.9 ([#1121](https://github.com/jayree/sfdx-plugin-manifest/issues/1121)) ([f56b815](https://github.com/jayree/sfdx-plugin-manifest/commit/f56b81505121044fc337b5018fc8fe5c213a81fe))
9
+ * **deps:** bump fast-xml-parser from 4.3.2 to 4.3.3 ([#1122](https://github.com/jayree/sfdx-plugin-manifest/issues/1122)) ([57b66e6](https://github.com/jayree/sfdx-plugin-manifest/commit/57b66e65b60b727eb421ea914dfa40fbd5371098))
10
+ * **deps:** bump isomorphic-git from 1.25.2 to 1.25.3 ([#1117](https://github.com/jayree/sfdx-plugin-manifest/issues/1117)) ([5a20134](https://github.com/jayree/sfdx-plugin-manifest/commit/5a201340320d1e312edd5da14a08aeff24c8df74))
11
+
1
12
  ## [3.1.46](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.45...v3.1.46) (2024-01-05)
2
13
 
3
14
 
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.46/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.47/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.46/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.47/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.46/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.47/src/commands/jayree/manifest/git/diff.ts)_
170
170
  <!-- commandsstop -->