@jayree/sfdx-plugin-manifest 5.0.96 → 5.0.98
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 +16 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +54 -41
- package/oclif.lock +30 -25
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [5.0.98](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.97...5.0.98) (2026-05-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.11.2 to 4.11.3 ([#2242](https://github.com/jayree/sfdx-plugin-manifest/issues/2242)) ([071c4b1](https://github.com/jayree/sfdx-plugin-manifest/commit/071c4b1f006fc797a6cf8468fb540686eecbb966))
|
|
7
|
+
* updating tinyglobby dependency [skip-validate-pr] ([1dc29ff](https://github.com/oclif/core/commit/1dc29ffa97964467f9fc2f554081ad0684d0fe47))
|
|
8
|
+
|
|
9
|
+
## [5.0.97](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.96...5.0.97) (2026-05-16)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump @salesforce/source-tracking from 7.8.14 to 7.8.16 ([#2250](https://github.com/jayree/sfdx-plugin-manifest/issues/2250)) ([f1b05ba](https://github.com/jayree/sfdx-plugin-manifest/commit/f1b05ba64da8b0f6047a22400846c691828efcdb))
|
|
15
|
+
* Revert "chore: bump sdr and core to latest" ([cdf60b3](https://github.com/forcedotcom/source-tracking/commit/cdf60b33375ea3afc1d9822d8728c4ea5d142963))
|
|
16
|
+
|
|
1
17
|
## [5.0.96](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.95...5.0.96) (2026-05-16)
|
|
2
18
|
|
|
3
19
|
|
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.98/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.98/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.98/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.98",
|
|
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.98",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.32",
|
|
13
|
-
"@oclif/core": "^4.11.
|
|
13
|
+
"@oclif/core": "^4.11.3",
|
|
14
14
|
"@salesforce/core": "^8.29.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.16",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.35.9",
|
|
18
|
-
"@salesforce/source-tracking": "7.8.
|
|
18
|
+
"@salesforce/source-tracking": "7.8.16",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
21
|
"fast-xml-parser": "^5.7.3",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"isomorphic-git": "1.38.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.20",
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.57",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.34",
|
|
@@ -3084,9 +3084,9 @@
|
|
|
3084
3084
|
}
|
|
3085
3085
|
},
|
|
3086
3086
|
"node_modules/@oclif/core": {
|
|
3087
|
-
"version": "4.11.
|
|
3088
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
3089
|
-
"integrity": "sha512-
|
|
3087
|
+
"version": "4.11.3",
|
|
3088
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.3.tgz",
|
|
3089
|
+
"integrity": "sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==",
|
|
3090
3090
|
"license": "MIT",
|
|
3091
3091
|
"dependencies": {
|
|
3092
3092
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3103,7 +3103,7 @@
|
|
|
3103
3103
|
"semver": "^7.8.0",
|
|
3104
3104
|
"string-width": "^4.2.3",
|
|
3105
3105
|
"supports-color": "^8",
|
|
3106
|
-
"tinyglobby": "^0.2.
|
|
3106
|
+
"tinyglobby": "^0.2.16",
|
|
3107
3107
|
"widest-line": "^3.1.0",
|
|
3108
3108
|
"wordwrap": "^1.0.0",
|
|
3109
3109
|
"wrap-ansi": "^7.0.0"
|
|
@@ -3196,9 +3196,9 @@
|
|
|
3196
3196
|
}
|
|
3197
3197
|
},
|
|
3198
3198
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3199
|
-
"version": "5.3.
|
|
3200
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3201
|
-
"integrity": "sha512-
|
|
3199
|
+
"version": "5.3.20",
|
|
3200
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz",
|
|
3201
|
+
"integrity": "sha512-3VVMGmpEHQ+YAylGI2XbNRusVkyNZCyfWoYcaFsssLIv2R4adHvzF3tHME03BHTceRq2Lwi81bJ+oBW1gcy//g==",
|
|
3202
3202
|
"dev": true,
|
|
3203
3203
|
"license": "MIT",
|
|
3204
3204
|
"dependencies": {
|
|
@@ -3636,9 +3636,9 @@
|
|
|
3636
3636
|
}
|
|
3637
3637
|
},
|
|
3638
3638
|
"node_modules/@salesforce/core": {
|
|
3639
|
-
"version": "8.
|
|
3640
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
3641
|
-
"integrity": "sha512-
|
|
3639
|
+
"version": "8.30.1",
|
|
3640
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.1.tgz",
|
|
3641
|
+
"integrity": "sha512-2TBt9r7Ci5bc/cq3MbS9NssvdsnXOF76d/6EElimgdqTcgFnsHdD8u5j+TVE+ivGaFnpIGAWZ7Xvmes2qys2cw==",
|
|
3642
3642
|
"license": "BSD-3-Clause",
|
|
3643
3643
|
"dependencies": {
|
|
3644
3644
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -4189,14 +4189,14 @@
|
|
|
4189
4189
|
}
|
|
4190
4190
|
},
|
|
4191
4191
|
"node_modules/@salesforce/source-tracking": {
|
|
4192
|
-
"version": "7.8.
|
|
4193
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.
|
|
4194
|
-
"integrity": "sha512-
|
|
4192
|
+
"version": "7.8.16",
|
|
4193
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.16.tgz",
|
|
4194
|
+
"integrity": "sha512-l6nUZpueLqApzIlwQWS72oU+NOnLRGOvhMjPxGUdII+vFBdFxniHOXd0vFEx3LZFJ3ksk95x5pQgV0nEKW9TRw==",
|
|
4195
4195
|
"license": "Apache-2.0",
|
|
4196
4196
|
"dependencies": {
|
|
4197
|
-
"@salesforce/core": "^8.
|
|
4197
|
+
"@salesforce/core": "^8.30.0",
|
|
4198
4198
|
"@salesforce/kit": "^3.2.6",
|
|
4199
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
4199
|
+
"@salesforce/source-deploy-retrieve": "^12.35.9",
|
|
4200
4200
|
"@salesforce/ts-types": "^2.0.12",
|
|
4201
4201
|
"fast-xml-parser": "^5.5.7",
|
|
4202
4202
|
"graceful-fs": "^4.2.11",
|
|
@@ -10248,23 +10248,6 @@
|
|
|
10248
10248
|
"node": ">=0.8.0"
|
|
10249
10249
|
}
|
|
10250
10250
|
},
|
|
10251
|
-
"node_modules/fdir": {
|
|
10252
|
-
"version": "6.5.0",
|
|
10253
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
10254
|
-
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
10255
|
-
"license": "MIT",
|
|
10256
|
-
"engines": {
|
|
10257
|
-
"node": ">=12.0.0"
|
|
10258
|
-
},
|
|
10259
|
-
"peerDependencies": {
|
|
10260
|
-
"picomatch": "^3 || ^4"
|
|
10261
|
-
},
|
|
10262
|
-
"peerDependenciesMeta": {
|
|
10263
|
-
"picomatch": {
|
|
10264
|
-
"optional": true
|
|
10265
|
-
}
|
|
10266
|
-
}
|
|
10267
|
-
},
|
|
10268
10251
|
"node_modules/file-entry-cache": {
|
|
10269
10252
|
"version": "6.0.1",
|
|
10270
10253
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
|
|
@@ -15154,6 +15137,7 @@
|
|
|
15154
15137
|
"version": "4.0.3",
|
|
15155
15138
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
15156
15139
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
15140
|
+
"dev": true,
|
|
15157
15141
|
"license": "MIT",
|
|
15158
15142
|
"engines": {
|
|
15159
15143
|
"node": ">=12"
|
|
@@ -17375,13 +17359,13 @@
|
|
|
17375
17359
|
"license": "MIT"
|
|
17376
17360
|
},
|
|
17377
17361
|
"node_modules/tinyglobby": {
|
|
17378
|
-
"version": "0.2.
|
|
17379
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
17380
|
-
"integrity": "sha512-
|
|
17362
|
+
"version": "0.2.16",
|
|
17363
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
|
17364
|
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
17381
17365
|
"license": "MIT",
|
|
17382
17366
|
"dependencies": {
|
|
17383
17367
|
"fdir": "^6.5.0",
|
|
17384
|
-
"picomatch": "^4.0.
|
|
17368
|
+
"picomatch": "^4.0.4"
|
|
17385
17369
|
},
|
|
17386
17370
|
"engines": {
|
|
17387
17371
|
"node": ">=12.0.0"
|
|
@@ -17390,6 +17374,35 @@
|
|
|
17390
17374
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
17391
17375
|
}
|
|
17392
17376
|
},
|
|
17377
|
+
"node_modules/tinyglobby/node_modules/fdir": {
|
|
17378
|
+
"version": "6.5.0",
|
|
17379
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
17380
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
17381
|
+
"license": "MIT",
|
|
17382
|
+
"engines": {
|
|
17383
|
+
"node": ">=12.0.0"
|
|
17384
|
+
},
|
|
17385
|
+
"peerDependencies": {
|
|
17386
|
+
"picomatch": "^3 || ^4"
|
|
17387
|
+
},
|
|
17388
|
+
"peerDependenciesMeta": {
|
|
17389
|
+
"picomatch": {
|
|
17390
|
+
"optional": true
|
|
17391
|
+
}
|
|
17392
|
+
}
|
|
17393
|
+
},
|
|
17394
|
+
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
17395
|
+
"version": "4.0.4",
|
|
17396
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
17397
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
17398
|
+
"license": "MIT",
|
|
17399
|
+
"engines": {
|
|
17400
|
+
"node": ">=12"
|
|
17401
|
+
},
|
|
17402
|
+
"funding": {
|
|
17403
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
17404
|
+
}
|
|
17405
|
+
},
|
|
17393
17406
|
"node_modules/tldts": {
|
|
17394
17407
|
"version": "7.0.23",
|
|
17395
17408
|
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.23.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1322,10 +1322,10 @@
|
|
|
1322
1322
|
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
|
|
1323
1323
|
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
|
|
1324
1324
|
|
|
1325
|
-
"@oclif/core@^4", "@oclif/core@^4.11.
|
|
1326
|
-
version "4.11.
|
|
1327
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.
|
|
1328
|
-
integrity sha512-
|
|
1325
|
+
"@oclif/core@^4", "@oclif/core@^4.11.2", "@oclif/core@^4.11.3":
|
|
1326
|
+
version "4.11.3"
|
|
1327
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
|
|
1328
|
+
integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
|
|
1329
1329
|
dependencies:
|
|
1330
1330
|
ansi-escapes "^4.3.2"
|
|
1331
1331
|
ansis "^3.17.0"
|
|
@@ -1341,15 +1341,15 @@
|
|
|
1341
1341
|
semver "^7.8.0"
|
|
1342
1342
|
string-width "^4.2.3"
|
|
1343
1343
|
supports-color "^8"
|
|
1344
|
-
tinyglobby "^0.2.
|
|
1344
|
+
tinyglobby "^0.2.16"
|
|
1345
1345
|
widest-line "^3.1.0"
|
|
1346
1346
|
wordwrap "^1.0.0"
|
|
1347
1347
|
wrap-ansi "^7.0.0"
|
|
1348
1348
|
|
|
1349
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1350
|
-
version "5.3.
|
|
1351
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1352
|
-
integrity sha512-
|
|
1349
|
+
"@oclif/plugin-command-snapshot@^5.3.20":
|
|
1350
|
+
version "5.3.20"
|
|
1351
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz#533e779070c852255dbdd68f3e71e2e53a43dabe"
|
|
1352
|
+
integrity sha512-3VVMGmpEHQ+YAylGI2XbNRusVkyNZCyfWoYcaFsssLIv2R4adHvzF3tHME03BHTceRq2Lwi81bJ+oBW1gcy//g==
|
|
1353
1353
|
dependencies:
|
|
1354
1354
|
"@oclif/core" "^4"
|
|
1355
1355
|
ansis "^3.17.0"
|
|
@@ -1463,10 +1463,10 @@
|
|
|
1463
1463
|
strip-ansi "6.0.1"
|
|
1464
1464
|
ts-retry-promise "^0.8.1"
|
|
1465
1465
|
|
|
1466
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.
|
|
1467
|
-
version "8.
|
|
1468
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1469
|
-
integrity sha512-
|
|
1466
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.29.0", "@salesforce/core@^8.29.1", "@salesforce/core@^8.30.0":
|
|
1467
|
+
version "8.30.1"
|
|
1468
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.30.1.tgz#870f81cd46967614f3842314eb51ce46548eb6a0"
|
|
1469
|
+
integrity sha512-2TBt9r7Ci5bc/cq3MbS9NssvdsnXOF76d/6EElimgdqTcgFnsHdD8u5j+TVE+ivGaFnpIGAWZ7Xvmes2qys2cw==
|
|
1470
1470
|
dependencies:
|
|
1471
1471
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1472
1472
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1553,7 +1553,7 @@
|
|
|
1553
1553
|
cli-progress "^3.12.0"
|
|
1554
1554
|
terminal-link "^3.0.0"
|
|
1555
1555
|
|
|
1556
|
-
"@salesforce/source-deploy-retrieve@12.35.9", "@salesforce/source-deploy-retrieve@^12.
|
|
1556
|
+
"@salesforce/source-deploy-retrieve@12.35.9", "@salesforce/source-deploy-retrieve@^12.35.9":
|
|
1557
1557
|
version "12.35.9"
|
|
1558
1558
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.9.tgz#4de71e6e8df1e94c7b110e8a9f46d9d411824b00"
|
|
1559
1559
|
integrity sha512-Qud+1lHS0u+LM/AAHPN9Y/6W6hBZ8nvw6/TxJRzn/BuvRSz74YBwvmVhmn5pvpZdNrYmKRMPxsK47l2VmazSsw==
|
|
@@ -1573,14 +1573,14 @@
|
|
|
1573
1573
|
proxy-agent "^6.5.0"
|
|
1574
1574
|
yaml "^2.8.3"
|
|
1575
1575
|
|
|
1576
|
-
"@salesforce/source-tracking@7.8.
|
|
1577
|
-
version "7.8.
|
|
1578
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.
|
|
1579
|
-
integrity sha512-
|
|
1576
|
+
"@salesforce/source-tracking@7.8.16":
|
|
1577
|
+
version "7.8.16"
|
|
1578
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.16.tgz#b9b28c3d9ec1a18e2775862d5b6fd760009e1fed"
|
|
1579
|
+
integrity sha512-l6nUZpueLqApzIlwQWS72oU+NOnLRGOvhMjPxGUdII+vFBdFxniHOXd0vFEx3LZFJ3ksk95x5pQgV0nEKW9TRw==
|
|
1580
1580
|
dependencies:
|
|
1581
|
-
"@salesforce/core" "^8.
|
|
1581
|
+
"@salesforce/core" "^8.30.0"
|
|
1582
1582
|
"@salesforce/kit" "^3.2.6"
|
|
1583
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1583
|
+
"@salesforce/source-deploy-retrieve" "^12.35.9"
|
|
1584
1584
|
"@salesforce/ts-types" "^2.0.12"
|
|
1585
1585
|
fast-xml-parser "^5.5.7"
|
|
1586
1586
|
graceful-fs "^4.2.11"
|
|
@@ -7293,6 +7293,11 @@ picomatch@^4.0.2, picomatch@^4.0.3:
|
|
|
7293
7293
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
|
|
7294
7294
|
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
|
|
7295
7295
|
|
|
7296
|
+
picomatch@^4.0.4:
|
|
7297
|
+
version "4.0.4"
|
|
7298
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
|
|
7299
|
+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
|
|
7300
|
+
|
|
7296
7301
|
pify@^4.0.1:
|
|
7297
7302
|
version "4.0.1"
|
|
7298
7303
|
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
|
@@ -8614,13 +8619,13 @@ tinyexec@^0.3.2:
|
|
|
8614
8619
|
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
|
|
8615
8620
|
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
|
|
8616
8621
|
|
|
8617
|
-
tinyglobby@^0.2.13, tinyglobby@^0.2.
|
|
8618
|
-
version "0.2.
|
|
8619
|
-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.
|
|
8620
|
-
integrity sha512-
|
|
8622
|
+
tinyglobby@^0.2.13, tinyglobby@^0.2.15, tinyglobby@^0.2.16, tinyglobby@^0.2.9:
|
|
8623
|
+
version "0.2.16"
|
|
8624
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
|
|
8625
|
+
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
|
|
8621
8626
|
dependencies:
|
|
8622
8627
|
fdir "^6.5.0"
|
|
8623
|
-
picomatch "^4.0.
|
|
8628
|
+
picomatch "^4.0.4"
|
|
8624
8629
|
|
|
8625
8630
|
tldts-core@^7.0.23:
|
|
8626
8631
|
version "7.0.23"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
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.98",
|
|
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.32",
|
|
10
|
-
"@oclif/core": "^4.11.
|
|
10
|
+
"@oclif/core": "^4.11.3",
|
|
11
11
|
"@salesforce/core": "^8.29.1",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.16",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.35.9",
|
|
15
|
-
"@salesforce/source-tracking": "7.8.
|
|
15
|
+
"@salesforce/source-tracking": "7.8.16",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
18
|
"fast-xml-parser": "^5.7.3",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"isomorphic-git": "1.38.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.3.20",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.3.57",
|
|
26
26
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.34",
|