@jayree/sfdx-plugin-manifest 3.3.7 → 3.3.9
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +18 -0
- package/LICENSE.txt +1 -1
- package/README.md +4 -4
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +919 -2004
- package/oclif.lock +361 -975
- package/oclif.manifest.json +1 -1
- package/package.json +3 -5
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1
|
+
## [3.3.9](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.8...3.3.9) (2024-06-29)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump isomorphic-git from 1.26.2 to 1.26.3 ([#1371](https://github.com/jayree/sfdx-plugin-manifest/issues/1371)) ([0d59371](https://github.com/jayree/sfdx-plugin-manifest/commit/0d59371f9756de5de0b137d6f29e9e4a886d9fb4))
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
## [3.3.8](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.7...3.3.8) (2024-06-23)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* **deps:** bump isomorphic-git from 1.25.10 to 1.26.2 ([#1368](https://github.com/jayree/sfdx-plugin-manifest/issues/1368)) ([24a0fea](https://github.com/jayree/sfdx-plugin-manifest/commit/24a0fea23d8e56e17b8e21cafd39862bf5ce83ce))
|
16
|
+
|
17
|
+
|
18
|
+
|
1
19
|
## [3.3.7](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.6...3.3.7) (2024-06-22)
|
2
20
|
|
3
21
|
|
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
@@ -5,7 +5,7 @@ A Salesforce CLI plugin containing commands for creating manifest files from Sal
|
|
5
5
|
[![sf](https://img.shields.io/badge/cli-sf-brightgreen.svg)](https://developer.salesforce.com/tools/salesforcecli)
|
6
6
|
[![NPM](https://img.shields.io/npm/v/@jayree/sfdx-plugin-manifest.svg?label=@jayree/sfdx-plugin-manifest)](https://npmjs.org/package/@jayree/sfdx-plugin-manifest)
|
7
7
|
[![Downloads/week](https://img.shields.io/npm/dw/@jayree/sfdx-plugin-manifest.svg)](https://npmjs.org/package/@jayree/sfdx-plugin-manifest)
|
8
|
-
[![License](https://img.shields.io/
|
8
|
+
[![License](https://img.shields.io/badge/License-BSD%203--Clause-brightgreen.svg)](https://raw.githubusercontent.com/jayree/sfdx-plugin-manifest/main/LICENSE.txt)
|
9
9
|
|
10
10
|
## Install
|
11
11
|
|
@@ -60,7 +60,7 @@ EXAMPLES
|
|
60
60
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
61
61
|
```
|
62
62
|
|
63
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.9/src/commands/jayree/manifest/cleanup.ts)_
|
64
64
|
|
65
65
|
### `sf jayree manifest generate`
|
66
66
|
|
@@ -98,7 +98,7 @@ EXAMPLES
|
|
98
98
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
99
99
|
```
|
100
100
|
|
101
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.9/src/commands/jayree/manifest/generate.ts)_
|
102
102
|
|
103
103
|
### `sf jayree manifest git diff REF1 [REF2]`
|
104
104
|
|
@@ -181,5 +181,5 @@ FLAG DESCRIPTIONS
|
|
181
181
|
The location can be an absolute path or relative to the current working directory.
|
182
182
|
```
|
183
183
|
|
184
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.9/src/commands/jayree/manifest/git/diff.ts)_
|
185
185
|
<!-- commandsstop -->
|