@jayree/sfdx-plugin-manifest 5.0.122 → 5.0.123
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 +10 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [5.0.123](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.122...5.0.123) (2026-06-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.35 to 1.2.36 ([#2292](https://github.com/jayree/sfdx-plugin-manifest/issues/2292)) ([87c6901](https://github.com/jayree/sfdx-plugin-manifest/commit/87c6901cb917f70f9a1c6a76082ac00cec57c829))
|
|
7
|
+
* **deps:** bump form-data from 4.0.5 to 4.0.6 ([#1014](https://github.com/jayree/changelog/issues/1014)) ([cc8b794](https://github.com/jayree/changelog/commit/cc8b79480cabc715b8691fa60e9981e16b3798a4))
|
|
8
|
+
* **deps:** bump js-yaml from 4.1.1 to 4.2.0 ([#1013](https://github.com/jayree/changelog/issues/1013)) ([b006f92](https://github.com/jayree/changelog/commit/b006f929af87ca95d259b4c80d7e2006731b6613))
|
|
9
|
+
* **deps:** bump markdown-it from 14.1.1 to 14.2.0 ([#1011](https://github.com/jayree/changelog/issues/1011)) ([29a1f59](https://github.com/jayree/changelog/commit/29a1f59e1b682c4cd2788605c425599af91ea308))
|
|
10
|
+
|
|
1
11
|
## [5.0.122](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.121...5.0.122) (2026-06-20)
|
|
2
12
|
|
|
3
13
|
|
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/5.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.123/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/5.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.123/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/5.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.123/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.123",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.123",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/changelog": "^1.2.
|
|
12
|
+
"@jayree/changelog": "^1.2.36",
|
|
13
13
|
"@oclif/core": "^4.11.4",
|
|
14
14
|
"@salesforce/core": "^8.31.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"isomorphic-git": "1.38.5"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.27",
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.59",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
@@ -2778,9 +2778,9 @@
|
|
|
2778
2778
|
}
|
|
2779
2779
|
},
|
|
2780
2780
|
"node_modules/@jayree/changelog": {
|
|
2781
|
-
"version": "1.2.
|
|
2782
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
2783
|
-
"integrity": "sha512-
|
|
2781
|
+
"version": "1.2.36",
|
|
2782
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.36.tgz",
|
|
2783
|
+
"integrity": "sha512-B9XnkHJJArA9MZgnwoRalPKWsOxLd4ZDnBgHW1/l2ZTyCXZ4N9qpOHCPdSGFWGX6bamA3bFhDt8T+GY7c/H4uQ==",
|
|
2784
2784
|
"license": "BSD-3-Clause",
|
|
2785
2785
|
"dependencies": {
|
|
2786
2786
|
"debug": "^4.4.1",
|
|
@@ -3177,9 +3177,9 @@
|
|
|
3177
3177
|
}
|
|
3178
3178
|
},
|
|
3179
3179
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3180
|
-
"version": "5.3.
|
|
3181
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3182
|
-
"integrity": "sha512-
|
|
3180
|
+
"version": "5.3.27",
|
|
3181
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.27.tgz",
|
|
3182
|
+
"integrity": "sha512-NXxNNv8HLf/wXHqDeeKM6yS7/U3ULm8Mw6zk4hxepKDF/hEEq03lG37oLwFD8LP7+GfdEHRjFDNRHziLwKRTkg==",
|
|
3183
3183
|
"dev": true,
|
|
3184
3184
|
"license": "MIT",
|
|
3185
3185
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1154,10 +1154,10 @@
|
|
|
1154
1154
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
1155
1155
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1156
1156
|
|
|
1157
|
-
"@jayree/changelog@^1.2.
|
|
1158
|
-
version "1.2.
|
|
1159
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.
|
|
1160
|
-
integrity sha512-
|
|
1157
|
+
"@jayree/changelog@^1.2.36":
|
|
1158
|
+
version "1.2.36"
|
|
1159
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.36.tgz#a6818d48b15ef6e0dcf8c81760ab5f34152fc6ac"
|
|
1160
|
+
integrity sha512-B9XnkHJJArA9MZgnwoRalPKWsOxLd4ZDnBgHW1/l2ZTyCXZ4N9qpOHCPdSGFWGX6bamA3bFhDt8T+GY7c/H4uQ==
|
|
1161
1161
|
dependencies:
|
|
1162
1162
|
debug "^4.4.1"
|
|
1163
1163
|
fs-extra "^11.3.5"
|
|
@@ -1333,10 +1333,10 @@
|
|
|
1333
1333
|
wordwrap "^1.0.0"
|
|
1334
1334
|
wrap-ansi "^7.0.0"
|
|
1335
1335
|
|
|
1336
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1337
|
-
version "5.3.
|
|
1338
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1339
|
-
integrity sha512-
|
|
1336
|
+
"@oclif/plugin-command-snapshot@^5.3.27":
|
|
1337
|
+
version "5.3.27"
|
|
1338
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.27.tgz#d7613cf5db1237e6a7d2da072322b4e4b2d34da3"
|
|
1339
|
+
integrity sha512-NXxNNv8HLf/wXHqDeeKM6yS7/U3ULm8Mw6zk4hxepKDF/hEEq03lG37oLwFD8LP7+GfdEHRjFDNRHziLwKRTkg==
|
|
1340
1340
|
dependencies:
|
|
1341
1341
|
"@oclif/core" "^4"
|
|
1342
1342
|
ansis "^3.17.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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": "5.0.
|
|
4
|
+
"version": "5.0.123",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/changelog": "^1.2.
|
|
9
|
+
"@jayree/changelog": "^1.2.36",
|
|
10
10
|
"@oclif/core": "^4.11.4",
|
|
11
11
|
"@salesforce/core": "^8.31.0",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"isomorphic-git": "1.38.5"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.3.27",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.3.59",
|
|
26
26
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.36",
|