@jayree/sfdx-plugin-manifest 6.0.12 → 6.0.13

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 CHANGED
@@ -1,3 +1,14 @@
1
+ ## [6.0.13](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.12...6.0.13) (2026-08-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump fast-xml-parser from 5.10.1 to 5.11.0 ([#2379](https://github.com/jayree/sfdx-plugin-manifest/issues/2379)) ([3ba3201](https://github.com/jayree/sfdx-plugin-manifest/commit/3ba32015a0dc8cceb7d2d2168ccc07d0acdcbe8f))
7
+ * add support for endIndex in node metadata (5.x edition) by @Wain-PC in https://github.com/NaturalIntelligence/fast-xml-parser/pull/850
8
+ * fix: don't crash on a closing tag with no matching opening tag by @hdimer in https://github.com/NaturalIntelligence/fast-xml-parser/pull/861
9
+ * @Wain-PC made their first contribution in https://github.com/NaturalIntelligence/fast-xml-parser/pull/850
10
+ * @hdimer made their first contribution in https://github.com/NaturalIntelligence/fast-xml-parser/pull/861
11
+
1
12
  ## [6.0.12](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.11...6.0.12) (2026-08-16)
2
13
 
3
14
 
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/6.0.12/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.13/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/6.0.12/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.13/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/6.0.12/src/commands/jayree/manifest/git/diff.ts)_
233
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.13/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "6.0.12",
3
+ "version": "6.0.13",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "6.0.12",
9
+ "version": "6.0.13",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.39",
@@ -18,7 +18,7 @@
18
18
  "@salesforce/source-tracking": "8.1.0",
19
19
  "@salesforce/ts-types": "^3.0.1",
20
20
  "fast-deep-equal": "^3.1.3",
21
- "fast-xml-parser": "^5.10.1",
21
+ "fast-xml-parser": "^5.11.0",
22
22
  "fs-extra": "^11.4.0",
23
23
  "graceful-fs": "^4.2.11",
24
24
  "isomorphic-git": "1.41.4"
@@ -7782,9 +7782,9 @@
7782
7782
  }
7783
7783
  },
7784
7784
  "node_modules/fast-xml-parser": {
7785
- "version": "5.10.1",
7786
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.10.1.tgz",
7787
- "integrity": "sha512-IEMIf7298kXuZSRFoGfMYrl7is8LpavODgbNz1cwIudv7KwVFnuU+UsMporfq6PD6aXSlawZlARiA3UywCTfMw==",
7785
+ "version": "5.11.0",
7786
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.11.0.tgz",
7787
+ "integrity": "sha512-9IGxMqvqLOnqP+Egi1nqDHKv5k8aZ7r9n558enxcucmyVGEBNPAU+MOg/8jPIS7rO7sSq4gFm1/nHtiaubMruw==",
7788
7788
  "funding": [
7789
7789
  {
7790
7790
  "type": "github",
@@ -7797,7 +7797,7 @@
7797
7797
  "fast-xml-builder": "^1.2.0",
7798
7798
  "is-unsafe": "^2.0.0",
7799
7799
  "path-expression-matcher": "^1.6.2",
7800
- "strnum": "^2.4.1",
7800
+ "strnum": "^2.4.2",
7801
7801
  "xml-naming": "^0.3.0"
7802
7802
  },
7803
7803
  "bin": {
@@ -14025,9 +14025,9 @@
14025
14025
  }
14026
14026
  },
14027
14027
  "node_modules/strnum": {
14028
- "version": "2.4.1",
14029
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.4.1.tgz",
14030
- "integrity": "sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==",
14028
+ "version": "2.4.2",
14029
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.4.2.tgz",
14030
+ "integrity": "sha512-rDG3Ah4TV0k1hWvLSzkZtMmLN9+eS+h3knq4MP6A42Y3Yh5qGNnOUs1jJkoSr8FG5dsL28c7KgkIBzSEykqtuw==",
14031
14031
  "funding": [
14032
14032
  {
14033
14033
  "type": "github",
package/oclif.lock CHANGED
@@ -3956,16 +3956,16 @@ fast-xml-builder@^1.2.0:
3956
3956
  path-expression-matcher "^1.6.2"
3957
3957
  xml-naming "^0.3.0"
3958
3958
 
3959
- fast-xml-parser@^5.10.1, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.3:
3960
- version "5.10.1"
3961
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.10.1.tgz#19313f7c9386c47fa4a1de527547b73ed2cfcede"
3962
- integrity sha512-IEMIf7298kXuZSRFoGfMYrl7is8LpavODgbNz1cwIudv7KwVFnuU+UsMporfq6PD6aXSlawZlARiA3UywCTfMw==
3959
+ fast-xml-parser@^5.11.0, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.3:
3960
+ version "5.11.0"
3961
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.11.0.tgz#7cd9ea0e34c15619c1af0c7e2d8e183c891ee832"
3962
+ integrity sha512-9IGxMqvqLOnqP+Egi1nqDHKv5k8aZ7r9n558enxcucmyVGEBNPAU+MOg/8jPIS7rO7sSq4gFm1/nHtiaubMruw==
3963
3963
  dependencies:
3964
3964
  "@nodable/entities" "^3.0.0"
3965
3965
  fast-xml-builder "^1.2.0"
3966
3966
  is-unsafe "^2.0.0"
3967
3967
  path-expression-matcher "^1.6.2"
3968
- strnum "^2.4.1"
3968
+ strnum "^2.4.2"
3969
3969
  xml-naming "^0.3.0"
3970
3970
 
3971
3971
  fastest-levenshtein@^1.0.7:
@@ -7378,10 +7378,10 @@ strip-json-comments@^3.1.1:
7378
7378
  resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
7379
7379
  integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
7380
7380
 
7381
- strnum@^2.4.1:
7382
- version "2.4.1"
7383
- resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.4.1.tgz#85417f683113badea0fe7e17227676f889ff7e58"
7384
- integrity sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==
7381
+ strnum@^2.4.2:
7382
+ version "2.4.2"
7383
+ resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.4.2.tgz#af43ab51a06d04227023fc2e42ca229214ec10f0"
7384
+ integrity sha512-rDG3Ah4TV0k1hWvLSzkZtMmLN9+eS+h3knq4MP6A42Y3Yh5qGNnOUs1jJkoSr8FG5dsL28c7KgkIBzSEykqtuw==
7385
7385
  dependencies:
7386
7386
  anynum "^1.0.1"
7387
7387
 
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "6.0.12"
270
+ "version": "6.0.13"
271
271
  }
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": "6.0.12",
4
+ "version": "6.0.13",
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": "8.1.0",
16
16
  "@salesforce/ts-types": "^3.0.1",
17
17
  "fast-deep-equal": "^3.1.3",
18
- "fast-xml-parser": "^5.10.1",
18
+ "fast-xml-parser": "^5.11.0",
19
19
  "fs-extra": "^11.4.0",
20
20
  "graceful-fs": "^4.2.11",
21
21
  "isomorphic-git": "1.41.4"