@jayree/sfdx-plugin-manifest 5.0.118 → 5.0.119
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 +7 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +19 -7
- package/oclif.lock +13 -6
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [5.0.119](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.118...5.0.119) (2026-06-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump form-data from 4.0.5 to 4.0.6 ([#2290](https://github.com/jayree/sfdx-plugin-manifest/issues/2290)) ([08120ce](https://github.com/jayree/sfdx-plugin-manifest/commit/08120ce452d83028d45c525b71f8bb16e56c97d5))
|
|
7
|
+
|
|
1
8
|
## [5.0.118](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.117...5.0.118) (2026-06-17)
|
|
2
9
|
|
|
3
10
|
|
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.119/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.119/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.119/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.119",
|
|
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.119",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.35",
|
|
@@ -10207,16 +10207,16 @@
|
|
|
10207
10207
|
}
|
|
10208
10208
|
},
|
|
10209
10209
|
"node_modules/form-data": {
|
|
10210
|
-
"version": "4.0.
|
|
10211
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
10212
|
-
"integrity": "sha512-
|
|
10210
|
+
"version": "4.0.6",
|
|
10211
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
|
|
10212
|
+
"integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
|
|
10213
10213
|
"license": "MIT",
|
|
10214
10214
|
"dependencies": {
|
|
10215
10215
|
"asynckit": "^0.4.0",
|
|
10216
10216
|
"combined-stream": "^1.0.8",
|
|
10217
10217
|
"es-set-tostringtag": "^2.1.0",
|
|
10218
|
-
"hasown": "^2.0.
|
|
10219
|
-
"mime-types": "^2.1.
|
|
10218
|
+
"hasown": "^2.0.4",
|
|
10219
|
+
"mime-types": "^2.1.35"
|
|
10220
10220
|
},
|
|
10221
10221
|
"engines": {
|
|
10222
10222
|
"node": ">= 6"
|
|
@@ -10232,6 +10232,18 @@
|
|
|
10232
10232
|
"node": ">= 14.17"
|
|
10233
10233
|
}
|
|
10234
10234
|
},
|
|
10235
|
+
"node_modules/form-data/node_modules/hasown": {
|
|
10236
|
+
"version": "2.0.4",
|
|
10237
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
|
|
10238
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
10239
|
+
"license": "MIT",
|
|
10240
|
+
"dependencies": {
|
|
10241
|
+
"function-bind": "^1.1.2"
|
|
10242
|
+
},
|
|
10243
|
+
"engines": {
|
|
10244
|
+
"node": ">= 0.4"
|
|
10245
|
+
}
|
|
10246
|
+
},
|
|
10235
10247
|
"node_modules/fromentries": {
|
|
10236
10248
|
"version": "1.3.2",
|
|
10237
10249
|
"resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -4637,15 +4637,15 @@ form-data-encoder@^2.1.2:
|
|
|
4637
4637
|
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
|
|
4638
4638
|
|
|
4639
4639
|
form-data@^4.0.4, form-data@^4.0.5:
|
|
4640
|
-
version "4.0.
|
|
4641
|
-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.
|
|
4642
|
-
integrity sha512-
|
|
4640
|
+
version "4.0.6"
|
|
4641
|
+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.6.tgz#28e864e1b786dbebb68db1f452f9635278665827"
|
|
4642
|
+
integrity sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==
|
|
4643
4643
|
dependencies:
|
|
4644
4644
|
asynckit "^0.4.0"
|
|
4645
4645
|
combined-stream "^1.0.8"
|
|
4646
4646
|
es-set-tostringtag "^2.1.0"
|
|
4647
|
-
hasown "^2.0.
|
|
4648
|
-
mime-types "^2.1.
|
|
4647
|
+
hasown "^2.0.4"
|
|
4648
|
+
mime-types "^2.1.35"
|
|
4649
4649
|
|
|
4650
4650
|
fromentries@^1.2.0:
|
|
4651
4651
|
version "1.3.2"
|
|
@@ -5073,6 +5073,13 @@ hasown@^2.0.2:
|
|
|
5073
5073
|
dependencies:
|
|
5074
5074
|
function-bind "^1.1.2"
|
|
5075
5075
|
|
|
5076
|
+
hasown@^2.0.4:
|
|
5077
|
+
version "2.0.4"
|
|
5078
|
+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.4.tgz#8c62d8cb90beb2aad5d0a5b67581ad9854c3f003"
|
|
5079
|
+
integrity sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==
|
|
5080
|
+
dependencies:
|
|
5081
|
+
function-bind "^1.1.2"
|
|
5082
|
+
|
|
5076
5083
|
hast-util-to-html@^9.0.4:
|
|
5077
5084
|
version "9.0.5"
|
|
5078
5085
|
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz#ccc673a55bb8e85775b08ac28380f72d47167005"
|
|
@@ -6417,7 +6424,7 @@ mime-db@1.52.0:
|
|
|
6417
6424
|
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
|
|
6418
6425
|
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
|
|
6419
6426
|
|
|
6420
|
-
mime-types@^2.1.
|
|
6427
|
+
mime-types@^2.1.35:
|
|
6421
6428
|
version "2.1.35"
|
|
6422
6429
|
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
|
|
6423
6430
|
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.119",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|