@jayree/sfdx-plugin-manifest 3.1.46 → 3.1.48
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +18 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +2098 -434
- package/oclif.manifest.json +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1
|
+
## [3.1.48](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.47...v3.1.48) (2024-01-19)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([#1129](https://github.com/jayree/sfdx-plugin-manifest/issues/1129)) ([c4dd417](https://github.com/jayree/sfdx-plugin-manifest/commit/c4dd417eb1bb70306933ff5ac563044850837756))
|
7
|
+
|
8
|
+
## [3.1.47](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.46...v3.1.47) (2024-01-12)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* **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))
|
14
|
+
* **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))
|
15
|
+
* **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))
|
16
|
+
* **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))
|
17
|
+
* **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))
|
18
|
+
|
1
19
|
## [3.1.46](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.45...v3.1.46) (2024-01-05)
|
2
20
|
|
3
21
|
|
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.48/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.48/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.48/src/commands/jayree/manifest/git/diff.ts)_
|
170
170
|
<!-- commandsstop -->
|