sf-decomposer 6.1.1 → 6.2.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 +14 -14
- 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.2.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.1.1...v6.2.0) (2026-03-12)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **metadata:** bump @salesforce/source-deploy-retrieve ([#383](https://github.com/mcarvin8/sf-decomposer/issues/383)) ([574443b](https://github.com/mcarvin8/sf-decomposer/commit/574443b37e353a212b698b960ff78e1ab7f9a242))
|
|
14
|
+
|
|
8
15
|
## [6.1.1](https://github.com/mcarvin8/sf-decomposer/compare/v6.1.0...v6.1.1) (2026-03-03)
|
|
9
16
|
|
|
10
17
|
|
package/oclif.lock
CHANGED
|
@@ -2066,10 +2066,10 @@
|
|
|
2066
2066
|
strip-ansi "6.0.1"
|
|
2067
2067
|
ts-retry-promise "^0.8.1"
|
|
2068
2068
|
|
|
2069
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.26.
|
|
2070
|
-
version "8.
|
|
2071
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
2072
|
-
integrity sha512-
|
|
2069
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.26.3", "@salesforce/core@^8.27.0", "@salesforce/core@^8.8.0":
|
|
2070
|
+
version "8.27.0"
|
|
2071
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.0.tgz#171660a3d98770d3dd09b2ac16e49d139dff7578"
|
|
2072
|
+
integrity sha512-Je//0ySHRJRTD16dFxdm6J624i+oufKNq+o8O1AoUNYlT/k4SJi/YGt+iGlKesZGxPf7X1zzUPY1S6C99c/UBA==
|
|
2073
2073
|
dependencies:
|
|
2074
2074
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
2075
2075
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2082,7 +2082,7 @@
|
|
|
2082
2082
|
js2xmlparser "^4.0.1"
|
|
2083
2083
|
jsonwebtoken "9.0.3"
|
|
2084
2084
|
jszip "3.10.1"
|
|
2085
|
-
memfs "
|
|
2085
|
+
memfs "4.38.1"
|
|
2086
2086
|
pino "^9.7.0"
|
|
2087
2087
|
pino-abstract-transport "^1.2.0"
|
|
2088
2088
|
pino-pretty "^11.3.0"
|
|
@@ -2156,12 +2156,12 @@
|
|
|
2156
2156
|
cli-progress "^3.12.0"
|
|
2157
2157
|
terminal-link "^3.0.0"
|
|
2158
2158
|
|
|
2159
|
-
"@salesforce/source-deploy-retrieve@^12.31.
|
|
2160
|
-
version "12.31.
|
|
2161
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.
|
|
2162
|
-
integrity sha512-
|
|
2159
|
+
"@salesforce/source-deploy-retrieve@^12.31.21":
|
|
2160
|
+
version "12.31.21"
|
|
2161
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.21.tgz#63432190be223192cdbf4310e5f51ac5c8a74f82"
|
|
2162
|
+
integrity sha512-NZsJlvIrfIIZF03P7iLLmewjYkMsGSIV83+O5k+HGBvDDU8c2IJge3MIV/N78GSAGYahtSE+yR4x75UY0Of7qw==
|
|
2163
2163
|
dependencies:
|
|
2164
|
-
"@salesforce/core" "^8.
|
|
2164
|
+
"@salesforce/core" "^8.27.0"
|
|
2165
2165
|
"@salesforce/kit" "^3.2.4"
|
|
2166
2166
|
"@salesforce/ts-types" "^2.0.12"
|
|
2167
2167
|
"@salesforce/types" "^1.6.0"
|
|
@@ -7456,10 +7456,10 @@ mdurl@^2.0.0:
|
|
|
7456
7456
|
resolved "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz"
|
|
7457
7457
|
integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==
|
|
7458
7458
|
|
|
7459
|
-
memfs
|
|
7460
|
-
version "4.
|
|
7461
|
-
resolved "https://registry.
|
|
7462
|
-
integrity sha512-
|
|
7459
|
+
memfs@4.38.1:
|
|
7460
|
+
version "4.38.1"
|
|
7461
|
+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.38.1.tgz#43cc07ee74dc321dbd0cba778db6cd94a4648895"
|
|
7462
|
+
integrity sha512-exfrOkkU3m0EpbQ0iQJP93HUbkprnIBU7IUnobSNAzHkBUzsklLwENGLEm8ZwJmMuLoFEfv1pYQ54wSpkay4kQ==
|
|
7463
7463
|
dependencies:
|
|
7464
7464
|
"@jsonjoy.com/json-pack" "^1.11.0"
|
|
7465
7465
|
"@jsonjoy.com/util" "^1.9.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.2.0",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@oclif/core": "^4",
|
|
7
7
|
"@salesforce/core": "^8.26.3",
|
|
8
8
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
9
|
-
"@salesforce/source-deploy-retrieve": "^12.31.
|
|
9
|
+
"@salesforce/source-deploy-retrieve": "^12.31.21",
|
|
10
10
|
"fs-extra": "^11.3.3",
|
|
11
11
|
"p-limit": "^7.3.0",
|
|
12
12
|
"xml-disassembler": "^2.2.2"
|