@jayree/sfdx-plugin-manifest 5.0.53 → 5.0.55
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 +20 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +48 -42
- package/oclif.lock +17 -17
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## [5.0.55](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.54...5.0.55) (2026-04-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.10.3 to 4.10.5 ([#2170](https://github.com/jayree/sfdx-plugin-manifest/issues/2170)) ([a0e6dce](https://github.com/jayree/sfdx-plugin-manifest/commit/a0e6dce0dbf8df04bbd70d11df2e72e0ba24efed))
|
|
7
|
+
* **deps:** bump lodash from 4.17.21 to 4.18.1 ([7db542d](https://github.com/oclif/core/commit/7db542db6998c5207f832f9119be152192dff110))
|
|
8
|
+
* **deps:** bump minimatch from 10.2.4 to 10.2.5 ([45ff39a](https://github.com/oclif/core/commit/45ff39afb97090296c2dbfb8f087ddcf0aed810f))
|
|
9
|
+
|
|
10
|
+
## [5.0.54](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.53...5.0.54) (2026-04-02)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump lodash from 4.17.23 to 4.18.1 ([#2169](https://github.com/jayree/sfdx-plugin-manifest/issues/2169)) ([fb335a7](https://github.com/jayree/sfdx-plugin-manifest/commit/fb335a70ffed3e6b01dc91c5e6ee8f8e74399b53))
|
|
16
|
+
* `lodash`: [https://github.com/lodash/lodash/compare/4.18.0-npm...4.18.1-npm](https://github.com/lodash/lodash/compare/4.18.0-npm...4.18.1-npm)
|
|
17
|
+
* `lodash-es`: [https://github.com/lodash/lodash/compare/4.18.0-es...4.18.1-es](https://github.com/lodash/lodash/compare/4.18.0-es...4.18.1-es)
|
|
18
|
+
* `lodash-amd`: [https://github.com/lodash/lodash/compare/4.18.0-amd...4.18.1-amd](https://github.com/lodash/lodash/compare/4.18.0-amd...4.18.1-amd)
|
|
19
|
+
* `lodash.template`[https://github.com/lodash/lodash/compare/4.18.0-npm-packages...4.18.1-npm-packages](https://github.com/lodash/lodash/compare/4.18.0-npm-packages...4.18.1-npm-packages)
|
|
20
|
+
|
|
1
21
|
## [5.0.53](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.52...5.0.53) (2026-04-02)
|
|
2
22
|
|
|
3
23
|
|
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.55/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.55/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.55/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": "5.0.
|
|
3
|
+
"version": "5.0.55",
|
|
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.55",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.28",
|
|
13
|
-
"@oclif/core": "^4.10.
|
|
13
|
+
"@oclif/core": "^4.10.5",
|
|
14
14
|
"@salesforce/core": "^8.28.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -5391,9 +5391,9 @@
|
|
|
5391
5391
|
}
|
|
5392
5392
|
},
|
|
5393
5393
|
"node_modules/@oclif/core": {
|
|
5394
|
-
"version": "4.10.
|
|
5395
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
5396
|
-
"integrity": "sha512-
|
|
5394
|
+
"version": "4.10.5",
|
|
5395
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz",
|
|
5396
|
+
"integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==",
|
|
5397
5397
|
"license": "MIT",
|
|
5398
5398
|
"dependencies": {
|
|
5399
5399
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5406,7 +5406,7 @@
|
|
|
5406
5406
|
"indent-string": "^4.0.0",
|
|
5407
5407
|
"is-wsl": "^2.2.0",
|
|
5408
5408
|
"lilconfig": "^3.1.3",
|
|
5409
|
-
"minimatch": "^10.2.
|
|
5409
|
+
"minimatch": "^10.2.5",
|
|
5410
5410
|
"semver": "^7.7.3",
|
|
5411
5411
|
"string-width": "^4.2.3",
|
|
5412
5412
|
"supports-color": "^8",
|
|
@@ -5429,24 +5429,24 @@
|
|
|
5429
5429
|
}
|
|
5430
5430
|
},
|
|
5431
5431
|
"node_modules/@oclif/core/node_modules/brace-expansion": {
|
|
5432
|
-
"version": "5.0.
|
|
5433
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
5434
|
-
"integrity": "sha512-
|
|
5432
|
+
"version": "5.0.5",
|
|
5433
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
5434
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
5435
5435
|
"license": "MIT",
|
|
5436
5436
|
"dependencies": {
|
|
5437
5437
|
"balanced-match": "^4.0.2"
|
|
5438
5438
|
},
|
|
5439
5439
|
"engines": {
|
|
5440
|
-
"node": "20 || >=22"
|
|
5440
|
+
"node": "18 || 20 || >=22"
|
|
5441
5441
|
}
|
|
5442
5442
|
},
|
|
5443
5443
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
5444
|
-
"version": "10.2.
|
|
5445
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
5446
|
-
"integrity": "sha512-
|
|
5444
|
+
"version": "10.2.5",
|
|
5445
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
5446
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
5447
5447
|
"license": "BlueOak-1.0.0",
|
|
5448
5448
|
"dependencies": {
|
|
5449
|
-
"brace-expansion": "^5.0.
|
|
5449
|
+
"brace-expansion": "^5.0.5"
|
|
5450
5450
|
},
|
|
5451
5451
|
"engines": {
|
|
5452
5452
|
"node": "18 || 20 || >=22"
|
|
@@ -8650,16 +8650,16 @@
|
|
|
8650
8650
|
}
|
|
8651
8651
|
},
|
|
8652
8652
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
8653
|
-
"version": "5.0.
|
|
8654
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
8655
|
-
"integrity": "sha512-
|
|
8653
|
+
"version": "5.0.5",
|
|
8654
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
8655
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
8656
8656
|
"dev": true,
|
|
8657
8657
|
"license": "MIT",
|
|
8658
8658
|
"dependencies": {
|
|
8659
8659
|
"balanced-match": "^4.0.2"
|
|
8660
8660
|
},
|
|
8661
8661
|
"engines": {
|
|
8662
|
-
"node": "20 || >=22"
|
|
8662
|
+
"node": "18 || 20 || >=22"
|
|
8663
8663
|
}
|
|
8664
8664
|
},
|
|
8665
8665
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/eslint-visitor-keys": {
|
|
@@ -8676,13 +8676,13 @@
|
|
|
8676
8676
|
}
|
|
8677
8677
|
},
|
|
8678
8678
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
8679
|
-
"version": "10.2.
|
|
8680
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
8681
|
-
"integrity": "sha512-
|
|
8679
|
+
"version": "10.2.5",
|
|
8680
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
8681
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
8682
8682
|
"dev": true,
|
|
8683
8683
|
"license": "BlueOak-1.0.0",
|
|
8684
8684
|
"dependencies": {
|
|
8685
|
-
"brace-expansion": "^5.0.
|
|
8685
|
+
"brace-expansion": "^5.0.5"
|
|
8686
8686
|
},
|
|
8687
8687
|
"engines": {
|
|
8688
8688
|
"node": "18 || 20 || >=22"
|
|
@@ -8838,6 +8838,9 @@
|
|
|
8838
8838
|
"x64"
|
|
8839
8839
|
],
|
|
8840
8840
|
"dev": true,
|
|
8841
|
+
"libc": [
|
|
8842
|
+
"glibc"
|
|
8843
|
+
],
|
|
8841
8844
|
"license": "MIT",
|
|
8842
8845
|
"optional": true,
|
|
8843
8846
|
"os": [
|
|
@@ -8852,6 +8855,9 @@
|
|
|
8852
8855
|
"x64"
|
|
8853
8856
|
],
|
|
8854
8857
|
"dev": true,
|
|
8858
|
+
"libc": [
|
|
8859
|
+
"musl"
|
|
8860
|
+
],
|
|
8855
8861
|
"license": "MIT",
|
|
8856
8862
|
"optional": true,
|
|
8857
8863
|
"os": [
|
|
@@ -16085,9 +16091,9 @@
|
|
|
16085
16091
|
}
|
|
16086
16092
|
},
|
|
16087
16093
|
"node_modules/lodash": {
|
|
16088
|
-
"version": "4.
|
|
16089
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
16090
|
-
"integrity": "sha512-
|
|
16094
|
+
"version": "4.18.1",
|
|
16095
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
16096
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
16091
16097
|
"license": "MIT"
|
|
16092
16098
|
},
|
|
16093
16099
|
"node_modules/lodash.camelcase": {
|
|
@@ -17606,16 +17612,16 @@
|
|
|
17606
17612
|
}
|
|
17607
17613
|
},
|
|
17608
17614
|
"node_modules/oclif/node_modules/brace-expansion": {
|
|
17609
|
-
"version": "5.0.
|
|
17610
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
17611
|
-
"integrity": "sha512-
|
|
17615
|
+
"version": "5.0.5",
|
|
17616
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
17617
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
17612
17618
|
"dev": true,
|
|
17613
17619
|
"license": "MIT",
|
|
17614
17620
|
"dependencies": {
|
|
17615
17621
|
"balanced-match": "^4.0.2"
|
|
17616
17622
|
},
|
|
17617
17623
|
"engines": {
|
|
17618
|
-
"node": "20 || >=22"
|
|
17624
|
+
"node": "18 || 20 || >=22"
|
|
17619
17625
|
}
|
|
17620
17626
|
},
|
|
17621
17627
|
"node_modules/oclif/node_modules/cacheable-lookup": {
|
|
@@ -17720,13 +17726,13 @@
|
|
|
17720
17726
|
}
|
|
17721
17727
|
},
|
|
17722
17728
|
"node_modules/oclif/node_modules/minimatch": {
|
|
17723
|
-
"version": "10.2.
|
|
17724
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
17725
|
-
"integrity": "sha512-
|
|
17729
|
+
"version": "10.2.5",
|
|
17730
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
17731
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
17726
17732
|
"dev": true,
|
|
17727
17733
|
"license": "BlueOak-1.0.0",
|
|
17728
17734
|
"dependencies": {
|
|
17729
|
-
"brace-expansion": "^5.0.
|
|
17735
|
+
"brace-expansion": "^5.0.5"
|
|
17730
17736
|
},
|
|
17731
17737
|
"engines": {
|
|
17732
17738
|
"node": "18 || 20 || >=22"
|
|
@@ -20352,16 +20358,16 @@
|
|
|
20352
20358
|
}
|
|
20353
20359
|
},
|
|
20354
20360
|
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
20355
|
-
"version": "5.0.
|
|
20356
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
20357
|
-
"integrity": "sha512-
|
|
20361
|
+
"version": "5.0.5",
|
|
20362
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
20363
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
20358
20364
|
"dev": true,
|
|
20359
20365
|
"license": "MIT",
|
|
20360
20366
|
"dependencies": {
|
|
20361
20367
|
"balanced-match": "^4.0.2"
|
|
20362
20368
|
},
|
|
20363
20369
|
"engines": {
|
|
20364
|
-
"node": "20 || >=22"
|
|
20370
|
+
"node": "18 || 20 || >=22"
|
|
20365
20371
|
}
|
|
20366
20372
|
},
|
|
20367
20373
|
"node_modules/test-exclude/node_modules/glob": {
|
|
@@ -20393,13 +20399,13 @@
|
|
|
20393
20399
|
}
|
|
20394
20400
|
},
|
|
20395
20401
|
"node_modules/test-exclude/node_modules/minimatch": {
|
|
20396
|
-
"version": "10.2.
|
|
20397
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
20398
|
-
"integrity": "sha512-
|
|
20402
|
+
"version": "10.2.5",
|
|
20403
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
20404
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
20399
20405
|
"dev": true,
|
|
20400
20406
|
"license": "BlueOak-1.0.0",
|
|
20401
20407
|
"dependencies": {
|
|
20402
|
-
"brace-expansion": "^5.0.
|
|
20408
|
+
"brace-expansion": "^5.0.5"
|
|
20403
20409
|
},
|
|
20404
20410
|
"engines": {
|
|
20405
20411
|
"node": "18 || 20 || >=22"
|
package/oclif.lock
CHANGED
|
@@ -1766,10 +1766,10 @@
|
|
|
1766
1766
|
wordwrap "^1.0.0"
|
|
1767
1767
|
wrap-ansi "^7.0.0"
|
|
1768
1768
|
|
|
1769
|
-
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.10.
|
|
1770
|
-
version "4.10.
|
|
1771
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.
|
|
1772
|
-
integrity sha512-
|
|
1769
|
+
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.10.5", "@oclif/core@^4.5.2":
|
|
1770
|
+
version "4.10.5"
|
|
1771
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
|
|
1772
|
+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
|
|
1773
1773
|
dependencies:
|
|
1774
1774
|
ansi-escapes "^4.3.2"
|
|
1775
1775
|
ansis "^3.17.0"
|
|
@@ -1781,7 +1781,7 @@
|
|
|
1781
1781
|
indent-string "^4.0.0"
|
|
1782
1782
|
is-wsl "^2.2.0"
|
|
1783
1783
|
lilconfig "^3.1.3"
|
|
1784
|
-
minimatch "^10.2.
|
|
1784
|
+
minimatch "^10.2.5"
|
|
1785
1785
|
semver "^7.7.3"
|
|
1786
1786
|
string-width "^4.2.3"
|
|
1787
1787
|
supports-color "^8"
|
|
@@ -3874,10 +3874,10 @@ brace-expansion@^4.0.0:
|
|
|
3874
3874
|
dependencies:
|
|
3875
3875
|
balanced-match "^3.0.0"
|
|
3876
3876
|
|
|
3877
|
-
brace-expansion@^5.0.
|
|
3878
|
-
version "5.0.
|
|
3879
|
-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.
|
|
3880
|
-
integrity sha512-
|
|
3877
|
+
brace-expansion@^5.0.5:
|
|
3878
|
+
version "5.0.5"
|
|
3879
|
+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
|
|
3880
|
+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
|
|
3881
3881
|
dependencies:
|
|
3882
3882
|
balanced-match "^4.0.2"
|
|
3883
3883
|
|
|
@@ -7233,9 +7233,9 @@ lodash.upperfirst@^4.3.1:
|
|
|
7233
7233
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
7234
7234
|
|
|
7235
7235
|
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23:
|
|
7236
|
-
version "4.
|
|
7237
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.
|
|
7238
|
-
integrity sha512-
|
|
7236
|
+
version "4.18.1"
|
|
7237
|
+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
|
|
7238
|
+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
7239
7239
|
|
|
7240
7240
|
log-symbols@^4.1.0:
|
|
7241
7241
|
version "4.1.0"
|
|
@@ -7554,12 +7554,12 @@ minimatch@9.0.3:
|
|
|
7554
7554
|
dependencies:
|
|
7555
7555
|
brace-expansion "^2.0.1"
|
|
7556
7556
|
|
|
7557
|
-
minimatch@^10.2.2, minimatch@^10.2.4:
|
|
7558
|
-
version "10.2.
|
|
7559
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.
|
|
7560
|
-
integrity sha512-
|
|
7557
|
+
minimatch@^10.2.2, minimatch@^10.2.4, minimatch@^10.2.5:
|
|
7558
|
+
version "10.2.5"
|
|
7559
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
|
|
7560
|
+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
7561
7561
|
dependencies:
|
|
7562
|
-
brace-expansion "^5.0.
|
|
7562
|
+
brace-expansion "^5.0.5"
|
|
7563
7563
|
|
|
7564
7564
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^3.1.5:
|
|
7565
7565
|
version "3.1.5"
|
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": "5.0.
|
|
4
|
+
"version": "5.0.55",
|
|
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.28",
|
|
10
|
-
"@oclif/core": "^4.10.
|
|
10
|
+
"@oclif/core": "^4.10.5",
|
|
11
11
|
"@salesforce/core": "^8.28.1",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.6",
|