@jayree/sfdx-plugin-manifest 3.3.5 → 3.3.7
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +21 -0
- package/README.md +3 -3
- package/lib/SDR-extra/utils/localGitRepo.d.ts +0 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +1692 -1970
- package/oclif.lock +963 -676
- package/oclif.manifest.json +1 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1
|
+
## [3.3.7](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.6...3.3.7) (2024-06-22)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.0 to 1.2.1 ([#1359](https://github.com/jayree/sfdx-plugin-manifest/issues/1359)) ([a725cdd](https://github.com/jayree/sfdx-plugin-manifest/commit/a725cdd1cca71024e3a4414955867267ca9c67a4))
|
7
|
+
* **deps:** bump @salesforce/core from 7.4.1 to 8.0.3 ([#1358](https://github.com/jayree/sfdx-plugin-manifest/issues/1358)) ([e2f7aa8](https://github.com/jayree/sfdx-plugin-manifest/commit/e2f7aa8104fdb6a0bb7773138b6aac3d62731060))
|
8
|
+
* **deps:** bump @salesforce/sf-plugins-core from 11.0.1 to 11.1.2 ([#1353](https://github.com/jayree/sfdx-plugin-manifest/issues/1353)) ([4283333](https://github.com/jayree/sfdx-plugin-manifest/commit/4283333e339380ce78ef78eef0be525238601e3a))
|
9
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 11.6.7 to 12.0.1 ([#1354](https://github.com/jayree/sfdx-plugin-manifest/issues/1354)) ([91f0484](https://github.com/jayree/sfdx-plugin-manifest/commit/91f0484cce528d8f3a310b0548f75904bbb303a3))
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
## [3.3.6](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.5...3.3.6) (2024-06-16)
|
14
|
+
|
15
|
+
|
16
|
+
### Bug Fixes
|
17
|
+
|
18
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 11.6.4 to 11.6.7 ([#1345](https://github.com/jayree/sfdx-plugin-manifest/issues/1345)) ([6af332e](https://github.com/jayree/sfdx-plugin-manifest/commit/6af332e8734bd5d336105c16b69842473a471563))
|
19
|
+
|
20
|
+
|
21
|
+
|
1
22
|
## [3.3.5](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.4...3.3.5) (2024-06-15)
|
2
23
|
|
3
24
|
|
package/README.md
CHANGED
@@ -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.7/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.7/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.7/src/commands/jayree/manifest/git/diff.ts)_
|
185
185
|
<!-- commandsstop -->
|