@jayree/sfdx-plugin-manifest 3.2.3 → 3.2.5
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/npm-shrinkwrap.json +353 -1235
- package/oclif.lock +141 -497
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1
|
+
## [3.2.5](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.2.4...v3.2.5) (2024-05-07)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @oclif/core from 3.26.5 to 3.26.6 ([#1280](https://github.com/jayree/sfdx-plugin-manifest/issues/1280)) ([62a77e7](https://github.com/jayree/sfdx-plugin-manifest/commit/62a77e79e72e9b71236c3d2b62251b2105832caf))
|
7
|
+
* **deps:** bump @salesforce/core from 7.3.3 to 7.3.5 ([#1283](https://github.com/jayree/sfdx-plugin-manifest/issues/1283)) ([f11e010](https://github.com/jayree/sfdx-plugin-manifest/commit/f11e01066f3d6d34e2e5d4f9b978144fdcdf2bdd))
|
8
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 11.3.0 to 11.4.0 ([#1278](https://github.com/jayree/sfdx-plugin-manifest/issues/1278)) ([ce09d76](https://github.com/jayree/sfdx-plugin-manifest/commit/ce09d7634bf4189d336e3d92da9309fa5fd35521))
|
9
|
+
* **deps:** bump isomorphic-git from 1.25.8 to 1.25.9 ([#1281](https://github.com/jayree/sfdx-plugin-manifest/issues/1281)) ([8ff94bf](https://github.com/jayree/sfdx-plugin-manifest/commit/8ff94bf791ccb477f5196839c7ad5713610690ee))
|
10
|
+
|
11
|
+
## [3.2.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.2.3...v3.2.4) (2024-05-04)
|
12
|
+
|
13
|
+
|
14
|
+
### Bug Fixes
|
15
|
+
|
16
|
+
* **deps:** bump isomorphic-git from 1.25.7 to 1.25.8 ([#1276](https://github.com/jayree/sfdx-plugin-manifest/issues/1276)) ([6ededfb](https://github.com/jayree/sfdx-plugin-manifest/commit/6ededfb9a93d3a3ad225863cdb148050e9ee6bc8))
|
17
|
+
* fix statusMatrix with win32 linebreaks ([e0a72c7](https://github.com/jayree/sfdx-plugin-manifest/commit/e0a72c787c0fed70b48ca357487118e4f207db92))
|
18
|
+
|
1
19
|
## [3.2.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.2.2...v3.2.3) (2024-05-03)
|
2
20
|
|
3
21
|
|
package/README.md
CHANGED
@@ -48,7 +48,7 @@ EXAMPLES
|
|
48
48
|
$ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
49
49
|
```
|
50
50
|
|
51
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.
|
51
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.5/src/commands/jayree/manifest/cleanup.ts)_
|
52
52
|
|
53
53
|
### `sfdx jayree manifest generate`
|
54
54
|
|
@@ -86,7 +86,7 @@ EXAMPLES
|
|
86
86
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
87
87
|
```
|
88
88
|
|
89
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.
|
89
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.5/src/commands/jayree/manifest/generate.ts)_
|
90
90
|
|
91
91
|
### `sfdx jayree manifest git diff`
|
92
92
|
|
@@ -169,5 +169,5 @@ FLAG DESCRIPTIONS
|
|
169
169
|
The location can be an absolute path or relative to the current working directory.
|
170
170
|
```
|
171
171
|
|
172
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.
|
172
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.5/src/commands/jayree/manifest/git/diff.ts)_
|
173
173
|
<!-- commandsstop -->
|