sf-decomposer 6.7.0 → 6.8.0
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 +7 -0
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@
|
|
|
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
|
+
## [6.8.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.7.0...v6.8.0) (2026-04-09)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **metadata:** bump xml-disassembler from 2.3.0 to 2.4.0 ([#396](https://github.com/mcarvin8/sf-decomposer/issues/396)) ([fd31a67](https://github.com/mcarvin8/sf-decomposer/commit/fd31a67b4466e26bb5317f3e88fa1c8f70e602cc))
|
|
14
|
+
|
|
8
15
|
## [6.7.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.6.0...v6.7.0) (2026-04-04)
|
|
9
16
|
|
|
10
17
|
|
package/oclif.lock
CHANGED
|
@@ -10237,10 +10237,10 @@ ws@^8.15.0:
|
|
|
10237
10237
|
resolved "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz"
|
|
10238
10238
|
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==
|
|
10239
10239
|
|
|
10240
|
-
xml-disassembler@^2.
|
|
10241
|
-
version "2.
|
|
10242
|
-
resolved "https://registry.yarnpkg.com/xml-disassembler/-/xml-disassembler-2.
|
|
10243
|
-
integrity sha512-
|
|
10240
|
+
xml-disassembler@^2.4.0:
|
|
10241
|
+
version "2.4.0"
|
|
10242
|
+
resolved "https://registry.yarnpkg.com/xml-disassembler/-/xml-disassembler-2.4.0.tgz#6490b758c09b0bf17081cf7121d13f8461e3092c"
|
|
10243
|
+
integrity sha512-uYhmw1MTMCKTpO+HM8tN0fR816JLo2AebS0wf4/UEJ44Lot/O4/WiDbyldjr09eO2pf8OvAxAx7vVRCgIb44EA==
|
|
10244
10244
|
dependencies:
|
|
10245
10245
|
fs-extra "^11.3.4"
|
|
10246
10246
|
tslib "^2.6.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sf-decomposer",
|
|
3
3
|
"description": "Split large Salesforce metadata files into version-control-friendly pieces and rebuild deployment-ready files.",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.8.0",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@oclif/core": "^4",
|
|
7
7
|
"@salesforce/core": "^8.26.3",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@salesforce/source-deploy-retrieve": "^12.32.1",
|
|
10
10
|
"fs-extra": "^11.3.3",
|
|
11
11
|
"p-limit": "^7.3.0",
|
|
12
|
-
"xml-disassembler": "^2.
|
|
12
|
+
"xml-disassembler": "^2.4.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@commitlint/cli": "^20.4.2",
|