@jayree/sfdx-plugin-manifest 3.6.60 → 3.6.61
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 +9 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +26 -52
- package/oclif.lock +14 -19
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [3.6.61](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.60...3.6.61) (2025-03-02)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump fast-xml-parser from 5.0.6 to 5.0.8 ([#1684](https://github.com/jayree/sfdx-plugin-manifest/issues/1684)) ([7807af8](https://github.com/jayree/sfdx-plugin-manifest/commit/7807af8c58355ea422437b84a84bdf95920d2dea))
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.6.60](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.59...3.6.60) (2025-03-02)
|
2
11
|
|
3
12
|
|
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/3.6.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.61/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/3.6.
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.61/src/commands/jayree/manifest/generate.ts)_
|
154
154
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
156
156
|
|
@@ -233,7 +233,7 @@ FLAG DESCRIPTIONS
|
|
233
233
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
234
234
|
```
|
235
235
|
|
236
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
236
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.61/src/commands/jayree/manifest/git/diff.ts)_
|
237
237
|
<!-- commandsstop -->
|
238
238
|
|
239
239
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.61",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.6.
|
9
|
+
"version": "3.6.61",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.6",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"@salesforce/source-tracking": "7.3.16",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
|
-
"fast-xml-parser": "^5.0.
|
21
|
+
"fast-xml-parser": "^5.0.8",
|
22
22
|
"fs-extra": "^11.3.0",
|
23
23
|
"graceful-fs": "^4.2.11",
|
24
24
|
"isomorphic-git": "1.29.0"
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.2.36",
|
28
28
|
"@oclif/plugin-help": "^6.2.26",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
30
|
-
"@salesforce/dev-scripts": "^10.2.
|
30
|
+
"@salesforce/dev-scripts": "^10.2.12",
|
31
31
|
"@salesforce/ts-sinon": "^1.4.30",
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
33
33
|
"@types/graceful-fs": "^4.1.9",
|
@@ -1025,13 +1025,6 @@
|
|
1025
1025
|
"fxparser": "src/cli/cli.js"
|
1026
1026
|
}
|
1027
1027
|
},
|
1028
|
-
"node_modules/@aws-sdk/client-cloudfront/node_modules/strnum": {
|
1029
|
-
"version": "1.0.5",
|
1030
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
|
1031
|
-
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
|
1032
|
-
"dev": true,
|
1033
|
-
"license": "MIT"
|
1034
|
-
},
|
1035
1028
|
"node_modules/@aws-sdk/client-s3": {
|
1036
1029
|
"version": "3.749.0",
|
1037
1030
|
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.749.0.tgz",
|
@@ -1196,13 +1189,6 @@
|
|
1196
1189
|
"fxparser": "src/cli/cli.js"
|
1197
1190
|
}
|
1198
1191
|
},
|
1199
|
-
"node_modules/@aws-sdk/core/node_modules/strnum": {
|
1200
|
-
"version": "1.0.5",
|
1201
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
|
1202
|
-
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
|
1203
|
-
"dev": true,
|
1204
|
-
"license": "MIT"
|
1205
|
-
},
|
1206
1192
|
"node_modules/@aws-sdk/credential-provider-env": {
|
1207
1193
|
"version": "3.749.0",
|
1208
1194
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.749.0.tgz",
|
@@ -4532,9 +4518,9 @@
|
|
4532
4518
|
"license": "BSD-3-Clause"
|
4533
4519
|
},
|
4534
4520
|
"node_modules/@salesforce/dev-scripts": {
|
4535
|
-
"version": "10.2.
|
4536
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
4537
|
-
"integrity": "sha512-
|
4521
|
+
"version": "10.2.12",
|
4522
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.12.tgz",
|
4523
|
+
"integrity": "sha512-sQFrUm16PLefZ3U4scEP0+jCKrUvaVjvyMADoM7KK2sXCu9TkvwAD5XtPeBoUsf9SdWhdFf2isv1X8DKM5q/6w==",
|
4538
4524
|
"dev": true,
|
4539
4525
|
"license": "BSD-3-Clause",
|
4540
4526
|
"dependencies": {
|
@@ -4795,18 +4781,6 @@
|
|
4795
4781
|
"url": "https://github.com/sponsors/isaacs"
|
4796
4782
|
}
|
4797
4783
|
},
|
4798
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/strnum": {
|
4799
|
-
"version": "1.1.2",
|
4800
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
|
4801
|
-
"integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
|
4802
|
-
"funding": [
|
4803
|
-
{
|
4804
|
-
"type": "github",
|
4805
|
-
"url": "https://github.com/sponsors/NaturalIntelligence"
|
4806
|
-
}
|
4807
|
-
],
|
4808
|
-
"license": "MIT"
|
4809
|
-
},
|
4810
4784
|
"node_modules/@salesforce/source-tracking": {
|
4811
4785
|
"version": "7.3.16",
|
4812
4786
|
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.16.tgz",
|
@@ -4845,18 +4819,6 @@
|
|
4845
4819
|
"fxparser": "src/cli/cli.js"
|
4846
4820
|
}
|
4847
4821
|
},
|
4848
|
-
"node_modules/@salesforce/source-tracking/node_modules/strnum": {
|
4849
|
-
"version": "1.1.2",
|
4850
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
|
4851
|
-
"integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
|
4852
|
-
"funding": [
|
4853
|
-
{
|
4854
|
-
"type": "github",
|
4855
|
-
"url": "https://github.com/sponsors/NaturalIntelligence"
|
4856
|
-
}
|
4857
|
-
],
|
4858
|
-
"license": "MIT"
|
4859
|
-
},
|
4860
4822
|
"node_modules/@salesforce/ts-sinon": {
|
4861
4823
|
"version": "1.4.30",
|
4862
4824
|
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.30.tgz",
|
@@ -11263,9 +11225,9 @@
|
|
11263
11225
|
"license": "MIT"
|
11264
11226
|
},
|
11265
11227
|
"node_modules/fast-xml-parser": {
|
11266
|
-
"version": "5.0.
|
11267
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.
|
11268
|
-
"integrity": "sha512-
|
11228
|
+
"version": "5.0.8",
|
11229
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.8.tgz",
|
11230
|
+
"integrity": "sha512-qY8NiI5L8ff00F2giyICiJxSSKHO52tC36LJqx2JtvGyAd5ZfehC/l4iUVVHpmpIa6sM9N5mneSLHQG2INGoHA==",
|
11269
11231
|
"funding": [
|
11270
11232
|
{
|
11271
11233
|
"type": "github",
|
@@ -11274,12 +11236,24 @@
|
|
11274
11236
|
],
|
11275
11237
|
"license": "MIT",
|
11276
11238
|
"dependencies": {
|
11277
|
-
"strnum": "^2.0.
|
11239
|
+
"strnum": "^2.0.5"
|
11278
11240
|
},
|
11279
11241
|
"bin": {
|
11280
11242
|
"fxparser": "src/cli/cli.js"
|
11281
11243
|
}
|
11282
11244
|
},
|
11245
|
+
"node_modules/fast-xml-parser/node_modules/strnum": {
|
11246
|
+
"version": "2.0.5",
|
11247
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.0.5.tgz",
|
11248
|
+
"integrity": "sha512-YAT3K/sgpCUxhxNMrrdhtod3jckkpYwH6JAuwmUdXZsmzH1wUyzTMrrK2wYCEEqlKwrWDd35NeuUkbBy/1iK+Q==",
|
11249
|
+
"funding": [
|
11250
|
+
{
|
11251
|
+
"type": "github",
|
11252
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
11253
|
+
}
|
11254
|
+
],
|
11255
|
+
"license": "MIT"
|
11256
|
+
},
|
11283
11257
|
"node_modules/fastest-levenshtein": {
|
11284
11258
|
"version": "1.0.16",
|
11285
11259
|
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
|
@@ -17869,9 +17843,9 @@
|
|
17869
17843
|
}
|
17870
17844
|
},
|
17871
17845
|
"node_modules/strnum": {
|
17872
|
-
"version": "
|
17873
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-
|
17874
|
-
"integrity": "sha512-
|
17846
|
+
"version": "1.1.2",
|
17847
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
|
17848
|
+
"integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
|
17875
17849
|
"funding": [
|
17876
17850
|
{
|
17877
17851
|
"type": "github",
|
package/oclif.lock
CHANGED
@@ -1869,10 +1869,10 @@
|
|
1869
1869
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
|
1870
1870
|
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
|
1871
1871
|
|
1872
|
-
"@salesforce/dev-scripts@^10.2.
|
1873
|
-
version "10.2.
|
1874
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
1875
|
-
integrity sha512-
|
1872
|
+
"@salesforce/dev-scripts@^10.2.12":
|
1873
|
+
version "10.2.12"
|
1874
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.12.tgz#05cb48e60cf1a204ec8402aa803093c924b02bf7"
|
1875
|
+
integrity sha512-sQFrUm16PLefZ3U4scEP0+jCKrUvaVjvyMADoM7KK2sXCu9TkvwAD5XtPeBoUsf9SdWhdFf2isv1X8DKM5q/6w==
|
1876
1876
|
dependencies:
|
1877
1877
|
"@commitlint/cli" "^17.1.2"
|
1878
1878
|
"@commitlint/config-conventional" "^17.8.1"
|
@@ -5313,12 +5313,12 @@ fast-xml-parser@^4.5.1, fast-xml-parser@^4.5.3:
|
|
5313
5313
|
dependencies:
|
5314
5314
|
strnum "^1.1.1"
|
5315
5315
|
|
5316
|
-
fast-xml-parser@^5.0.
|
5317
|
-
version "5.0.
|
5318
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.0.
|
5319
|
-
integrity sha512-
|
5316
|
+
fast-xml-parser@^5.0.8:
|
5317
|
+
version "5.0.8"
|
5318
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.0.8.tgz#cb84ca077c0c5c45906051c13c4075ed44d3f271"
|
5319
|
+
integrity sha512-qY8NiI5L8ff00F2giyICiJxSSKHO52tC36LJqx2JtvGyAd5ZfehC/l4iUVVHpmpIa6sM9N5mneSLHQG2INGoHA==
|
5320
5320
|
dependencies:
|
5321
|
-
strnum "^2.0.
|
5321
|
+
strnum "^2.0.5"
|
5322
5322
|
|
5323
5323
|
fastest-levenshtein@^1.0.7:
|
5324
5324
|
version "1.0.16"
|
@@ -8980,20 +8980,15 @@ strip-json-comments@^3.1.1:
|
|
8980
8980
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
8981
8981
|
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
8982
8982
|
|
8983
|
-
strnum@^1.0.5:
|
8984
|
-
version "1.0.5"
|
8985
|
-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
|
8986
|
-
integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
|
8987
|
-
|
8988
|
-
strnum@^1.1.1:
|
8983
|
+
strnum@^1.0.5, strnum@^1.1.1:
|
8989
8984
|
version "1.1.2"
|
8990
8985
|
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.1.2.tgz#57bca4fbaa6f271081715dbc9ed7cee5493e28e4"
|
8991
8986
|
integrity sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==
|
8992
8987
|
|
8993
|
-
strnum@^2.0.
|
8994
|
-
version "2.0.
|
8995
|
-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.0.
|
8996
|
-
integrity sha512-
|
8988
|
+
strnum@^2.0.5:
|
8989
|
+
version "2.0.5"
|
8990
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.0.5.tgz#40700b1b5bf956acdc755e98e90005d7657aaaea"
|
8991
|
+
integrity sha512-YAT3K/sgpCUxhxNMrrdhtod3jckkpYwH6JAuwmUdXZsmzH1wUyzTMrrK2wYCEEqlKwrWDd35NeuUkbBy/1iK+Q==
|
8997
8992
|
|
8998
8993
|
supports-color@^5.3.0, supports-color@^5.4.0:
|
8999
8994
|
version "5.5.0"
|
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 Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
|
4
|
-
"version": "3.6.
|
4
|
+
"version": "3.6.61",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"@salesforce/source-tracking": "7.3.16",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
18
|
-
"fast-xml-parser": "^5.0.
|
18
|
+
"fast-xml-parser": "^5.0.8",
|
19
19
|
"fs-extra": "^11.3.0",
|
20
20
|
"graceful-fs": "^4.2.11",
|
21
21
|
"isomorphic-git": "1.29.0"
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.2.36",
|
25
25
|
"@oclif/plugin-help": "^6.2.26",
|
26
26
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
27
|
-
"@salesforce/dev-scripts": "^10.2.
|
27
|
+
"@salesforce/dev-scripts": "^10.2.12",
|
28
28
|
"@salesforce/ts-sinon": "^1.4.30",
|
29
29
|
"@types/fs-extra": "^11.0.4",
|
30
30
|
"@types/graceful-fs": "^4.1.9",
|