sf-decomposer 5.3.2 → 5.3.3

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
@@ -5,6 +5,19 @@
5
5
 
6
6
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
7
7
 
8
+ ## [5.3.3](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.2...v5.3.3) (2025-01-21)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** bump xml-disassembler from 1.3.8 to 1.3.9 ([e4f3002](https://github.com/mcarvin8/sf-decomposer/commit/e4f3002fa2b3c985f020485633c6a8b9550e83c6))
14
+ * **deps:** bump xml-disassembler from 1.3.9 to 1.3.10 ([ff47b11](https://github.com/mcarvin8/sf-decomposer/commit/ff47b11b95fb0791557dc81c65374509270e9056))
15
+ * **deps:** bump xml2json-disassembler from 1.1.7 to 1.1.8 ([5e60535](https://github.com/mcarvin8/sf-decomposer/commit/5e6053545f90046a53e7c2114567bd47c914ce57))
16
+ * **deps:** bump xml2json-disassembler from 1.1.8 to 1.1.9 ([3153656](https://github.com/mcarvin8/sf-decomposer/commit/315365694fe8781ea8796b3554f66609a9d84194))
17
+ * **deps:** bump xml2json-disassembler from 1.1.9 to 1.1.10 ([f160907](https://github.com/mcarvin8/sf-decomposer/commit/f160907fd215565100a4578901fba75c919318e4))
18
+ * **deps:** bump xml2yaml-disassembler from 1.1.7 to 1.1.8 ([326a6d9](https://github.com/mcarvin8/sf-decomposer/commit/326a6d9be7768a78898550446e58d720d557b496))
19
+ * **deps:** bump xml2yaml-disassembler from 1.1.8 to 1.1.10 ([5151ac2](https://github.com/mcarvin8/sf-decomposer/commit/5151ac2fa53a35ac13f6cece1bc755eaa26435c2))
20
+
8
21
  ## [5.3.2](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.1...v5.3.2) (2025-01-18)
9
22
 
10
23
 
package/README.md CHANGED
@@ -79,7 +79,7 @@ USAGE
79
79
  $ sf decomposer decompose -m <value> -f <value> -i <value> [--prepurge --postpurge --debug --json]
80
80
 
81
81
  FLAGS
82
- -m, --metadata-type=<value> The metadata suffix to process, such as 'flow', 'labels', etc. You can provide this flag multiple times to process multiple metadata types with a single command.
82
+ -m, --metadata-type=<value> The metadata suffix to process, such as 'flow', 'labels', etc. You can provide this flag multiple times.
83
83
  -f, --format=<value> [default: 'xml'] The file type for the decomposed files. Must match what format you provide for recompose.
84
84
  -i, --ignore-package-directory=<value> Package directories to ignore. Should be as they appear in the "sfdx-project.json" file.
85
85
  Can be declared multiple times.
@@ -119,7 +119,7 @@ USAGE
119
119
  $ sf decomposer recompose -m <value> -f <value> -i <value> [--postpurge --debug --json]
120
120
 
121
121
  FLAGS
122
- -m, --metadata-type=<value> The metadata suffix to process, such as 'flow', 'labels', etc. You can provide this flag multiple times to process multiple metadata types with a single command.
122
+ -m, --metadata-type=<value> The metadata suffix to process, such as 'flow', 'labels', etc. You can provide this flag multiple times.
123
123
  -f, --format=<value> [default: 'xml'] The file format for the decomposed files.
124
124
  -i, --ignore-package-directory=<value> Package directories to ignore. Should be as they appear in the "sfdx-project.json" file.
125
125
  Can be declared multiple times.
package/oclif.lock CHANGED
@@ -7790,10 +7790,10 @@ write-file-atomic@^3.0.0:
7790
7790
  signal-exit "^3.0.2"
7791
7791
  typedarray-to-buffer "^3.1.5"
7792
7792
 
7793
- xml-disassembler@^1.3.7, xml-disassembler@^1.3.8:
7794
- version "1.3.8"
7795
- resolved "https://registry.yarnpkg.com/xml-disassembler/-/xml-disassembler-1.3.8.tgz#317852e037182dc293a2bcb2f0f3ce04bccc290a"
7796
- integrity sha512-4vGDU3mK+oIPUDwBcqg3xZvb1FgAjz8EIT1PnbQ2gph7o0XMzyLFja2f2Q4Bi6Ep5Ad0wzuZ4GcJ/ebgpEAYAg==
7793
+ xml-disassembler@^1.3.10:
7794
+ version "1.3.10"
7795
+ resolved "https://registry.yarnpkg.com/xml-disassembler/-/xml-disassembler-1.3.10.tgz#de0e9697eabc2cab79cc2a0a2a9ee99f472db64b"
7796
+ integrity sha512-NqL1FdKI5c7d7fkB69VDFOMlRspX7u5D7fEpNWgXn9F8PIlyInHWYisBqSsmTk3YUZaJdM54VCMI92d+rFEYvQ==
7797
7797
  dependencies:
7798
7798
  fast-xml-parser "^4.5.1"
7799
7799
  ignore "^5.3.1"
@@ -7808,22 +7808,22 @@ xml2js@^0.6.2:
7808
7808
  sax ">=0.6.0"
7809
7809
  xmlbuilder "~11.0.0"
7810
7810
 
7811
- xml2json-disassembler@^1.1.7:
7812
- version "1.1.7"
7813
- resolved "https://registry.yarnpkg.com/xml2json-disassembler/-/xml2json-disassembler-1.1.7.tgz#6d16c71bea350cc1301c968a8ed818d4d092e932"
7814
- integrity sha512-Yzul+BqbESqbESHKTwOUe9OQuFRL2m/ixU98UX8DRZvmzpJxKgX8ujCu+POyCaOMtsdalWCl8sxIOXtlFSDCnw==
7811
+ xml2json-disassembler@^1.1.10:
7812
+ version "1.1.10"
7813
+ resolved "https://registry.yarnpkg.com/xml2json-disassembler/-/xml2json-disassembler-1.1.10.tgz#dee12688bfc72689bd6a92fe711455eb520e1dd4"
7814
+ integrity sha512-6BQnD5TH3t2WYmcVhXxarqk0qR3x5ER1NZa3YQOltr4FyCinzjA0dTkeU6ROR44GbewRJrFEzKYIQFJw8ZOESA==
7815
7815
  dependencies:
7816
7816
  tslib "^2.6.2"
7817
- xml-disassembler "^1.3.7"
7817
+ xml-disassembler "^1.3.10"
7818
7818
 
7819
- xml2yaml-disassembler@^1.1.7:
7820
- version "1.1.7"
7821
- resolved "https://registry.yarnpkg.com/xml2yaml-disassembler/-/xml2yaml-disassembler-1.1.7.tgz#4dad64ce93d8f20661a578c913c4710b97385ea4"
7822
- integrity sha512-ndDGA3eBGQ6pJjvc+dE2XSBJUxnfXBpijKbms4uVsy9HxMtsLmnPucfv4iHZPSjpBuYar+iKQD1Q4A0NaaIJuw==
7819
+ xml2yaml-disassembler@^1.1.10:
7820
+ version "1.1.10"
7821
+ resolved "https://registry.yarnpkg.com/xml2yaml-disassembler/-/xml2yaml-disassembler-1.1.10.tgz#b6b547a25d5bd9ff69b720c9abac2723612d8bc0"
7822
+ integrity sha512-m3FU9pJvvUjzZjtlKGCyp/m2EsWVLEI6KhoMMCEL3X31w5GEidyQfcDDFvVAPczuNlVV66rEccMXQdBS71+iPw==
7823
7823
  dependencies:
7824
7824
  tslib "^2.6.2"
7825
- xml-disassembler "^1.3.7"
7826
- yaml "^2.4.1"
7825
+ xml-disassembler "^1.3.10"
7826
+ yaml "^2.7.0"
7827
7827
 
7828
7828
  xmlbuilder@~11.0.0:
7829
7829
  version "11.0.1"
@@ -7850,10 +7850,10 @@ yallist@^4.0.0:
7850
7850
  resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"
7851
7851
  integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
7852
7852
 
7853
- yaml@^2.4.1, yaml@^2.4.5:
7854
- version "2.5.0"
7855
- resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.5.0.tgz#c6165a721cf8000e91c36490a41d7be25176cf5d"
7856
- integrity sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==
7853
+ yaml@^2.4.5, yaml@^2.7.0:
7854
+ version "2.7.0"
7855
+ resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
7856
+ integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==
7857
7857
 
7858
7858
  yargs-parser@^18.1.2:
7859
7859
  version "18.1.3"
@@ -198,5 +198,5 @@
198
198
  ]
199
199
  }
200
200
  },
201
- "version": "5.3.2"
201
+ "version": "5.3.3"
202
202
  }
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "sf-decomposer",
3
3
  "description": "Decomposes Salesforce metadata into more manageable files.",
4
- "version": "5.3.2",
4
+ "version": "5.3.3",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4",
7
7
  "@salesforce/core": "^8.2.1",
8
8
  "@salesforce/sf-plugins-core": "^11.2.1",
9
9
  "@salesforce/source-deploy-retrieve": "^12.12.3",
10
10
  "fs-extra": "^11.2.0",
11
- "xml-disassembler": "^1.3.8",
12
- "xml2json-disassembler": "^1.1.7",
13
- "xml2yaml-disassembler": "^1.1.7"
11
+ "xml-disassembler": "^1.3.10",
12
+ "xml2json-disassembler": "^1.1.10",
13
+ "xml2yaml-disassembler": "^1.1.10"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@commitlint/cli": "^18.6.1",