@jayree/sfdx-plugin-manifest 4.0.71 → 4.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
## [4.0.72](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.71...4.0.72) (2025-09-12)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @oclif/core from 4.5.2 to 4.5.3 ([#1935](https://github.com/jayree/sfdx-plugin-manifest/issues/1935)) ([901dda9](https://github.com/jayree/sfdx-plugin-manifest/commit/901dda9edee2b528d21ca73eb0897c2a433249d4))
|
7
|
+
* **parser:** stdin compacting issue on multiline input ([#1459](https://github.com/oclif/core/issues/1459)) ([#1460](https://github.com/oclif/core/issues/1460)) ([cc15549](https://github.com/oclif/core/commit/cc1554911d14b85d7b8209a587f252732c3b78f1))
|
8
|
+
|
1
9
|
## [4.0.71](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.70...4.0.71) (2025-09-07)
|
2
10
|
|
3
11
|
|
package/README.md
CHANGED
@@ -112,7 +112,7 @@ EXAMPLES
|
|
112
112
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
113
113
|
```
|
114
114
|
|
115
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.72/src/commands/jayree/manifest/cleanup.ts)_
|
116
116
|
|
117
117
|
### `sf jayree manifest generate`
|
118
118
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
150
150
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
151
151
|
```
|
152
152
|
|
153
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.72/src/commands/jayree/manifest/generate.ts)_
|
154
154
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
156
156
|
|
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
|
|
230
230
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
231
231
|
```
|
232
232
|
|
233
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.72/src/commands/jayree/manifest/git/diff.ts)_
|
234
234
|
<!-- commandsstop -->
|
235
235
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.72",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "4.0.
|
9
|
+
"version": "4.0.72",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.16",
|
13
|
-
"@oclif/core": "^4.5.
|
13
|
+
"@oclif/core": "^4.5.3",
|
14
14
|
"@salesforce/core": "^8.23.1",
|
15
15
|
"@salesforce/kit": "^3.2.4",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
@@ -4668,9 +4668,9 @@
|
|
4668
4668
|
}
|
4669
4669
|
},
|
4670
4670
|
"node_modules/@oclif/core": {
|
4671
|
-
"version": "4.5.
|
4672
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.
|
4673
|
-
"integrity": "sha512-
|
4671
|
+
"version": "4.5.3",
|
4672
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.3.tgz",
|
4673
|
+
"integrity": "sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==",
|
4674
4674
|
"license": "MIT",
|
4675
4675
|
"dependencies": {
|
4676
4676
|
"ansi-escapes": "^4.3.2",
|
package/oclif.lock
CHANGED
@@ -1771,10 +1771,10 @@
|
|
1771
1771
|
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
|
1772
1772
|
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
|
1773
1773
|
|
1774
|
-
"@oclif/core@^4", "@oclif/core@^4.4.0", "@oclif/core@^4.5.2":
|
1775
|
-
version "4.5.
|
1776
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.
|
1777
|
-
integrity sha512-
|
1774
|
+
"@oclif/core@^4", "@oclif/core@^4.4.0", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3":
|
1775
|
+
version "4.5.3"
|
1776
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.3.tgz#2b913879e1673d95e63254573b67326b62f5f309"
|
1777
|
+
integrity sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==
|
1778
1778
|
dependencies:
|
1779
1779
|
ansi-escapes "^4.3.2"
|
1780
1780
|
ansis "^3.17.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
3
|
"description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
4
|
-
"version": "4.0.
|
4
|
+
"version": "4.0.72",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
8
8
|
"dependencies": {
|
9
9
|
"@jayree/changelog": "^1.2.16",
|
10
|
-
"@oclif/core": "^4.5.
|
10
|
+
"@oclif/core": "^4.5.3",
|
11
11
|
"@salesforce/core": "^8.23.1",
|
12
12
|
"@salesforce/kit": "^3.2.4",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.4",
|