@jayree/sfdx-plugin-manifest 3.1.57 → 3.1.58
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +42 -55
- package/oclif.lock +43 -48
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1
|
+
## [3.1.58](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.57...v3.1.58) (2024-03-15)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @oclif/core from 3.23.0 to 3.25.1 ([#1201](https://github.com/jayree/sfdx-plugin-manifest/issues/1201)) ([993693d](https://github.com/jayree/sfdx-plugin-manifest/commit/993693d1052a09ba511464a252d5f1431c130189))
|
7
|
+
* **deps:** bump @salesforce/core from 6.7.0 to 6.7.1 ([#1203](https://github.com/jayree/sfdx-plugin-manifest/issues/1203)) ([2203483](https://github.com/jayree/sfdx-plugin-manifest/commit/2203483eb4506a8e50ac0bd96d3e98606f15d693))
|
8
|
+
* **deps:** bump @salesforce/sf-plugins-core from 7.1.14 to 7.1.15 ([#1204](https://github.com/jayree/sfdx-plugin-manifest/issues/1204)) ([5b0284c](https://github.com/jayree/sfdx-plugin-manifest/commit/5b0284c0fa07e5e12359ab943bcf189a4d128efc))
|
9
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 10.5.1 to 10.5.2 ([#1199](https://github.com/jayree/sfdx-plugin-manifest/issues/1199)) ([bc384f0](https://github.com/jayree/sfdx-plugin-manifest/commit/bc384f0356675caf98de300d466bce66a94acc9d))
|
10
|
+
|
1
11
|
## [3.1.57](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.56...v3.1.57) (2024-03-08)
|
2
12
|
|
3
13
|
|
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
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.58/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.
|
87
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.58/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.
|
169
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.58/src/commands/jayree/manifest/git/diff.ts)_
|
170
170
|
<!-- commandsstop -->
|