@jayree/sfdx-plugin-manifest 3.1.55 → 3.1.57
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/npm-shrinkwrap.json +8665 -7465
- package/oclif.lock +2585 -2128
- package/oclif.manifest.json +1 -1
- package/package.json +17 -14
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1
|
+
## [3.1.57](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.56...v3.1.57) (2024-03-08)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @oclif/core from 3.20.0 to 3.23.0 ([#1193](https://github.com/jayree/sfdx-plugin-manifest/issues/1193)) ([f0ff7ad](https://github.com/jayree/sfdx-plugin-manifest/commit/f0ff7addc831ab64190cf6c190f0403e63986fc1))
|
7
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 10.5.0 to 10.5.1 ([#1190](https://github.com/jayree/sfdx-plugin-manifest/issues/1190)) ([b422cd3](https://github.com/jayree/sfdx-plugin-manifest/commit/b422cd312861f091f0e82486bde412044ec2e957))
|
8
|
+
|
9
|
+
## [3.1.56](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.55...v3.1.56) (2024-03-01)
|
10
|
+
|
11
|
+
|
12
|
+
### Bug Fixes
|
13
|
+
|
14
|
+
* **deps:** bump @jayree/changelog from 1.1.9 to 1.1.10 ([#1184](https://github.com/jayree/sfdx-plugin-manifest/issues/1184)) ([91893b1](https://github.com/jayree/sfdx-plugin-manifest/commit/91893b1df0ae6b54825685307b690fb8cb5a1e94))
|
15
|
+
* **deps:** bump @salesforce/sf-plugins-core from 7.1.11 to 7.1.14 ([#1177](https://github.com/jayree/sfdx-plugin-manifest/issues/1177)) ([684312f](https://github.com/jayree/sfdx-plugin-manifest/commit/684312fd70cae4b7d58f879fd7d70b78c484e82a))
|
16
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 10.4.0 to 10.5.0 ([#1176](https://github.com/jayree/sfdx-plugin-manifest/issues/1176)) ([44516ad](https://github.com/jayree/sfdx-plugin-manifest/commit/44516adce3f3b9c4759f9dc73442934e15547d34))
|
17
|
+
|
1
18
|
## [3.1.55](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.54...v3.1.55) (2024-02-23)
|
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.57/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.57/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.57/src/commands/jayree/manifest/git/diff.ts)_
|
170
170
|
<!-- commandsstop -->
|