sf-decomposer 6.0.3 → 6.1.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 +27 -1
- package/README.md +16 -14
- package/lib/commands/decomposer/decompose.js +0 -1
- package/lib/commands/decomposer/decompose.js.map +1 -1
- package/lib/commands/decomposer/recompose.js +0 -1
- package/lib/commands/decomposer/recompose.js.map +1 -1
- package/lib/core/decomposeMetadataTypes.js +1 -1
- package/lib/core/decomposeMetadataTypes.js.map +1 -1
- package/lib/core/recomposeMetadataTypes.js +1 -1
- package/lib/core/recomposeMetadataTypes.js.map +1 -1
- package/lib/metadata/uniqueIdElements.d.ts +3 -0
- package/lib/metadata/uniqueIdElements.js +13 -0
- package/lib/metadata/uniqueIdElements.js.map +1 -1
- package/lib/service/decompose/customLabels.d.ts +2 -0
- package/lib/service/decompose/customLabels.js +36 -0
- package/lib/service/decompose/customLabels.js.map +1 -0
- package/lib/service/decompose/decomposeFileHandler.js +7 -49
- package/lib/service/decompose/decomposeFileHandler.js.map +1 -1
- package/lib/service/decompose/renameWorkflows.d.ts +1 -0
- package/lib/service/decompose/renameWorkflows.js +23 -0
- package/lib/service/decompose/renameWorkflows.js.map +1 -0
- package/lib/service/recompose/deleteFilesinDirectory.js +1 -1
- package/lib/service/recompose/deleteFilesinDirectory.js.map +1 -1
- package/lib/service/recompose/reassembleLabels.js +0 -1
- package/lib/service/recompose/reassembleLabels.js.map +1 -1
- package/lib/service/recompose/recomposeFileHandler.js +0 -1
- package/lib/service/recompose/recomposeFileHandler.js.map +1 -1
- package/lib/service/recompose/renameBotVersionFiles.js +1 -1
- package/lib/service/recompose/renameBotVersionFiles.js.map +1 -1
- package/oclif.lock +128 -92
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,30 @@
|
|
|
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.1.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.0.4...v6.1.0) (2026-03-03)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* support decompose-nested-permissions for muting permission sets ([bec79b0](https://github.com/mcarvin8/sf-decomposer/commit/bec79b062ef65b82400c83cff392616f22cd6f65))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **deps:** bump @oclif/core from 4.8.1 to 4.8.2 ([#379](https://github.com/mcarvin8/sf-decomposer/issues/379)) ([582b2c6](https://github.com/mcarvin8/sf-decomposer/commit/582b2c6e4934aebf92c67e8bb1efd244796cdba0))
|
|
19
|
+
* **deps:** bump @salesforce/core from 8.26.2 to 8.26.3 ([#375](https://github.com/mcarvin8/sf-decomposer/issues/375)) ([843c0a2](https://github.com/mcarvin8/sf-decomposer/commit/843c0a21d0729583d06c67a5e9f0c4319a9634dd))
|
|
20
|
+
* **deps:** bump p-limit from 7.2.0 to 7.3.0 ([#377](https://github.com/mcarvin8/sf-decomposer/issues/377)) ([3913958](https://github.com/mcarvin8/sf-decomposer/commit/39139582b5f489748230bd922928016e585636db))
|
|
21
|
+
* **metadata:** add unique id elements for muting permission sets ([54dbd7d](https://github.com/mcarvin8/sf-decomposer/commit/54dbd7d45706365d353a3b0a9dd04fe903ac6292))
|
|
22
|
+
|
|
23
|
+
## [6.0.4](https://github.com/mcarvin8/sf-decomposer/compare/v6.0.3...v6.0.4) (2026-02-24)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* **deps:** bump @oclif/core from 4.8.0 to 4.8.1 ([382409b](https://github.com/mcarvin8/sf-decomposer/commit/382409bb7c9dd6f9bae46cc374436a6fbb7c7bc6))
|
|
29
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([7561209](https://github.com/mcarvin8/sf-decomposer/commit/756120938fc10063152e95ac311f42048e27d0cb))
|
|
30
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 12.31.10 to 12.31.14 ([54928a8](https://github.com/mcarvin8/sf-decomposer/commit/54928a80c67c203f0a60561b8574d59fec05d0d4))
|
|
31
|
+
|
|
8
32
|
## [6.0.3](https://github.com/mcarvin8/sf-decomposer/compare/v6.0.2...v6.0.3) (2026-02-12)
|
|
9
33
|
|
|
10
34
|
|
|
@@ -31,7 +55,9 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
31
55
|
|
|
32
56
|
### ⚠ BREAKING CHANGES
|
|
33
57
|
|
|
34
|
-
* Remove --debug flag and disassemble.log file
|
|
58
|
+
* Remove --debug flag and disassemble.log file
|
|
59
|
+
* Remove INI and TOML formats from decompose
|
|
60
|
+
* Re-decompose files to include updated key config JSONs from rust crate
|
|
35
61
|
|
|
36
62
|
### Features
|
|
37
63
|
|
package/README.md
CHANGED
|
@@ -93,7 +93,7 @@ Salesforce’s built-in decomposition is limited. sf-decomposer gives admins and
|
|
|
93
93
|
- **Selective decomposition** – Decompose only what you need; use [.sfdecomposerignore](#sfdecomposerignore) to skip specific files.
|
|
94
94
|
- **Two [strategies](#decompose-strategies)**:
|
|
95
95
|
- **unique-id** (default): one file per nested element, named by content or hash.
|
|
96
|
-
- **grouped-by-tag**: one file per tag (e.g. all `fieldPermissions` in a permission set in `fieldPermissions.xml`). Use `--decompose-nested-permissions` for deeper permission
|
|
96
|
+
- **grouped-by-tag**: one file per tag (e.g. all `fieldPermissions` in a permission set in `fieldPermissions.xml`). Use `--decompose-nested-permissions` for deeper permission set and muting permission set decomposition.
|
|
97
97
|
- **Full decomposition** – Fully decompose types that Salesforce only partially supports (e.g. permission sets).
|
|
98
98
|
- **Stable ordering** – Elements are sorted consistently to reduce noisy diffs.
|
|
99
99
|
- **Multiple formats** – Output as XML, JSON, JSON5, or YAML.
|
|
@@ -124,7 +124,7 @@ FLAGS
|
|
|
124
124
|
-s, --strategy=<value> unique-id | grouped-by-tag [default: unique-id]
|
|
125
125
|
--prepurge Remove existing decomposed files before decomposing [default: false]
|
|
126
126
|
--postpurge Remove original metadata files after decomposing [default: false]
|
|
127
|
-
-p, --decompose-nested-permissions With grouped-by-tag, further decompose permission set object/field permissions
|
|
127
|
+
-p, --decompose-nested-permissions With grouped-by-tag, further decompose permission set and muting permission set object/field permissions
|
|
128
128
|
|
|
129
129
|
GLOBAL FLAGS
|
|
130
130
|
--json Output as JSON.
|
|
@@ -202,15 +202,16 @@ Custom labels use only the **unique-id** strategy. If you pass `grouped-by-tag`,
|
|
|
202
202
|
|
|
203
203
|
### Additional Permission Set Decomposition
|
|
204
204
|
|
|
205
|
-
With **grouped-by-tag**, use `--decompose-nested-permissions` (`-p`) to:
|
|
205
|
+
With **grouped-by-tag**, use `--decompose-nested-permissions` (`-p`) to further decompose permission sets and muting permission sets:
|
|
206
206
|
|
|
207
207
|
- Write each `<objectPermissions>` to its own file under `objectPermissions/`.
|
|
208
208
|
- Group `<fieldPermissions>` by object under `fieldPermissions/`.
|
|
209
209
|
|
|
210
|
-
Similar to Salesforce’s `decomposePermissionSetBeta2`, with more control and format options.
|
|
210
|
+
Similar to Salesforce’s `decomposePermissionSetBeta2`, with more control and format options. Muting permission sets extend the permission set metadata type and support the same decomposition.
|
|
211
211
|
|
|
212
212
|
```bash
|
|
213
213
|
sf decomposer decompose -m "permissionset" -s "grouped-by-tag" -p
|
|
214
|
+
sf decomposer decompose -m "mutingpermissionset" -s "grouped-by-tag" -p
|
|
214
215
|
```
|
|
215
216
|
|
|
216
217
|

|
|
@@ -239,7 +240,8 @@ Use the metadata **suffix** for `-m` / `--metadata-type`, as in [SDR’s metadat
|
|
|
239
240
|
| Custom Labels | `labels` | Strategy overridden to `unique-id` if `grouped-by-tag` is provided (grouping labels by tag would be no different from the original file). |
|
|
240
241
|
| Workflows | `workflow` | |
|
|
241
242
|
| Profiles | `profile` | |
|
|
242
|
-
| Permission Sets | `permissionset` |
|
|
243
|
+
| Permission Sets | `permissionset` | Supports `--decompose-nested-permissions` with grouped-by-tag. |
|
|
244
|
+
| Muting Permission Sets | `mutingpermissionset` | Extends permission set metadata type. Supports `--decompose-nested-permissions` with grouped-by-tag. |
|
|
243
245
|
| AI Scoring Model Definition | `aiScoringModelDefinition` | |
|
|
244
246
|
| Decision Matrix Definition | `decisionMatrixDefinition` | |
|
|
245
247
|
| Bot | `bot` | |
|
|
@@ -296,15 +298,15 @@ Put **.sfdecomposer.config.json** in the project root to run:
|
|
|
296
298
|
|
|
297
299
|
Copy and customize the [sample config](https://raw.githubusercontent.com/mcarvin8/sf-decomposer/main/examples/.sfdecomposer.config.json).
|
|
298
300
|
|
|
299
|
-
| Option | Required | Description
|
|
300
|
-
| ---------------------------- | -------- |
|
|
301
|
-
| `metadataSuffixes` | Yes | Comma-separated metadata suffixes to decompose/recompose.
|
|
302
|
-
| `ignorePackageDirectories` | No | Comma-separated package directories to skip.
|
|
303
|
-
| `prePurge` | No | Remove existing decomposed files before decomposing (default: false).
|
|
304
|
-
| `postPurge` | No | After decompose: remove originals; after recompose: remove decomposed files (default: false).
|
|
305
|
-
| `decomposedFormat` | No | xml, json, json5, or yaml (default: xml).
|
|
306
|
-
| `strategy` | No | `unique-id` \| `grouped-by-tag` (default: unique-id).
|
|
307
|
-
| `decomposeNestedPermissions` | No | With grouped-by-tag, set true to further decompose permission set object/field permissions.
|
|
301
|
+
| Option | Required | Description |
|
|
302
|
+
| ---------------------------- | -------- | --------------------------------------------------------------------------------------------------------------------- |
|
|
303
|
+
| `metadataSuffixes` | Yes | Comma-separated metadata suffixes to decompose/recompose. |
|
|
304
|
+
| `ignorePackageDirectories` | No | Comma-separated package directories to skip. |
|
|
305
|
+
| `prePurge` | No | Remove existing decomposed files before decomposing (default: false). |
|
|
306
|
+
| `postPurge` | No | After decompose: remove originals; after recompose: remove decomposed files (default: false). |
|
|
307
|
+
| `decomposedFormat` | No | xml, json, json5, or yaml (default: xml). |
|
|
308
|
+
| `strategy` | No | `unique-id` \| `grouped-by-tag` (default: unique-id). |
|
|
309
|
+
| `decomposeNestedPermissions` | No | With grouped-by-tag, set true to further decompose permission set and muting permission set object/field permissions. |
|
|
308
310
|
|
|
309
311
|
---
|
|
310
312
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decompose.js","sourceRoot":"","sources":["../../../src/commands/decomposer/decompose.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"decompose.js","sourceRoot":"","sources":["../../../src/commands/decomposer/decompose.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAC1F,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAG9E,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,eAAe,EAAE,sBAAsB,CAAC,CAAC;AAEhF,MAAM,CAAC,OAAO,OAAO,mBAAoB,SAAQ,SAA2B;IACnE,MAAM,CAAmB,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IAClE,MAAM,CAAmB,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IAC1E,MAAM,CAAmB,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAErE,MAAM,CAAmB,KAAK,GAAG;QACtC,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC;YAC5B,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,6BAA6B,CAAC;YAC3D,IAAI,EAAE,GAAG;YACT,QAAQ,EAAE,IAAI;YACd,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC;YACtB,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;YACtD,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,KAAK;SACf,CAAC;QACF,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC;YACvB,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,yBAAyB,CAAC;YACvD,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,KAAK;SACf,CAAC;QACF,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;YACnB,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,sBAAsB,CAAC;YACpD,IAAI,EAAE,GAAG;YACT,QAAQ,EAAE,IAAI;YACd,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,KAAK;YACd,OAAO,EAAE,qBAAqB;SAC/B,CAAC;QACF,0BAA0B,EAAE,KAAK,CAAC,SAAS,CAAC;YAC1C,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,wCAAwC,CAAC;YACtE,IAAI,EAAE,GAAG;YACT,QAAQ,EAAE,KAAK;YACf,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC;YACrB,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;YACtD,IAAI,EAAE,GAAG;YACT,QAAQ,EAAE,IAAI;YACd,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,WAAW;YACpB,OAAO,EAAE,qBAAqB;SAC/B,CAAC;QACF,8BAA8B,EAAE,KAAK,CAAC,OAAO,CAAC;YAC5C,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,4CAA4C,CAAC;YAC1E,IAAI,EAAE,GAAG;YACT,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,KAAK;SACf,CAAC;KACH,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAExD,OAAO,sBAAsB,CAAC;YAC5B,aAAa,EAAE,KAAK,CAAC,eAAe,CAAC;YACrC,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC;YAC3B,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC;YAC7B,MAAM,EAAE,KAAK,CAAC,QAAQ,CAAC;YACvB,UAAU,EAAE,KAAK,CAAC,0BAA0B,CAAC;YAC7C,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC;YAC3B,oBAAoB,EAAE,KAAK,CAAC,8BAA8B,CAAC;YAC3D,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;SACzB,CAAC,CAAC;IACL,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recompose.js","sourceRoot":"","sources":["../../../src/commands/decomposer/recompose.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"recompose.js","sourceRoot":"","sources":["../../../src/commands/decomposer/recompose.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAG9E,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,eAAe,EAAE,sBAAsB,CAAC,CAAC;AAEhF,MAAM,CAAC,OAAO,OAAO,mBAAoB,SAAQ,SAA2B;IACnE,MAAM,CAAmB,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IAClE,MAAM,CAAmB,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IAC1E,MAAM,CAAmB,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAErE,MAAM,CAAmB,KAAK,GAAG;QACtC,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC;YAC5B,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,6BAA6B,CAAC;YAC3D,IAAI,EAAE,GAAG;YACT,QAAQ,EAAE,IAAI;YACd,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC;YACvB,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,yBAAyB,CAAC;YACvD,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,KAAK;SACf,CAAC;QACF,0BAA0B,EAAE,KAAK,CAAC,SAAS,CAAC;YAC1C,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,wCAAwC,CAAC;YACtE,IAAI,EAAE,GAAG;YACT,QAAQ,EAAE,KAAK;YACf,QAAQ,EAAE,IAAI;SACf,CAAC;KACH,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAExD,OAAO,sBAAsB,CAAC;YAC5B,aAAa,EAAE,KAAK,CAAC,eAAe,CAAC;YACrC,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC;YAC7B,UAAU,EAAE,KAAK,CAAC,0BAA0B,CAAC;YAC7C,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;SACzB,CAAC,CAAC;IACL,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decomposeMetadataTypes.js","sourceRoot":"","sources":["../../src/core/decomposeMetadataTypes.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"decomposeMetadataTypes.js","sourceRoot":"","sources":["../../src/core/decomposeMetadataTypes.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,MAAM,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AACrF,OAAO,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAG7D,MAAM,CAAC,KAAK,UAAU,sBAAsB,CAAC,OAAyB;IACpE,MAAM,EAAE,aAAa,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,oBAAoB,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC;IAEhH,4EAA4E;IAC5E,MAAM,KAAK,GAAG,MAAM,CAAC,kBAAkB,CAAC,cAAc,CAAC,CAAC;IAExD,MAAM,KAAK,GAAG,aAAa,CAAC,GAAG,CAAC,CAAC,YAAY,EAAE,EAAE,CAC/C,KAAK,CAAC,KAAK,IAAI,EAAE;QACf,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,GAAG,MAAM,yBAAyB,CAAC,YAAY,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;QAC9G,IAAI,iBAAiB,GAAG,QAAQ,CAAC;QAEjC,IAAI,YAAY,KAAK,QAAQ,IAAI,QAAQ,KAAK,gBAAgB,EAAE,CAAC;YAC/D,iBAAiB,GAAG,WAAW,CAAC;QAClC,CAAC;QAED,IAAI,YAAY,KAAK,qBAAqB,IAAI,QAAQ,KAAK,gBAAgB,EAAE,CAAC;YAC5E,iBAAiB,GAAG,WAAW,CAAC;QAClC,CAAC;QAED,MAAM,oBAAoB,CACxB,cAAc,EACd,QAAQ,EACR,SAAS,EACT,MAAM,EACN,UAAU,EACV,iBAAiB,EACjB,oBAAoB,CACrB,CAAC;QAEF,GAAG,CAAC,kEAAkE,YAAY,EAAE,CAAC,CAAC;IACxF,CAAC,CAAC,CACH,CAAC;IAEF,MAAM,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAEzB,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,CAAC;AACrC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recomposeMetadataTypes.js","sourceRoot":"","sources":["../../src/core/recomposeMetadataTypes.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"recomposeMetadataTypes.js","sourceRoot":"","sources":["../../src/core/recomposeMetadataTypes.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,MAAM,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AACrF,OAAO,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAG7D,MAAM,CAAC,KAAK,UAAU,sBAAsB,CAAC,OAAyB;IACpE,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,UAAU,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC;IAE9D,4EAA4E;IAC5E,MAAM,KAAK,GAAG,MAAM,CAAC,kBAAkB,CAAC,cAAc,CAAC,CAAC;IAExD,MAAM,KAAK,GAAG,aAAa,CAAC,GAAG,CAAC,CAAC,YAAY,EAAE,EAAE,CAC/C,KAAK,CAAC,KAAK,IAAI,EAAE;QACf,MAAM,EAAE,cAAc,EAAE,GAAG,MAAM,yBAAyB,CAAC,YAAY,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;QAClG,MAAM,oBAAoB,CAAC,cAAc,EAAE,SAAS,CAAC,CAAC;QACtD,GAAG,CAAC,kEAAkE,YAAY,EAAE,CAAC,CAAC;IACxF,CAAC,CAAC,CACH,CAAC;IAEF,MAAM,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAEzB,OAAO;QACL,QAAQ,EAAE,aAAa;KACxB,CAAC;AACJ,CAAC"}
|
|
@@ -67,6 +67,19 @@ export default [
|
|
|
67
67
|
loyaltyProgramSetup: {
|
|
68
68
|
uniqueIdElements: ['processName'],
|
|
69
69
|
},
|
|
70
|
+
mutingpermissionset: {
|
|
71
|
+
uniqueIdElements: [
|
|
72
|
+
'application',
|
|
73
|
+
'apexClass',
|
|
74
|
+
'externalDataSource',
|
|
75
|
+
'flow',
|
|
76
|
+
'object',
|
|
77
|
+
'apexPage',
|
|
78
|
+
'recordType',
|
|
79
|
+
'tab',
|
|
80
|
+
'field',
|
|
81
|
+
],
|
|
82
|
+
},
|
|
70
83
|
},
|
|
71
84
|
];
|
|
72
85
|
//# sourceMappingURL=uniqueIdElements.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uniqueIdElements.js","sourceRoot":"","sources":["../../src/metadata/uniqueIdElements.ts"],"names":[],"mappings":"AAAA,eAAe;IACb;QACE,OAAO,EAAE;YACP,gBAAgB,EAAE;gBAChB,aAAa;gBACb,WAAW;gBACX,oBAAoB;gBACpB,MAAM;gBACN,QAAQ;gBACR,UAAU;gBACV,YAAY;gBACZ,KAAK;gBACL,OAAO;gBACP,cAAc;gBACd,mBAAmB;gBACnB,QAAQ;gBACR,cAAc;gBACd,cAAc;aACf;SACF;QACD,aAAa,EAAE;YACb,gBAAgB,EAAE;gBAChB,aAAa;gBACb,WAAW;gBACX,oBAAoB;gBACpB,MAAM;gBACN,QAAQ;gBACR,UAAU;gBACV,YAAY;gBACZ,KAAK;gBACL,OAAO;aACR;SACF;QACD,IAAI,EAAE;YACJ,gBAAgB,EAAE;gBAChB,WAAW;gBACX,QAAQ;gBACR,OAAO;gBACP,QAAQ;gBACR,YAAY;gBACZ,iBAAiB;gBACjB,mBAAmB;gBACnB,YAAY;gBACZ,YAAY;aACb;SACF;QACD,yBAAyB,EAAE;YACzB,gBAAgB,EAAE,CAAC,aAAa,CAAC;SAClC;QACD,2BAA2B,EAAE;YAC3B,gBAAgB,EAAE,CAAC,aAAa,CAAC;SAClC;QACD,GAAG,EAAE;YACH,gBAAgB,EAAE;gBAChB,eAAe;gBACf,gBAAgB;gBAChB,sBAAsB;gBACtB,eAAe;gBACf,iBAAiB;gBACjB,QAAQ;gBACR,gBAAgB;aACjB;SACF;QACD,qBAAqB,EAAE;YACrB,gBAAgB,EAAE,CAAC,SAAS,CAAC;SAC9B;QACD,mBAAmB,EAAE;YACnB,gBAAgB,EAAE,CAAC,aAAa,CAAC;SAClC;KACF;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"uniqueIdElements.js","sourceRoot":"","sources":["../../src/metadata/uniqueIdElements.ts"],"names":[],"mappings":"AAAA,eAAe;IACb;QACE,OAAO,EAAE;YACP,gBAAgB,EAAE;gBAChB,aAAa;gBACb,WAAW;gBACX,oBAAoB;gBACpB,MAAM;gBACN,QAAQ;gBACR,UAAU;gBACV,YAAY;gBACZ,KAAK;gBACL,OAAO;gBACP,cAAc;gBACd,mBAAmB;gBACnB,QAAQ;gBACR,cAAc;gBACd,cAAc;aACf;SACF;QACD,aAAa,EAAE;YACb,gBAAgB,EAAE;gBAChB,aAAa;gBACb,WAAW;gBACX,oBAAoB;gBACpB,MAAM;gBACN,QAAQ;gBACR,UAAU;gBACV,YAAY;gBACZ,KAAK;gBACL,OAAO;aACR;SACF;QACD,IAAI,EAAE;YACJ,gBAAgB,EAAE;gBAChB,WAAW;gBACX,QAAQ;gBACR,OAAO;gBACP,QAAQ;gBACR,YAAY;gBACZ,iBAAiB;gBACjB,mBAAmB;gBACnB,YAAY;gBACZ,YAAY;aACb;SACF;QACD,yBAAyB,EAAE;YACzB,gBAAgB,EAAE,CAAC,aAAa,CAAC;SAClC;QACD,2BAA2B,EAAE;YAC3B,gBAAgB,EAAE,CAAC,aAAa,CAAC;SAClC;QACD,GAAG,EAAE;YACH,gBAAgB,EAAE;gBAChB,eAAe;gBACf,gBAAgB;gBAChB,sBAAsB;gBACtB,eAAe;gBACf,iBAAiB;gBACjB,QAAQ;gBACR,gBAAgB;aACjB;SACF;QACD,qBAAqB,EAAE;YACrB,gBAAgB,EAAE,CAAC,SAAS,CAAC;SAC9B;QACD,mBAAmB,EAAE;YACnB,gBAAgB,EAAE,CAAC,aAAa,CAAC;SAClC;QACD,mBAAmB,EAAE;YACnB,gBAAgB,EAAE;gBAChB,aAAa;gBACb,WAAW;gBACX,oBAAoB;gBACpB,MAAM;gBACN,QAAQ;gBACR,UAAU;gBACV,YAAY;gBACZ,KAAK;gBACL,OAAO;aACR;SACF;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* eslint-disable no-await-in-loop */
|
|
2
|
+
'use strict';
|
|
3
|
+
import { join } from 'node:path';
|
|
4
|
+
import { readdir, stat, rm, rename } from 'node:fs/promises';
|
|
5
|
+
import pLimit from 'p-limit';
|
|
6
|
+
import { CUSTOM_LABELS_FILE, CONCURRENCY_LIMITS } from '../../helpers/constants.js';
|
|
7
|
+
import { moveFiles } from '../core/moveFiles.js';
|
|
8
|
+
export async function prePurgeLabels(metadataPath) {
|
|
9
|
+
const subFiles = await readdir(metadataPath);
|
|
10
|
+
for (const subFile of subFiles) {
|
|
11
|
+
const subfilePath = join(metadataPath, subFile);
|
|
12
|
+
if ((await stat(subfilePath)).isFile() && subFile !== CUSTOM_LABELS_FILE) {
|
|
13
|
+
await rm(subfilePath, { recursive: true });
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
export async function moveAndRenameLabels(metadataPath) {
|
|
18
|
+
const sourceDirectory = join(metadataPath, 'CustomLabels', 'labels');
|
|
19
|
+
const destinationDirectory = metadataPath;
|
|
20
|
+
const labelFiles = await readdir(sourceDirectory);
|
|
21
|
+
// Limit concurrent file operations to prevent file system overload
|
|
22
|
+
const limit = pLimit(CONCURRENCY_LIMITS.FILE_OPERATIONS);
|
|
23
|
+
const tasks = labelFiles
|
|
24
|
+
.filter((file) => file.includes('.labels-meta'))
|
|
25
|
+
.map((file) => limit(async () => {
|
|
26
|
+
const oldFilePath = join(sourceDirectory, file);
|
|
27
|
+
const newFileName = file.replace('.labels-meta', '.label-meta');
|
|
28
|
+
const newFilePath = join(destinationDirectory, newFileName);
|
|
29
|
+
await rename(oldFilePath, newFilePath);
|
|
30
|
+
}));
|
|
31
|
+
await Promise.all(tasks);
|
|
32
|
+
// istanbul ignore next -- callback only invoked if non-label files exist after rename
|
|
33
|
+
await moveFiles(sourceDirectory, destinationDirectory, () => true);
|
|
34
|
+
await rm(join(metadataPath, 'CustomLabels'), { recursive: true });
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=customLabels.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customLabels.js","sourceRoot":"","sources":["../../../src/service/decompose/customLabels.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,YAAY,CAAC;AAEb,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,MAAM,MAAM,SAAS,CAAC;AAE7B,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AACpF,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,MAAM,CAAC,KAAK,UAAU,cAAc,CAAC,YAAoB;IACvD,MAAM,QAAQ,GAAG,MAAM,OAAO,CAAC,YAAY,CAAC,CAAC;IAC7C,KAAK,MAAM,OAAO,IAAI,QAAQ,EAAE,CAAC;QAC/B,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;QAChD,IAAI,CAAC,MAAM,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,EAAE,IAAI,OAAO,KAAK,kBAAkB,EAAE,CAAC;YACzE,MAAM,EAAE,CAAC,WAAW,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;QAC7C,CAAC;IACH,CAAC;AACH,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,mBAAmB,CAAC,YAAoB;IAC5D,MAAM,eAAe,GAAG,IAAI,CAAC,YAAY,EAAE,cAAc,EAAE,QAAQ,CAAC,CAAC;IACrE,MAAM,oBAAoB,GAAG,YAAY,CAAC;IAC1C,MAAM,UAAU,GAAG,MAAM,OAAO,CAAC,eAAe,CAAC,CAAC;IAElD,mEAAmE;IACnE,MAAM,KAAK,GAAG,MAAM,CAAC,kBAAkB,CAAC,eAAe,CAAC,CAAC;IAEzD,MAAM,KAAK,GAAG,UAAU;SACrB,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC;SAC/C,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CACZ,KAAK,CAAC,KAAK,IAAI,EAAE;QACf,MAAM,WAAW,GAAG,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;QAChD,MAAM,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE,aAAa,CAAC,CAAC;QAChE,MAAM,WAAW,GAAG,IAAI,CAAC,oBAAoB,EAAE,WAAW,CAAC,CAAC;QAC5D,MAAM,MAAM,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;IACzC,CAAC,CAAC,CACH,CAAC;IAEJ,MAAM,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAEzB,sFAAsF;IACtF,MAAM,SAAS,CAAC,eAAe,EAAE,oBAAoB,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC;IACnE,MAAM,EAAE,CAAC,IAAI,CAAC,YAAY,EAAE,cAAc,CAAC,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;AACpE,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
|
-
/* eslint-disable no-await-in-loop */
|
|
3
2
|
import { resolve, relative, join } from 'node:path';
|
|
4
|
-
import { readdir, stat
|
|
3
|
+
import { readdir, stat } from 'node:fs/promises';
|
|
5
4
|
import { DisassembleXMLFileHandler } from 'xml-disassembler';
|
|
6
5
|
import pLimit from 'p-limit';
|
|
7
|
-
import { CUSTOM_LABELS_FILE,
|
|
8
|
-
import {
|
|
6
|
+
import { CUSTOM_LABELS_FILE, CONCURRENCY_LIMITS } from '../../helpers/constants.js';
|
|
7
|
+
import { prePurgeLabels, moveAndRenameLabels } from './customLabels.js';
|
|
8
|
+
import { renameWorkflows } from './renameWorkflows.js';
|
|
9
9
|
export async function decomposeFileHandler(metaAttributes, prepurge, postpurge, format, ignorePath, strategy, decomposeNestedPerms) {
|
|
10
10
|
const { metadataPaths, metaSuffix, strictDirectoryName, folderType, uniqueIdElements } = metaAttributes;
|
|
11
11
|
// Limit concurrent package directory processing to prevent file system overload
|
|
@@ -37,7 +37,9 @@ function disassembleHandler(filePath, uniqueIdElements, prePurge, postPurge, for
|
|
|
37
37
|
const handler = new DisassembleXMLFileHandler();
|
|
38
38
|
let multiLevel;
|
|
39
39
|
let splitTags;
|
|
40
|
-
const decomposePermSets = decomposeNestedPerms &&
|
|
40
|
+
const decomposePermSets = decomposeNestedPerms &&
|
|
41
|
+
(metaSuffix === 'permissionset' || metaSuffix === 'mutingpermissionset') &&
|
|
42
|
+
strategy === 'grouped-by-tag';
|
|
41
43
|
const decomposeLoyalyProgram = metaSuffix === 'loyaltyProgramSetup' && strategy === 'unique-id';
|
|
42
44
|
if (decomposeLoyalyProgram) {
|
|
43
45
|
multiLevel = 'programProcesses:programProcesses:parameterName,ruleName';
|
|
@@ -57,34 +59,6 @@ function disassembleHandler(filePath, uniqueIdElements, prePurge, postPurge, for
|
|
|
57
59
|
splitTags,
|
|
58
60
|
});
|
|
59
61
|
}
|
|
60
|
-
async function prePurgeLabels(metadataPath) {
|
|
61
|
-
const subFiles = await readdir(metadataPath);
|
|
62
|
-
for (const subFile of subFiles) {
|
|
63
|
-
const subfilePath = join(metadataPath, subFile);
|
|
64
|
-
if ((await stat(subfilePath)).isFile() && subFile !== CUSTOM_LABELS_FILE) {
|
|
65
|
-
await rm(subfilePath, { recursive: true });
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
async function moveAndRenameLabels(metadataPath) {
|
|
70
|
-
const sourceDirectory = join(metadataPath, 'CustomLabels', 'labels');
|
|
71
|
-
const destinationDirectory = metadataPath;
|
|
72
|
-
const labelFiles = await readdir(sourceDirectory);
|
|
73
|
-
// Limit concurrent file operations to prevent file system overload
|
|
74
|
-
const limit = pLimit(CONCURRENCY_LIMITS.FILE_OPERATIONS);
|
|
75
|
-
const tasks = labelFiles
|
|
76
|
-
.filter((file) => file.includes('.labels-meta'))
|
|
77
|
-
.map((file) => limit(async () => {
|
|
78
|
-
const oldFilePath = join(sourceDirectory, file);
|
|
79
|
-
const newFileName = file.replace('.labels-meta', '.label-meta');
|
|
80
|
-
const newFilePath = join(destinationDirectory, newFileName);
|
|
81
|
-
await rename(oldFilePath, newFilePath);
|
|
82
|
-
}));
|
|
83
|
-
await Promise.all(tasks);
|
|
84
|
-
// istanbul ignore next -- callback only invoked if non-label files exist after rename
|
|
85
|
-
await moveFiles(sourceDirectory, destinationDirectory, () => true);
|
|
86
|
-
await rm(join(metadataPath, 'CustomLabels'), { recursive: true });
|
|
87
|
-
}
|
|
88
62
|
async function subDirectoryHandler(metadataPath, uniqueIdElements, prepurge, postpurge, format, ignorePath, strategy, metaSuffix, decomposeNestedPerms) {
|
|
89
63
|
const subFiles = await readdir(metadataPath);
|
|
90
64
|
// Limit concurrent subdirectory stat operations
|
|
@@ -102,20 +76,4 @@ async function subDirectoryHandler(metadataPath, uniqueIdElements, prepurge, pos
|
|
|
102
76
|
.map(({ subFilePath }) => processLimit(() => disassembleHandler(subFilePath, uniqueIdElements, prepurge, postpurge, format, ignorePath, strategy, metaSuffix, decomposeNestedPerms)));
|
|
103
77
|
await Promise.all(processTasks);
|
|
104
78
|
}
|
|
105
|
-
async function renameWorkflows(directory) {
|
|
106
|
-
const files = await readdir(directory, { recursive: true });
|
|
107
|
-
// Limit concurrent file rename operations
|
|
108
|
-
const limit = pLimit(CONCURRENCY_LIMITS.FILE_OPERATIONS);
|
|
109
|
-
const tasks = files.map((file) => limit(async () => {
|
|
110
|
-
for (const [suffix, newSuffix] of Object.entries(WORKFLOW_SUFFIX_MAPPING)) {
|
|
111
|
-
if (file.includes(suffix)) {
|
|
112
|
-
const oldFilePath = join(directory, file);
|
|
113
|
-
const newFilePath = join(directory, file.replace(suffix, newSuffix));
|
|
114
|
-
await rename(oldFilePath, newFilePath);
|
|
115
|
-
break;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}));
|
|
119
|
-
await Promise.all(tasks);
|
|
120
|
-
}
|
|
121
79
|
//# sourceMappingURL=decomposeFileHandler.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decomposeFileHandler.js","sourceRoot":"","sources":["../../../src/service/decompose/decomposeFileHandler.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"decomposeFileHandler.js","sourceRoot":"","sources":["../../../src/service/decompose/decomposeFileHandler.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function renameWorkflows(directory: string): Promise<void>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* eslint-disable no-await-in-loop */
|
|
2
|
+
'use strict';
|
|
3
|
+
import { join } from 'node:path';
|
|
4
|
+
import { readdir, rename } from 'node:fs/promises';
|
|
5
|
+
import pLimit from 'p-limit';
|
|
6
|
+
import { WORKFLOW_SUFFIX_MAPPING, CONCURRENCY_LIMITS } from '../../helpers/constants.js';
|
|
7
|
+
export async function renameWorkflows(directory) {
|
|
8
|
+
const files = await readdir(directory, { recursive: true });
|
|
9
|
+
// Limit concurrent file rename operations
|
|
10
|
+
const limit = pLimit(CONCURRENCY_LIMITS.FILE_OPERATIONS);
|
|
11
|
+
const tasks = files.map((file) => limit(async () => {
|
|
12
|
+
for (const [suffix, newSuffix] of Object.entries(WORKFLOW_SUFFIX_MAPPING)) {
|
|
13
|
+
if (file.includes(suffix)) {
|
|
14
|
+
const oldFilePath = join(directory, file);
|
|
15
|
+
const newFilePath = join(directory, file.replace(suffix, newSuffix));
|
|
16
|
+
await rename(oldFilePath, newFilePath);
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}));
|
|
21
|
+
await Promise.all(tasks);
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=renameWorkflows.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"renameWorkflows.js","sourceRoot":"","sources":["../../../src/service/decompose/renameWorkflows.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,YAAY,CAAC;AAEb,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,MAAM,MAAM,SAAS,CAAC;AAE7B,OAAO,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAEzF,MAAM,CAAC,KAAK,UAAU,eAAe,CAAC,SAAiB;IACrD,MAAM,KAAK,GAAG,MAAM,OAAO,CAAC,SAAS,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;IAE5D,0CAA0C;IAC1C,MAAM,KAAK,GAAG,MAAM,CAAC,kBAAkB,CAAC,eAAe,CAAC,CAAC;IAEzD,MAAM,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAC/B,KAAK,CAAC,KAAK,IAAI,EAAE;QACf,KAAK,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,EAAE,CAAC;YAC1E,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;gBAC1B,MAAM,WAAW,GAAG,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;gBAC1C,MAAM,WAAW,GAAG,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC,CAAC;gBACrE,MAAM,MAAM,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;gBACvC,MAAM;YACR,CAAC;QACH,CAAC;IACH,CAAC,CAAC,CACH,CAAC;IAEF,MAAM,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;AAC3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteFilesinDirectory.js","sourceRoot":"","sources":["../../../src/service/recompose/deleteFilesinDirectory.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteFilesinDirectory.js","sourceRoot":"","sources":["../../../src/service/recompose/deleteFilesinDirectory.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,YAAY,CAAC;AAEb,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAEhE,MAAM,CAAC,KAAK,UAAU,sBAAsB,CAAC,SAAiB;IAC5D,MAAM,KAAK,GAAG,MAAM,OAAO,CAAC,SAAS,CAAC,CAAC;IACvC,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;QACzB,MAAM,QAAQ,GAAG,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;QACvC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,QAAQ,CAAC,CAAC;QACtC,IAAI,QAAQ,CAAC,MAAM,EAAE,IAAI,IAAI,KAAK,kBAAkB,EAAE,CAAC;YACrD,MAAM,EAAE,CAAC,QAAQ,CAAC,CAAC;QACrB,CAAC;IACH,CAAC;AACH,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reassembleLabels.js","sourceRoot":"","sources":["../../../src/service/recompose/reassembleLabels.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"reassembleLabels.js","sourceRoot":"","sources":["../../../src/service/recompose/reassembleLabels.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,EAAE,EAAE,MAAM,kBAAkB,CAAC;AACtC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAE9D,MAAM,CAAC,KAAK,UAAU,gBAAgB,CAAC,YAAoB,EAAE,UAAkB,EAAE,SAAkB;IACjG,IAAI,eAAe,GAAG,YAAY,CAAC;IACnC,IAAI,oBAAoB,GAAG,IAAI,CAAC,YAAY,EAAE,cAAc,EAAE,QAAQ,CAAC,CAAC;IAExE,MAAM,SAAS,CAAC,eAAe,EAAE,oBAAoB,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,KAAK,kBAAkB,CAAC,CAAC;IAEtG,+CAA+C;IAC/C,iBAAiB,CAAC,IAAI,CAAC,YAAY,EAAE,cAAc,CAAC,EAAE,GAAG,UAAU,WAAW,EAAE,KAAK,CAAC,CAAC;IAEvF,eAAe,GAAG,IAAI,CAAC,YAAY,EAAE,cAAc,EAAE,QAAQ,CAAC,CAAC;IAC/D,oBAAoB,GAAG,YAAY,CAAC;IAEpC,MAAM,SAAS,CAAC,eAAe,EAAE,oBAAoB,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC;IAEnE,MAAM,EAAE,CAAC,IAAI,CAAC,YAAY,EAAE,cAAc,CAAC,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;IAClE,IAAI,SAAS;QAAE,MAAM,sBAAsB,CAAC,oBAAoB,CAAC,CAAC;AACpE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recomposeFileHandler.js","sourceRoot":"","sources":["../../../src/service/recompose/recomposeFileHandler.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"recomposeFileHandler.js","sourceRoot":"","sources":["../../../src/service/recompose/recomposeFileHandler.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renameBotVersionFiles.js","sourceRoot":"","sources":["../../../src/service/recompose/renameBotVersionFiles.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"renameBotVersionFiles.js","sourceRoot":"","sources":["../../../src/service/recompose/renameBotVersionFiles.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,YAAY,CAAC;AAEb,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC,MAAM,CAAC,KAAK,UAAU,oBAAoB,CAAC,YAAoB;IAC7D,MAAM,cAAc,GAAG,MAAM,OAAO,CAAC,YAAY,CAAC,CAAC;IACnD,KAAK,MAAM,YAAY,IAAI,cAAc,EAAE,CAAC;QAC1C,MAAM,gBAAgB,GAAG,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;QAE1D,MAAM,KAAK,GAAG,MAAM,KAAK,CAAC,gBAAgB,CAAC,CAAC;QAC5C,IAAI,KAAK,CAAC,WAAW,EAAE,EAAE,CAAC;YACxB,MAAM,KAAK,GAAG,MAAM,OAAO,CAAC,gBAAgB,CAAC,CAAC;YAC9C,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;gBACzB,oEAAoE;gBACpE,IAAI,wBAAwB,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;oBACxC,MAAM,UAAU,GAAG,IAAI,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAAC;oBAChD,MAAM,eAAe,GAAG,IAAI,CAAC,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE,iBAAiB,CAAC,CAAC,CAAC;oBAC5F,MAAM,MAAM,CAAC,UAAU,EAAE,eAAe,CAAC,CAAC;gBAC5C,CAAC;YACH,CAAC;QACH,CAAC;IACH,CAAC;AACH,CAAC"}
|
package/oclif.lock
CHANGED
|
@@ -939,13 +939,13 @@
|
|
|
939
939
|
resolve-global "1.0.0"
|
|
940
940
|
yargs "^17.0.0"
|
|
941
941
|
|
|
942
|
-
"@commitlint/cli@^20.4.
|
|
943
|
-
version "20.4.
|
|
944
|
-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-20.4.
|
|
945
|
-
integrity sha512-
|
|
942
|
+
"@commitlint/cli@^20.4.2":
|
|
943
|
+
version "20.4.2"
|
|
944
|
+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-20.4.2.tgz#2cb97a37a11ee3245a22f770101b18a89f5e58c4"
|
|
945
|
+
integrity sha512-YjYSX2yj/WsVoxh9mNiymfFS2ADbg2EK4+1WAsMuckwKMCqJ5PDG0CJU/8GvmHWcv4VRB2V02KqSiecRksWqZQ==
|
|
946
946
|
dependencies:
|
|
947
947
|
"@commitlint/format" "^20.4.0"
|
|
948
|
-
"@commitlint/lint" "^20.4.
|
|
948
|
+
"@commitlint/lint" "^20.4.2"
|
|
949
949
|
"@commitlint/load" "^20.4.0"
|
|
950
950
|
"@commitlint/read" "^20.4.0"
|
|
951
951
|
"@commitlint/types" "^20.4.0"
|
|
@@ -959,10 +959,10 @@
|
|
|
959
959
|
dependencies:
|
|
960
960
|
conventional-changelog-conventionalcommits "^6.1.0"
|
|
961
961
|
|
|
962
|
-
"@commitlint/config-conventional@^20.4.
|
|
963
|
-
version "20.4.
|
|
964
|
-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-20.4.
|
|
965
|
-
integrity sha512-
|
|
962
|
+
"@commitlint/config-conventional@^20.4.2":
|
|
963
|
+
version "20.4.2"
|
|
964
|
+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-20.4.2.tgz#58c114116bcf2b8e91467307f5d3bf9167ce6579"
|
|
965
|
+
integrity sha512-rwkTF55q7Q+6dpSKUmJoScV0f3EpDlWKw2UPzklkLS4o5krMN1tPWAVOgHRtyUTMneIapLeQwaCjn44Td6OzBQ==
|
|
966
966
|
dependencies:
|
|
967
967
|
"@commitlint/types" "^20.4.0"
|
|
968
968
|
conventional-changelog-conventionalcommits "^9.1.0"
|
|
@@ -995,13 +995,17 @@
|
|
|
995
995
|
lodash.startcase "^4.4.0"
|
|
996
996
|
lodash.upperfirst "^4.3.1"
|
|
997
997
|
|
|
998
|
-
"@commitlint/ensure@^20.4.
|
|
999
|
-
version "20.4.
|
|
1000
|
-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-20.4.
|
|
1001
|
-
integrity sha512-
|
|
998
|
+
"@commitlint/ensure@^20.4.1":
|
|
999
|
+
version "20.4.1"
|
|
1000
|
+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-20.4.1.tgz#7082950ac3db011177a5826c73b0ab147bb57c23"
|
|
1001
|
+
integrity sha512-WLQqaFx1pBooiVvBrA1YfJNFqZF8wS/YGOtr5RzApDbV9tQ52qT5VkTsY65hFTnXhW8PcDfZLaknfJTmPejmlw==
|
|
1002
1002
|
dependencies:
|
|
1003
1003
|
"@commitlint/types" "^20.4.0"
|
|
1004
|
-
|
|
1004
|
+
lodash.camelcase "^4.3.0"
|
|
1005
|
+
lodash.kebabcase "^4.1.1"
|
|
1006
|
+
lodash.snakecase "^4.1.1"
|
|
1007
|
+
lodash.startcase "^4.4.0"
|
|
1008
|
+
lodash.upperfirst "^4.3.1"
|
|
1005
1009
|
|
|
1006
1010
|
"@commitlint/execute-rule@^17.8.1":
|
|
1007
1011
|
version "17.8.1"
|
|
@@ -1037,10 +1041,10 @@
|
|
|
1037
1041
|
"@commitlint/types" "^17.8.1"
|
|
1038
1042
|
semver "7.5.4"
|
|
1039
1043
|
|
|
1040
|
-
"@commitlint/is-ignored@^20.4.
|
|
1041
|
-
version "20.4.
|
|
1042
|
-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-20.4.
|
|
1043
|
-
integrity sha512-
|
|
1044
|
+
"@commitlint/is-ignored@^20.4.1":
|
|
1045
|
+
version "20.4.1"
|
|
1046
|
+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-20.4.1.tgz#85c34fd56dbf3bcc5440667ea4e520edce9ee782"
|
|
1047
|
+
integrity sha512-In5EO4JR1lNsAv1oOBBO24V9ND1IqdAJDKZiEpdfjDl2HMasAcT7oA+5BKONv1pRoLG380DGPE2W2RIcUwdgLA==
|
|
1044
1048
|
dependencies:
|
|
1045
1049
|
"@commitlint/types" "^20.4.0"
|
|
1046
1050
|
semver "^7.6.0"
|
|
@@ -1055,14 +1059,14 @@
|
|
|
1055
1059
|
"@commitlint/rules" "^17.8.1"
|
|
1056
1060
|
"@commitlint/types" "^17.8.1"
|
|
1057
1061
|
|
|
1058
|
-
"@commitlint/lint@^20.4.
|
|
1059
|
-
version "20.4.
|
|
1060
|
-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-20.4.
|
|
1061
|
-
integrity sha512-
|
|
1062
|
+
"@commitlint/lint@^20.4.2":
|
|
1063
|
+
version "20.4.2"
|
|
1064
|
+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-20.4.2.tgz#c22dd66cbe689f3e8b9be468739b4394fcae8ad4"
|
|
1065
|
+
integrity sha512-buquzNRtFng6xjXvBU1abY/WPEEjCgUipNQrNmIWe8QuJ6LWLtei/LDBAzEe5ASm45+Q9L2Xi3/GVvlj50GAug==
|
|
1062
1066
|
dependencies:
|
|
1063
|
-
"@commitlint/is-ignored" "^20.4.
|
|
1064
|
-
"@commitlint/parse" "^20.4.
|
|
1065
|
-
"@commitlint/rules" "^20.4.
|
|
1067
|
+
"@commitlint/is-ignored" "^20.4.1"
|
|
1068
|
+
"@commitlint/parse" "^20.4.1"
|
|
1069
|
+
"@commitlint/rules" "^20.4.2"
|
|
1066
1070
|
"@commitlint/types" "^20.4.0"
|
|
1067
1071
|
|
|
1068
1072
|
"@commitlint/load@^17.8.1":
|
|
@@ -1119,10 +1123,10 @@
|
|
|
1119
1123
|
conventional-changelog-angular "^6.0.0"
|
|
1120
1124
|
conventional-commits-parser "^4.0.0"
|
|
1121
1125
|
|
|
1122
|
-
"@commitlint/parse@^20.4.
|
|
1123
|
-
version "20.4.
|
|
1124
|
-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-20.4.
|
|
1125
|
-
integrity sha512-
|
|
1126
|
+
"@commitlint/parse@^20.4.1":
|
|
1127
|
+
version "20.4.1"
|
|
1128
|
+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-20.4.1.tgz#92bc8098d4ac6e0221288ef9b096f79e1c294a2d"
|
|
1129
|
+
integrity sha512-XNtZjeRcFuAfUnhYrCY02+mpxwY4OmnvD3ETbVPs25xJFFz1nRo/25nHj+5eM+zTeRFvWFwD4GXWU2JEtoK1/w==
|
|
1126
1130
|
dependencies:
|
|
1127
1131
|
"@commitlint/types" "^20.4.0"
|
|
1128
1132
|
conventional-changelog-angular "^8.1.0"
|
|
@@ -1185,12 +1189,12 @@
|
|
|
1185
1189
|
"@commitlint/types" "^17.8.1"
|
|
1186
1190
|
execa "^5.0.0"
|
|
1187
1191
|
|
|
1188
|
-
"@commitlint/rules@^20.4.
|
|
1189
|
-
version "20.4.
|
|
1190
|
-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-20.4.
|
|
1191
|
-
integrity sha512-
|
|
1192
|
+
"@commitlint/rules@^20.4.2":
|
|
1193
|
+
version "20.4.2"
|
|
1194
|
+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-20.4.2.tgz#0370422fedc037b0e00259445d9b82377743a8a1"
|
|
1195
|
+
integrity sha512-oz83pnp5Yq6uwwTAabuVQPNlPfeD2Y5ZjMb7Wx8FSUlu4sLYJjbBWt8031Z0osCFPfHzAwSYrjnfDFKtuSMdKg==
|
|
1192
1196
|
dependencies:
|
|
1193
|
-
"@commitlint/ensure" "^20.4.
|
|
1197
|
+
"@commitlint/ensure" "^20.4.1"
|
|
1194
1198
|
"@commitlint/message" "^20.4.0"
|
|
1195
1199
|
"@commitlint/to-lines" "^20.0.0"
|
|
1196
1200
|
"@commitlint/types" "^20.4.0"
|
|
@@ -1541,18 +1545,6 @@
|
|
|
1541
1545
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.10.tgz#11ed564ec78432a200ea2601a212d24af8150d50"
|
|
1542
1546
|
integrity sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==
|
|
1543
1547
|
|
|
1544
|
-
"@isaacs/balanced-match@^4.0.1":
|
|
1545
|
-
version "4.0.1"
|
|
1546
|
-
resolved "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz"
|
|
1547
|
-
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
|
|
1548
|
-
|
|
1549
|
-
"@isaacs/brace-expansion@^5.0.0":
|
|
1550
|
-
version "5.0.0"
|
|
1551
|
-
resolved "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz"
|
|
1552
|
-
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
|
|
1553
|
-
dependencies:
|
|
1554
|
-
"@isaacs/balanced-match" "^4.0.1"
|
|
1555
|
-
|
|
1556
1548
|
"@isaacs/cliui@^8.0.2":
|
|
1557
1549
|
version "8.0.2"
|
|
1558
1550
|
resolved "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz"
|
|
@@ -1935,9 +1927,9 @@
|
|
|
1935
1927
|
fastq "^1.6.0"
|
|
1936
1928
|
|
|
1937
1929
|
"@oclif/core@^4", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
|
|
1938
|
-
version "4.8.
|
|
1939
|
-
resolved "https://registry.
|
|
1940
|
-
integrity sha512-
|
|
1930
|
+
version "4.8.2"
|
|
1931
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.2.tgz#b4bb065b44da9eb2719086854b009a6747455d09"
|
|
1932
|
+
integrity sha512-P+XAOtuWM/Fewau64c31bYUiLFJTzhth229xVbBrG1siLc7+2uezUYhP5eWn/++nZPZ/wChSqYgQNN4HPw/ZHQ==
|
|
1941
1933
|
dependencies:
|
|
1942
1934
|
ansi-escapes "^4.3.2"
|
|
1943
1935
|
ansis "^3.17.0"
|
|
@@ -1949,7 +1941,7 @@
|
|
|
1949
1941
|
indent-string "^4.0.0"
|
|
1950
1942
|
is-wsl "^2.2.0"
|
|
1951
1943
|
lilconfig "^3.1.3"
|
|
1952
|
-
minimatch "^
|
|
1944
|
+
minimatch "^10.2.4"
|
|
1953
1945
|
semver "^7.7.3"
|
|
1954
1946
|
string-width "^4.2.3"
|
|
1955
1947
|
supports-color "^8"
|
|
@@ -1958,10 +1950,10 @@
|
|
|
1958
1950
|
wordwrap "^1.0.0"
|
|
1959
1951
|
wrap-ansi "^7.0.0"
|
|
1960
1952
|
|
|
1961
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1962
|
-
version "5.3.
|
|
1963
|
-
resolved "https://registry.
|
|
1964
|
-
integrity sha512-
|
|
1953
|
+
"@oclif/plugin-command-snapshot@^5.3.10":
|
|
1954
|
+
version "5.3.10"
|
|
1955
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.10.tgz#7146eccb3ec4f66fb27bf5a362add7d0697ba2b1"
|
|
1956
|
+
integrity sha512-pGKxLQzE3NYsl63WmwiCndrskKFsQXZ8P5trvycqGHJ1YmffL4xPpfiDcMtiKuK0MX2vSnTkQ0k7n5kchmx+vA==
|
|
1965
1957
|
dependencies:
|
|
1966
1958
|
"@oclif/core" "^4"
|
|
1967
1959
|
ansis "^3.17.0"
|
|
@@ -1970,7 +1962,7 @@
|
|
|
1970
1962
|
lodash.difference "^4.5.0"
|
|
1971
1963
|
lodash.get "^4.4.2"
|
|
1972
1964
|
lodash.sortby "^4.7.0"
|
|
1973
|
-
semver "^7.7.
|
|
1965
|
+
semver "^7.7.4"
|
|
1974
1966
|
ts-json-schema-generator "^1.5.1"
|
|
1975
1967
|
|
|
1976
1968
|
"@oclif/plugin-help@^6.2.36":
|
|
@@ -2074,15 +2066,15 @@
|
|
|
2074
2066
|
strip-ansi "6.0.1"
|
|
2075
2067
|
ts-retry-promise "^0.8.1"
|
|
2076
2068
|
|
|
2077
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.
|
|
2078
|
-
version "8.
|
|
2079
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
2080
|
-
integrity sha512-
|
|
2069
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.26.2", "@salesforce/core@^8.26.3", "@salesforce/core@^8.8.0":
|
|
2070
|
+
version "8.26.3"
|
|
2071
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.26.3.tgz#0b2502cacca8977f2ae95283d944771040eb7869"
|
|
2072
|
+
integrity sha512-lPNFHjHFeC4V3KuH88xuVLGhAqmtM8meUcvyejNh8bQ5w642APKRTGDZ0pOnWHJAe5SQy7cSQ1WqvO3V73ouQw==
|
|
2081
2073
|
dependencies:
|
|
2082
2074
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
2083
2075
|
"@salesforce/kit" "^3.2.4"
|
|
2084
2076
|
"@salesforce/ts-types" "^2.0.12"
|
|
2085
|
-
ajv "^8.
|
|
2077
|
+
ajv "^8.18.0"
|
|
2086
2078
|
change-case "^4.1.2"
|
|
2087
2079
|
fast-levenshtein "^3.0.0"
|
|
2088
2080
|
faye "^1.4.1"
|
|
@@ -2164,17 +2156,17 @@
|
|
|
2164
2156
|
cli-progress "^3.12.0"
|
|
2165
2157
|
terminal-link "^3.0.0"
|
|
2166
2158
|
|
|
2167
|
-
"@salesforce/source-deploy-retrieve@^12.31.
|
|
2168
|
-
version "12.31.
|
|
2169
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.
|
|
2170
|
-
integrity sha512-
|
|
2159
|
+
"@salesforce/source-deploy-retrieve@^12.31.14":
|
|
2160
|
+
version "12.31.14"
|
|
2161
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.14.tgz#6ed0a2fdb9a14d60ed64a2dd8fdc18c16af143a6"
|
|
2162
|
+
integrity sha512-tLnTCG6t+d+MN8pGijF6nL4lsqE37FaBINZZvyd+IDAw+7eWffFqIXK/nNyQ1ZARTNeHOs5K/NlNXNBp5+x/YQ==
|
|
2171
2163
|
dependencies:
|
|
2172
|
-
"@salesforce/core" "^8.
|
|
2164
|
+
"@salesforce/core" "^8.26.2"
|
|
2173
2165
|
"@salesforce/kit" "^3.2.4"
|
|
2174
2166
|
"@salesforce/ts-types" "^2.0.12"
|
|
2175
2167
|
"@salesforce/types" "^1.6.0"
|
|
2176
2168
|
fast-levenshtein "^3.0.0"
|
|
2177
|
-
fast-xml-parser "^5.3.
|
|
2169
|
+
fast-xml-parser "^5.3.6"
|
|
2178
2170
|
got "^11.8.6"
|
|
2179
2171
|
graceful-fs "^4.2.11"
|
|
2180
2172
|
ignore "^5.3.2"
|
|
@@ -3421,10 +3413,10 @@ ajv@^6.12.4:
|
|
|
3421
3413
|
json-schema-traverse "^0.4.1"
|
|
3422
3414
|
uri-js "^4.2.2"
|
|
3423
3415
|
|
|
3424
|
-
ajv@^8.11.0, ajv@^8.
|
|
3425
|
-
version "8.
|
|
3426
|
-
resolved "https://registry.
|
|
3427
|
-
integrity sha512-
|
|
3416
|
+
ajv@^8.11.0, ajv@^8.18.0:
|
|
3417
|
+
version "8.18.0"
|
|
3418
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc"
|
|
3419
|
+
integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==
|
|
3428
3420
|
dependencies:
|
|
3429
3421
|
fast-deep-equal "^3.1.3"
|
|
3430
3422
|
fast-uri "^3.0.1"
|
|
@@ -3740,6 +3732,11 @@ balanced-match@^3.0.0:
|
|
|
3740
3732
|
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-3.0.1.tgz"
|
|
3741
3733
|
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==
|
|
3742
3734
|
|
|
3735
|
+
balanced-match@^4.0.2:
|
|
3736
|
+
version "4.0.4"
|
|
3737
|
+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
|
|
3738
|
+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
|
|
3739
|
+
|
|
3743
3740
|
base64-js@^1.3.1:
|
|
3744
3741
|
version "1.5.1"
|
|
3745
3742
|
resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz"
|
|
@@ -3792,6 +3789,13 @@ brace-expansion@^4.0.0:
|
|
|
3792
3789
|
dependencies:
|
|
3793
3790
|
balanced-match "^3.0.0"
|
|
3794
3791
|
|
|
3792
|
+
brace-expansion@^5.0.2:
|
|
3793
|
+
version "5.0.3"
|
|
3794
|
+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.3.tgz#6a9c6c268f85b53959ec527aeafe0f7300258eef"
|
|
3795
|
+
integrity sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==
|
|
3796
|
+
dependencies:
|
|
3797
|
+
balanced-match "^4.0.2"
|
|
3798
|
+
|
|
3795
3799
|
braces@^3.0.3, braces@~3.0.2:
|
|
3796
3800
|
version "3.0.3"
|
|
3797
3801
|
resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
|
|
@@ -5256,13 +5260,20 @@ fast-uri@^3.0.1:
|
|
|
5256
5260
|
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz"
|
|
5257
5261
|
integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
|
|
5258
5262
|
|
|
5259
|
-
fast-xml-parser@5.3.4
|
|
5263
|
+
fast-xml-parser@5.3.4:
|
|
5260
5264
|
version "5.3.4"
|
|
5261
5265
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz#06f39aafffdbc97bef0321e626c7ddd06a043ecf"
|
|
5262
5266
|
integrity sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==
|
|
5263
5267
|
dependencies:
|
|
5264
5268
|
strnum "^2.1.0"
|
|
5265
5269
|
|
|
5270
|
+
fast-xml-parser@^5.3.6:
|
|
5271
|
+
version "5.3.7"
|
|
5272
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.7.tgz#81694e71ff0e568cbb6befade342f2a7e58aa1d9"
|
|
5273
|
+
integrity sha512-JzVLro9NQv92pOM/jTCR6mHlJh2FGwtomH8ZQjhFj/R29P2Fnj38OgPJVtcvYw6SuKClhgYuwUZf5b3rd8u2mA==
|
|
5274
|
+
dependencies:
|
|
5275
|
+
strnum "^2.1.2"
|
|
5276
|
+
|
|
5266
5277
|
fastest-levenshtein@^1.0.7:
|
|
5267
5278
|
version "1.0.16"
|
|
5268
5279
|
resolved "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz"
|
|
@@ -7105,11 +7116,6 @@ jws@^4.0.1:
|
|
|
7105
7116
|
jwa "^2.0.1"
|
|
7106
7117
|
safe-buffer "^5.0.1"
|
|
7107
7118
|
|
|
7108
|
-
kasi@^2.0.1:
|
|
7109
|
-
version "2.0.1"
|
|
7110
|
-
resolved "https://registry.yarnpkg.com/kasi/-/kasi-2.0.1.tgz#878e91d06816990bb935fdc8341116a95ef72edd"
|
|
7111
|
-
integrity sha512-8qhiHZ1BN26ig1+jQ9fWEk6dj8T1wuxs00QRJfXIANI4scto1EuPUgqj+mxHls52WBfdTNJGQ8yYw9rDpWUcgQ==
|
|
7112
|
-
|
|
7113
7119
|
keyv@^4.0.0, keyv@^4.5.3:
|
|
7114
7120
|
version "4.5.4"
|
|
7115
7121
|
resolved "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz"
|
|
@@ -7593,12 +7599,12 @@ minimatch@9.0.3:
|
|
|
7593
7599
|
dependencies:
|
|
7594
7600
|
brace-expansion "^2.0.1"
|
|
7595
7601
|
|
|
7596
|
-
minimatch@^10.0.3:
|
|
7597
|
-
version "10.
|
|
7598
|
-
resolved "https://registry.
|
|
7599
|
-
integrity sha512-
|
|
7602
|
+
minimatch@^10.0.3, minimatch@^10.2.4:
|
|
7603
|
+
version "10.2.4"
|
|
7604
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
|
|
7605
|
+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
|
|
7600
7606
|
dependencies:
|
|
7601
|
-
|
|
7607
|
+
brace-expansion "^5.0.2"
|
|
7602
7608
|
|
|
7603
7609
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
7604
7610
|
version "3.1.2"
|
|
@@ -8060,10 +8066,10 @@ p-limit@^3.0.2, p-limit@^3.1.0:
|
|
|
8060
8066
|
dependencies:
|
|
8061
8067
|
yocto-queue "^0.1.0"
|
|
8062
8068
|
|
|
8063
|
-
p-limit@^7.
|
|
8064
|
-
version "7.
|
|
8065
|
-
resolved "https://registry.
|
|
8066
|
-
integrity sha512-
|
|
8069
|
+
p-limit@^7.3.0:
|
|
8070
|
+
version "7.3.0"
|
|
8071
|
+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-7.3.0.tgz#821398d91491c6b6a1340ecd09cdc402a9c8d0ee"
|
|
8072
|
+
integrity sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==
|
|
8067
8073
|
dependencies:
|
|
8068
8074
|
yocto-queue "^1.2.1"
|
|
8069
8075
|
|
|
@@ -8860,10 +8866,10 @@ semver@^6.0.0, semver@^6.3.1:
|
|
|
8860
8866
|
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
|
|
8861
8867
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
8862
8868
|
|
|
8863
|
-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2, semver@^7.7.3:
|
|
8864
|
-
version "7.7.
|
|
8865
|
-
resolved "https://registry.
|
|
8866
|
-
integrity sha512-
|
|
8869
|
+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2, semver@^7.7.3, semver@^7.7.4:
|
|
8870
|
+
version "7.7.4"
|
|
8871
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
|
|
8872
|
+
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
|
|
8867
8873
|
|
|
8868
8874
|
sentence-case@^3.0.4:
|
|
8869
8875
|
version "3.0.4"
|
|
@@ -9270,7 +9276,16 @@ string-length@^4.0.2:
|
|
|
9270
9276
|
char-regex "^1.0.2"
|
|
9271
9277
|
strip-ansi "^6.0.0"
|
|
9272
9278
|
|
|
9273
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
9279
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
9280
|
+
version "4.2.3"
|
|
9281
|
+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
|
|
9282
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
9283
|
+
dependencies:
|
|
9284
|
+
emoji-regex "^8.0.0"
|
|
9285
|
+
is-fullwidth-code-point "^3.0.0"
|
|
9286
|
+
strip-ansi "^6.0.1"
|
|
9287
|
+
|
|
9288
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
9274
9289
|
version "4.2.3"
|
|
9275
9290
|
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
|
|
9276
9291
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -9351,7 +9366,14 @@ stringify-entities@^4.0.0:
|
|
|
9351
9366
|
character-entities-html4 "^2.0.0"
|
|
9352
9367
|
character-entities-legacy "^3.0.0"
|
|
9353
9368
|
|
|
9354
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
9369
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
9370
|
+
version "6.0.1"
|
|
9371
|
+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
|
|
9372
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
9373
|
+
dependencies:
|
|
9374
|
+
ansi-regex "^5.0.1"
|
|
9375
|
+
|
|
9376
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
9355
9377
|
version "6.0.1"
|
|
9356
9378
|
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
|
|
9357
9379
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -9402,6 +9424,11 @@ strnum@^2.1.0:
|
|
|
9402
9424
|
resolved "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz"
|
|
9403
9425
|
integrity sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==
|
|
9404
9426
|
|
|
9427
|
+
strnum@^2.1.2:
|
|
9428
|
+
version "2.1.2"
|
|
9429
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.2.tgz#a5e00ba66ab25f9cafa3726b567ce7a49170937a"
|
|
9430
|
+
integrity sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==
|
|
9431
|
+
|
|
9405
9432
|
supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
|
|
9406
9433
|
version "7.2.0"
|
|
9407
9434
|
resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
|
|
@@ -10123,7 +10150,7 @@ workerpool@^9.2.0:
|
|
|
10123
10150
|
resolved "https://registry.npmjs.org/workerpool/-/workerpool-9.3.4.tgz"
|
|
10124
10151
|
integrity sha512-TmPRQYYSAnnDiEB0P/Ytip7bFGvqnSU6I2BcuSw7Hx+JSg/DsUi5ebYfc8GYaSdpuvOcEs6dXxPurOYpe9QFwg==
|
|
10125
10152
|
|
|
10126
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
10153
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
10127
10154
|
version "7.0.0"
|
|
10128
10155
|
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
|
|
10129
10156
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -10141,6 +10168,15 @@ wrap-ansi@^6.2.0:
|
|
|
10141
10168
|
string-width "^4.1.0"
|
|
10142
10169
|
strip-ansi "^6.0.0"
|
|
10143
10170
|
|
|
10171
|
+
wrap-ansi@^7.0.0:
|
|
10172
|
+
version "7.0.0"
|
|
10173
|
+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
|
|
10174
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
10175
|
+
dependencies:
|
|
10176
|
+
ansi-styles "^4.0.0"
|
|
10177
|
+
string-width "^4.1.0"
|
|
10178
|
+
strip-ansi "^6.0.0"
|
|
10179
|
+
|
|
10144
10180
|
wrap-ansi@^8.1.0:
|
|
10145
10181
|
version "8.1.0"
|
|
10146
10182
|
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sf-decomposer",
|
|
3
|
-
"description": "
|
|
4
|
-
"version": "6.0
|
|
3
|
+
"description": "Split large Salesforce metadata files into version-control-friendly pieces and rebuild deployment-ready files.",
|
|
4
|
+
"version": "6.1.0",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@oclif/core": "^4",
|
|
7
|
-
"@salesforce/core": "^8.
|
|
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.14",
|
|
10
10
|
"fs-extra": "^11.3.3",
|
|
11
|
-
"p-limit": "^7.
|
|
11
|
+
"p-limit": "^7.3.0",
|
|
12
12
|
"xml-disassembler": "^2.2.2"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@commitlint/cli": "^20.4.
|
|
16
|
-
"@commitlint/config-conventional": "^20.4.
|
|
17
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
15
|
+
"@commitlint/cli": "^20.4.2",
|
|
16
|
+
"@commitlint/config-conventional": "^20.4.2",
|
|
17
|
+
"@oclif/plugin-command-snapshot": "^5.3.10",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
19
19
|
"@salesforce/dev-scripts": "^11",
|
|
20
20
|
"@types/fs-extra": "^11.0.4",
|