@jayree/sfdx-plugin-manifest 3.2.8 → 3.2.10
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 +1229 -125
- package/oclif.lock +816 -96
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1
|
+
## [3.2.10](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.9...3.2.10) (2024-05-14)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @jayree/changelog from 1.1.11 to 1.1.12 ([#1301](https://github.com/jayree/sfdx-plugin-manifest/issues/1301)) ([20cd78a](https://github.com/jayree/sfdx-plugin-manifest/commit/20cd78ada2cf8aab49303b68478bd757a7d3e0a1))
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
## [3.2.9](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.8...3.2.9) (2024-05-14)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* **deps:** bump @salesforce/sf-plugins-core from 9.0.7 to 9.0.10 ([#1304](https://github.com/jayree/sfdx-plugin-manifest/issues/1304)) ([e20ede9](https://github.com/jayree/sfdx-plugin-manifest/commit/e20ede95fc118882759f2c27536d7f839d2d411d))
|
16
|
+
|
17
|
+
|
18
|
+
|
1
19
|
## [3.2.8](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.7...3.2.8) (2024-05-14)
|
2
20
|
|
3
21
|
|
package/README.md
CHANGED
@@ -47,7 +47,7 @@ EXAMPLES
|
|
47
47
|
$ sf 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/3.2.
|
50
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.10/src/commands/jayree/manifest/cleanup.ts)_
|
51
51
|
|
52
52
|
### `sf jayree manifest generate`
|
53
53
|
|
@@ -85,7 +85,7 @@ EXAMPLES
|
|
85
85
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
86
86
|
```
|
87
87
|
|
88
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.
|
88
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.10/src/commands/jayree/manifest/generate.ts)_
|
89
89
|
|
90
90
|
### `sf jayree manifest git diff REF1 [REF2]`
|
91
91
|
|
@@ -168,5 +168,5 @@ FLAG DESCRIPTIONS
|
|
168
168
|
The location can be an absolute path or relative to the current working directory.
|
169
169
|
```
|
170
170
|
|
171
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.
|
171
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.10/src/commands/jayree/manifest/git/diff.ts)_
|
172
172
|
<!-- commandsstop -->
|