@jayree/sfdx-plugin-manifest 5.0.33 → 5.0.34

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,12 @@
1
+ ## [5.0.34](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.33...5.0.34) (2026-03-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump fast-xml-parser from 5.5.6 to 5.5.7 ([#2137](https://github.com/jayree/sfdx-plugin-manifest/issues/2137)) ([0325d3e](https://github.com/jayree/sfdx-plugin-manifest/commit/0325d3e831c373b09a5548df9e7ca7c9c6f050d5))
7
+ * fix: entity expansion limits
8
+ * update strnum package to 2.2.0
9
+
1
10
  ## [5.0.33](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.32...5.0.33) (2026-03-18)
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/5.0.33/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.34/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.33/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.34/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.33/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/5.0.34/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": "5.0.33",
3
+ "version": "5.0.34",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.33",
9
+ "version": "5.0.34",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.26",
@@ -18,7 +18,7 @@
18
18
  "@salesforce/source-tracking": "7.8.6",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
21
- "fast-xml-parser": "^5.5.6",
21
+ "fast-xml-parser": "^5.5.7",
22
22
  "fs-extra": "^11.3.3",
23
23
  "graceful-fs": "^4.2.11",
24
24
  "isomorphic-git": "1.37.4"
@@ -11087,9 +11087,9 @@
11087
11087
  }
11088
11088
  },
11089
11089
  "node_modules/fast-xml-parser": {
11090
- "version": "5.5.6",
11091
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz",
11092
- "integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==",
11090
+ "version": "5.5.7",
11091
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz",
11092
+ "integrity": "sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==",
11093
11093
  "funding": [
11094
11094
  {
11095
11095
  "type": "github",
@@ -11100,7 +11100,7 @@
11100
11100
  "dependencies": {
11101
11101
  "fast-xml-builder": "^1.1.4",
11102
11102
  "path-expression-matcher": "^1.1.3",
11103
- "strnum": "^2.1.2"
11103
+ "strnum": "^2.2.0"
11104
11104
  },
11105
11105
  "bin": {
11106
11106
  "fxparser": "src/cli/cli.js"
@@ -18008,9 +18008,9 @@
18008
18008
  }
18009
18009
  },
18010
18010
  "node_modules/strnum": {
18011
- "version": "2.1.2",
18012
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
18013
- "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==",
18011
+ "version": "2.2.1",
18012
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.1.tgz",
18013
+ "integrity": "sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==",
18014
18014
  "funding": [
18015
18015
  {
18016
18016
  "type": "github",
package/oclif.lock CHANGED
@@ -5161,14 +5161,14 @@ fast-xml-parser@5.4.1:
5161
5161
  fast-xml-builder "^1.0.0"
5162
5162
  strnum "^2.1.2"
5163
5163
 
5164
- fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.6:
5165
- version "5.5.6"
5166
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz#6fc61f5ae06a55a1f058abd6a4f4b5d3e9972cd0"
5167
- integrity sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==
5164
+ fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.7:
5165
+ version "5.5.7"
5166
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz#e1ddc86662d808450a19cf2fb6ccc9c3c9933c5d"
5167
+ integrity sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==
5168
5168
  dependencies:
5169
5169
  fast-xml-builder "^1.1.4"
5170
5170
  path-expression-matcher "^1.1.3"
5171
- strnum "^2.1.2"
5171
+ strnum "^2.2.0"
5172
5172
 
5173
5173
  fastest-levenshtein@^1.0.7:
5174
5174
  version "1.0.16"
@@ -9059,10 +9059,10 @@ strip-json-comments@^3.1.1:
9059
9059
  resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
9060
9060
  integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
9061
9061
 
9062
- strnum@^2.1.2:
9063
- version "2.1.2"
9064
- resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.2.tgz#a5e00ba66ab25f9cafa3726b567ce7a49170937a"
9065
- integrity sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==
9062
+ strnum@^2.1.2, strnum@^2.2.0:
9063
+ version "2.2.1"
9064
+ resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.1.tgz#d28f896b4ef9985212494ce8bcf7ca304fad8368"
9065
+ integrity sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==
9066
9066
 
9067
9067
  supports-color@^5.4.0:
9068
9068
  version "5.5.0"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.33"
270
+ "version": "5.0.34"
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": "5.0.33",
4
+ "version": "5.0.34",
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.8.6",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
18
- "fast-xml-parser": "^5.5.6",
18
+ "fast-xml-parser": "^5.5.7",
19
19
  "fs-extra": "^11.3.3",
20
20
  "graceful-fs": "^4.2.11",
21
21
  "isomorphic-git": "1.37.4"