@jayree/sfdx-plugin-manifest 3.1.28 → 3.1.30
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +204 -164
- package/oclif.manifest.json +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1
|
+
## [3.1.30](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.29...v3.1.30) (2023-10-06)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @jayree/changelog from 1.1.5 to 1.1.6 ([#971](https://github.com/jayree/sfdx-plugin-manifest/issues/971)) ([2a034b1](https://github.com/jayree/sfdx-plugin-manifest/commit/2a034b139db0f55ad912e3f1085d7ac300232622))
|
7
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.18 to 9.7.22 ([#970](https://github.com/jayree/sfdx-plugin-manifest/issues/970)) ([f08f8eb](https://github.com/jayree/sfdx-plugin-manifest/commit/f08f8ebca325c74024e6f76f17979269e25c7148))
|
8
|
+
* **deps:** bump fast-xml-parser from 4.3.1 to 4.3.2 ([#973](https://github.com/jayree/sfdx-plugin-manifest/issues/973)) ([c8e13c9](https://github.com/jayree/sfdx-plugin-manifest/commit/c8e13c9e593e3d770b82a8f107c6298083e8c576))
|
9
|
+
|
10
|
+
## [3.1.29](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.28...v3.1.29) (2023-09-29)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* **deps:** bump @salesforce/sf-plugins-core from 3.1.23 to 3.1.25 ([#960](https://github.com/jayree/sfdx-plugin-manifest/issues/960)) ([3041162](https://github.com/jayree/sfdx-plugin-manifest/commit/304116273398b337e9d66f64507621535829f8d9))
|
16
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.15 to 9.7.18 ([#959](https://github.com/jayree/sfdx-plugin-manifest/issues/959)) ([06c4158](https://github.com/jayree/sfdx-plugin-manifest/commit/06c4158ec8ca6aded8dc005d694acb4ab56dff35))
|
17
|
+
|
1
18
|
## [3.1.28](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.27...v3.1.28) (2023-09-28)
|
2
19
|
|
3
20
|
|
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.30/src/commands/jayree/manifest/cleanup.ts)_
|
51
51
|
|
52
52
|
### `sfdx jayree:manifest:generate`
|
53
53
|
|
@@ -83,7 +83,7 @@ EXAMPLES
|
|
83
83
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
84
84
|
```
|
85
85
|
|
86
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
86
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.30/src/commands/jayree/manifest/generate.ts)_
|
87
87
|
|
88
88
|
### `sfdx jayree:manifest:git:diff`
|
89
89
|
|
@@ -165,5 +165,5 @@ FLAG DESCRIPTIONS
|
|
165
165
|
The location can be an absolute path or relative to the current working directory.
|
166
166
|
```
|
167
167
|
|
168
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
168
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.30/src/commands/jayree/manifest/git/diff.ts)_
|
169
169
|
<!-- commandsstop -->
|