@jayree/sfdx-plugin-manifest 3.1.65 → 3.1.66

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [3.1.66](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.65...v3.1.66) (2024-04-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 3.26.2 to 3.26.4 ([#1252](https://github.com/jayree/sfdx-plugin-manifest/issues/1252)) ([89a9f20](https://github.com/jayree/sfdx-plugin-manifest/commit/89a9f20e46340853f7a055bebcabb3423ad73a66))
7
+ * **deps:** bump @salesforce/core from 7.2.0 to 7.3.0 ([#1255](https://github.com/jayree/sfdx-plugin-manifest/issues/1255)) ([59c69bd](https://github.com/jayree/sfdx-plugin-manifest/commit/59c69bd06ce23097886b41a97ba202d042a6abac))
8
+ * **deps:** bump @salesforce/kit from 3.1.0 to 3.1.1 ([#1250](https://github.com/jayree/sfdx-plugin-manifest/issues/1250)) ([a95d9b6](https://github.com/jayree/sfdx-plugin-manifest/commit/a95d9b62fb0c9d5931aefa5c55df5b9a52179fd6))
9
+ * **deps:** bump @salesforce/sf-plugins-core from 9.0.1 to 9.0.4 ([#1248](https://github.com/jayree/sfdx-plugin-manifest/issues/1248)) ([95ffed6](https://github.com/jayree/sfdx-plugin-manifest/commit/95ffed69f1c4780bac99c0050ce86622f9d9a46f))
10
+
1
11
  ## [3.1.65](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.64...v3.1.65) (2024-04-18)
2
12
 
3
13
 
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.1.65/src/commands/jayree/manifest/cleanup.ts)_
51
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.66/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.1.65/src/commands/jayree/manifest/generate.ts)_
89
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.66/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.1.65/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.1.66/src/commands/jayree/manifest/git/diff.ts)_
173
173
  <!-- commandsstop -->