@salesforce/source-deploy-retrieve 5.0.0-orb.2 → 5.0.2

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.
Files changed (160) hide show
  1. package/CHANGELOG.md +186 -101
  2. package/LICENSE.txt +12 -0
  3. package/README.md +2 -2
  4. package/lib/src/client/deployStrategies/auraDeploy.d.ts +2 -2
  5. package/lib/src/client/deployStrategies/auraDeploy.js +99 -109
  6. package/lib/src/client/deployStrategies/auraDeploy.js.map +1 -1
  7. package/lib/src/client/deployStrategies/baseDeploy.d.ts +1 -1
  8. package/lib/src/client/deployStrategies/baseDeploy.js +37 -38
  9. package/lib/src/client/deployStrategies/baseDeploy.js.map +1 -1
  10. package/lib/src/client/deployStrategies/containerDeploy.d.ts +2 -2
  11. package/lib/src/client/deployStrategies/containerDeploy.js +58 -73
  12. package/lib/src/client/deployStrategies/containerDeploy.js.map +1 -1
  13. package/lib/src/client/deployStrategies/index.js +4 -3
  14. package/lib/src/client/deployStrategies/index.js.map +1 -1
  15. package/lib/src/client/deployStrategies/lwcDeploy.d.ts +2 -2
  16. package/lib/src/client/deployStrategies/lwcDeploy.js +98 -109
  17. package/lib/src/client/deployStrategies/lwcDeploy.js.map +1 -1
  18. package/lib/src/client/diagnosticUtil.d.ts +1 -1
  19. package/lib/src/client/diagnosticUtil.js +11 -11
  20. package/lib/src/client/diagnosticUtil.js.map +1 -1
  21. package/lib/src/client/index.d.ts +1 -1
  22. package/lib/src/client/index.js +1 -1
  23. package/lib/src/client/index.js.map +1 -1
  24. package/lib/src/client/metadataApiDeploy.d.ts +4 -4
  25. package/lib/src/client/metadataApiDeploy.js +57 -73
  26. package/lib/src/client/metadataApiDeploy.js.map +1 -1
  27. package/lib/src/client/metadataApiRetrieve.d.ts +10 -3
  28. package/lib/src/client/metadataApiRetrieve.js +102 -111
  29. package/lib/src/client/metadataApiRetrieve.js.map +1 -1
  30. package/lib/src/client/metadataTransfer.d.ts +2 -2
  31. package/lib/src/client/metadataTransfer.js +102 -118
  32. package/lib/src/client/metadataTransfer.js.map +1 -1
  33. package/lib/src/client/retrieveUtil.d.ts +1 -1
  34. package/lib/src/client/retrieveUtil.js +17 -17
  35. package/lib/src/client/retrieveUtil.js.map +1 -1
  36. package/lib/src/client/toolingApi.d.ts +2 -2
  37. package/lib/src/client/toolingApi.js +71 -94
  38. package/lib/src/client/toolingApi.js.map +1 -1
  39. package/lib/src/client/types.js +1 -14
  40. package/lib/src/client/types.js.map +1 -1
  41. package/lib/src/collections/componentSet.d.ts +16 -10
  42. package/lib/src/collections/componentSet.js +160 -114
  43. package/lib/src/collections/componentSet.js.map +1 -1
  44. package/lib/src/collections/index.js +1 -0
  45. package/lib/src/collections/index.js.map +1 -1
  46. package/lib/src/collections/lazyCollection.js +5 -1
  47. package/lib/src/collections/lazyCollection.js.map +1 -1
  48. package/lib/src/collections/types.d.ts +8 -0
  49. package/lib/src/common/constants.js +1 -1
  50. package/lib/src/common/constants.js.map +1 -1
  51. package/lib/src/common/index.d.ts +1 -1
  52. package/lib/src/common/index.js +1 -0
  53. package/lib/src/common/index.js.map +1 -1
  54. package/lib/src/convert/convertContext.d.ts +9 -10
  55. package/lib/src/convert/convertContext.js +165 -173
  56. package/lib/src/convert/convertContext.js.map +1 -1
  57. package/lib/src/convert/index.js +1 -0
  58. package/lib/src/convert/index.js.map +1 -1
  59. package/lib/src/convert/metadataConverter.d.ts +3 -18
  60. package/lib/src/convert/metadataConverter.js +112 -110
  61. package/lib/src/convert/metadataConverter.js.map +1 -1
  62. package/lib/src/convert/streams.d.ts +4 -4
  63. package/lib/src/convert/streams.js +111 -147
  64. package/lib/src/convert/streams.js.map +1 -1
  65. package/lib/src/convert/transformers/baseMetadataTransformer.js.map +1 -1
  66. package/lib/src/convert/transformers/decomposedMetadataTransformer.d.ts +2 -2
  67. package/lib/src/convert/transformers/decomposedMetadataTransformer.js +124 -149
  68. package/lib/src/convert/transformers/decomposedMetadataTransformer.js.map +1 -1
  69. package/lib/src/convert/transformers/defaultMetadataTransformer.d.ts +1 -1
  70. package/lib/src/convert/transformers/defaultMetadataTransformer.js +11 -23
  71. package/lib/src/convert/transformers/defaultMetadataTransformer.js.map +1 -1
  72. package/lib/src/convert/transformers/index.js +1 -0
  73. package/lib/src/convert/transformers/index.js.map +1 -1
  74. package/lib/src/convert/transformers/metadataTransformerFactory.js +1 -1
  75. package/lib/src/convert/transformers/metadataTransformerFactory.js.map +1 -1
  76. package/lib/src/convert/transformers/nonDecomposedMetadataTransformer.d.ts +1 -1
  77. package/lib/src/convert/transformers/nonDecomposedMetadataTransformer.js +18 -29
  78. package/lib/src/convert/transformers/nonDecomposedMetadataTransformer.js.map +1 -1
  79. package/lib/src/convert/transformers/staticResourceMetadataTransformer.d.ts +1 -1
  80. package/lib/src/convert/transformers/staticResourceMetadataTransformer.js +78 -135
  81. package/lib/src/convert/transformers/staticResourceMetadataTransformer.js.map +1 -1
  82. package/lib/src/convert/types.d.ts +1 -1
  83. package/lib/src/errors/index.js.map +1 -1
  84. package/lib/src/i18n/i18n.js +3 -2
  85. package/lib/src/i18n/i18n.js.map +1 -1
  86. package/lib/src/i18n/index.js +3 -4
  87. package/lib/src/i18n/index.js.map +1 -1
  88. package/lib/src/i18n/localization.js +4 -4
  89. package/lib/src/i18n/localization.js.map +1 -1
  90. package/lib/src/index.js +1 -4
  91. package/lib/src/index.js.map +1 -1
  92. package/lib/src/registry/index.js +1 -4
  93. package/lib/src/registry/index.js.map +1 -1
  94. package/lib/src/registry/{registry.json → metadataRegistry.json} +376 -20
  95. package/lib/src/registry/nonSupportedTypes.d.ts +11 -0
  96. package/lib/src/registry/nonSupportedTypes.js +53 -0
  97. package/lib/src/registry/nonSupportedTypes.js.map +1 -0
  98. package/lib/src/registry/registry.d.ts +357 -1
  99. package/lib/src/registry/registry.js +2 -2
  100. package/lib/src/registry/registry.js.map +1 -1
  101. package/lib/src/registry/registryAccess.d.ts +12 -0
  102. package/lib/src/registry/registryAccess.js +25 -2
  103. package/lib/src/registry/registryAccess.js.map +1 -1
  104. package/lib/src/registry/types.d.ts +47 -0
  105. package/lib/src/registry/types.js +0 -35
  106. package/lib/src/registry/types.js.map +1 -1
  107. package/lib/src/resolve/adapters/baseSourceAdapter.d.ts +3 -2
  108. package/lib/src/resolve/adapters/baseSourceAdapter.js +55 -19
  109. package/lib/src/resolve/adapters/baseSourceAdapter.js.map +1 -1
  110. package/lib/src/resolve/adapters/bundleSourceAdapter.d.ts +1 -1
  111. package/lib/src/resolve/adapters/bundleSourceAdapter.js +0 -6
  112. package/lib/src/resolve/adapters/bundleSourceAdapter.js.map +1 -1
  113. package/lib/src/resolve/adapters/decomposedSourceAdapter.d.ts +1 -1
  114. package/lib/src/resolve/adapters/decomposedSourceAdapter.js +8 -14
  115. package/lib/src/resolve/adapters/decomposedSourceAdapter.js.map +1 -1
  116. package/lib/src/resolve/adapters/defaultSourceAdapter.d.ts +1 -1
  117. package/lib/src/resolve/adapters/defaultSourceAdapter.js +0 -6
  118. package/lib/src/resolve/adapters/defaultSourceAdapter.js.map +1 -1
  119. package/lib/src/resolve/adapters/index.js +1 -0
  120. package/lib/src/resolve/adapters/index.js.map +1 -1
  121. package/lib/src/resolve/adapters/matchingContentSourceAdapter.d.ts +1 -1
  122. package/lib/src/resolve/adapters/matchingContentSourceAdapter.js +2 -2
  123. package/lib/src/resolve/adapters/matchingContentSourceAdapter.js.map +1 -1
  124. package/lib/src/resolve/adapters/mixedContentSourceAdapter.d.ts +1 -1
  125. package/lib/src/resolve/adapters/mixedContentSourceAdapter.js +6 -6
  126. package/lib/src/resolve/adapters/mixedContentSourceAdapter.js.map +1 -1
  127. package/lib/src/resolve/adapters/sourceAdapterFactory.js +2 -2
  128. package/lib/src/resolve/adapters/sourceAdapterFactory.js.map +1 -1
  129. package/lib/src/resolve/forceIgnore.d.ts +0 -5
  130. package/lib/src/resolve/forceIgnore.js +14 -100
  131. package/lib/src/resolve/forceIgnore.js.map +1 -1
  132. package/lib/src/resolve/index.d.ts +1 -1
  133. package/lib/src/resolve/index.js +1 -0
  134. package/lib/src/resolve/index.js.map +1 -1
  135. package/lib/src/resolve/manifestResolver.d.ts +1 -0
  136. package/lib/src/resolve/manifestResolver.js +42 -31
  137. package/lib/src/resolve/manifestResolver.js.map +1 -1
  138. package/lib/src/resolve/metadataResolver.d.ts +12 -7
  139. package/lib/src/resolve/metadataResolver.js +39 -19
  140. package/lib/src/resolve/metadataResolver.js.map +1 -1
  141. package/lib/src/resolve/sourceComponent.d.ts +46 -7
  142. package/lib/src/resolve/sourceComponent.js +126 -65
  143. package/lib/src/resolve/sourceComponent.js.map +1 -1
  144. package/lib/src/resolve/treeContainers.d.ts +1 -1
  145. package/lib/src/resolve/treeContainers.js +21 -32
  146. package/lib/src/resolve/treeContainers.js.map +1 -1
  147. package/lib/src/resolve/types.d.ts +2 -2
  148. package/lib/src/utils/collections.js +1 -1
  149. package/lib/src/utils/collections.js.map +1 -1
  150. package/lib/src/utils/fileSystemHandler.js +1 -1
  151. package/lib/src/utils/fileSystemHandler.js.map +1 -1
  152. package/lib/src/utils/index.d.ts +1 -1
  153. package/lib/src/utils/index.js +2 -0
  154. package/lib/src/utils/index.js.map +1 -1
  155. package/lib/src/utils/metadata.js +1 -3
  156. package/lib/src/utils/metadata.js.map +1 -1
  157. package/lib/src/utils/path.d.ts +26 -1
  158. package/lib/src/utils/path.js +40 -5
  159. package/lib/src/utils/path.js.map +1 -1
  160. package/package.json +44 -35
package/CHANGELOG.md CHANGED
@@ -2,121 +2,204 @@
2
2
 
3
3
  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.
4
4
 
5
- ## [5.0.0-orb.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.0.0-orb.1...v5.0.0-orb.2) (2021-08-23)
5
+ ### [5.0.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.0.1...v5.0.2) (2021-10-28)
6
6
 
7
- ## [5.0.0-orb.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.0.0-orb.0...v5.0.0-orb.1) (2021-08-23)
8
7
 
9
- ## [5.0.0-orb.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v1.0.7...v5.0.0-orb.0) (2021-08-23)
8
+ ### Bug Fixes
9
+
10
+ * doesn't call Object.entries on undefined ([#484](https://github.com/forcedotcom/source-deploy-retrieve/issues/484)) ([089198e](https://github.com/forcedotcom/source-deploy-retrieve/commit/089198e7e1472724951765c2bca7be7003609b64))
11
+
12
+ ### [5.0.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.0.0...v5.0.1) (2021-10-21)
13
+
14
+ ### Bug Fixes
15
+
16
+ - migrate registry.json from fork ([#482](https://github.com/forcedotcom/source-deploy-retrieve/issues/482)) ([cad3700](https://github.com/forcedotcom/source-deploy-retrieve/commit/cad370037ef529a575723f89061d46b9503a1a60))
10
17
 
18
+ ## [5.0.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.12...v5.0.0) (2021-10-21)
11
19
 
12
- ### BREAKING CHANGES
20
+ ### [4.5.12](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.11...v4.5.12) (2021-10-20)
13
21
 
14
- * metadata transfers are now done in 2 steps - start and pollStatus
22
+ ### [4.5.11](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.10...v4.5.11) (2021-10-13)
15
23
 
16
- * refactor: updates for review
24
+ ### [4.5.10](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.9...v4.5.10) (2021-10-13)
25
+
26
+ ### Bug Fixes
17
27
 
18
- make componentSet option optional. update jsdoc. regenerate yarn.lock with yarnkpkg registry.
28
+ - use matching content file strategy ([#471](https://github.com/forcedotcom/source-deploy-retrieve/issues/471)) ([86b21d6](https://github.com/forcedotcom/source-deploy-retrieve/commit/86b21d69b913058f3b3fc641f6ef7ce9a0c2fe92))
19
29
 
20
- * refactor(yarn.lock): start with existing yarn.lock
30
+ ### [4.5.9](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.8...v4.5.9) (2021-10-12)
31
+
32
+ ### Bug Fixes
33
+
34
+ - bump api version to 53.0 ([#476](https://github.com/forcedotcom/source-deploy-retrieve/issues/476)) ([a62aac5](https://github.com/forcedotcom/source-deploy-retrieve/commit/a62aac52037e40f3bfbf0ff516054d8096ecbfed))
35
+
36
+ ### [4.5.8](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.7...v4.5.8) (2021-10-12)
37
+
38
+ ### [4.5.7](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.6...v4.5.7) (2021-10-11)
39
+
40
+ ### Bug Fixes
41
+
42
+ - use parent xml to parse child ([#470](https://github.com/forcedotcom/source-deploy-retrieve/issues/470)) ([440d2be](https://github.com/forcedotcom/source-deploy-retrieve/commit/440d2beda3cdd8cc64137ac64d361e230d8f5e30))
43
+
44
+ ### [4.5.6](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.5...v4.5.6) (2021-10-07)
45
+
46
+ ### [4.5.5](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.4...v4.5.5) (2021-10-06)
47
+
48
+ ### Bug Fixes
49
+
50
+ - replace fs with graceful-fs ([#468](https://github.com/forcedotcom/source-deploy-retrieve/issues/468)) ([2b5214c](https://github.com/forcedotcom/source-deploy-retrieve/commit/2b5214c655b94e009e18482f50f121c6217c5e24))
51
+
52
+ ### [4.5.4](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.3...v4.5.4) (2021-10-06)
53
+
54
+ ### [4.5.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.2...v4.5.3) (2021-10-06)
55
+
56
+ ### Bug Fixes
57
+
58
+ - set correct status on file responses ([#465](https://github.com/forcedotcom/source-deploy-retrieve/issues/465)) ([3e95508](https://github.com/forcedotcom/source-deploy-retrieve/commit/3e9550846a0528f7c6c5ea02881003a87601fc1f))
59
+
60
+ ### [4.5.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.1...v4.5.2) (2021-10-03)
61
+
62
+ ### Bug Fixes
21
63
 
22
- do not regenerate the yarn.lock from scratch; use existing.
64
+ - support mixed wildcards and names in manifests ([#464](https://github.com/forcedotcom/source-deploy-retrieve/issues/464)) ([58e14ba](https://github.com/forcedotcom/source-deploy-retrieve/commit/58e14ba1b89ec6b63cfc748ef46d39d40ab8f348))
65
+
66
+ ### [4.5.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.0...v4.5.1) (2021-09-30)
67
+
68
+ ## [4.5.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.8...v4.5.0) (2021-09-30)
23
69
 
24
70
  ### Features
25
71
 
26
- * add support for making asynchronous metadata transfers ([#334](https://github.com/forcedotcom/source-deploy-retrieve/issues/334)) ([f26da78](https://github.com/forcedotcom/source-deploy-retrieve/commit/f26da78803d0f809d5dced21f6fe704befc61d16))
27
- * add workskillrouting type to registry ([#287](https://github.com/forcedotcom/source-deploy-retrieve/issues/287)) ([433c367](https://github.com/forcedotcom/source-deploy-retrieve/commit/433c367a5ef73ba4189c8573309819105629a9e6))
28
- * add zip tree container and stream() method to tree container interface ([#154](https://github.com/forcedotcom/source-deploy-retrieve/issues/154)) ([d179e47](https://github.com/forcedotcom/source-deploy-retrieve/commit/d179e47a0e3de845bd373c34ee60a96ffda5d2b7))
29
- * added SDR Handbook to the repo ([#400](https://github.com/forcedotcom/source-deploy-retrieve/issues/400)) ([6d9d3c3](https://github.com/forcedotcom/source-deploy-retrieve/commit/6d9d3c368b9dacbc4e2b9ea57e4567e697edee34))
30
- * adds option to convert source directly to the specified directory ([#332](https://github.com/forcedotcom/source-deploy-retrieve/issues/332)) ([98abed2](https://github.com/forcedotcom/source-deploy-retrieve/commit/98abed2d9ab353aa0b7fc78c84ce6bf38bb8fdb4))
31
- * adds support for destructive changes ([#420](https://github.com/forcedotcom/source-deploy-retrieve/issues/420)) ([9d7ee33](https://github.com/forcedotcom/source-deploy-retrieve/commit/9d7ee33187cd1ac8c3ff345e691eddcd7cffbcdf))
32
- * better options for from source component set initializer ([#276](https://github.com/forcedotcom/source-deploy-retrieve/issues/276)) ([dbe8a30](https://github.com/forcedotcom/source-deploy-retrieve/commit/dbe8a3039600308ac73aa706408fc9d72f086477))
33
- * convert and merge components for default transformer types ([#176](https://github.com/forcedotcom/source-deploy-retrieve/issues/176)) ([ee6d7a6](https://github.com/forcedotcom/source-deploy-retrieve/commit/ee6d7a64d62e17311f2a852c2a35303cf0cc977e))
34
- * convert and merge decomposed component types ([#184](https://github.com/forcedotcom/source-deploy-retrieve/issues/184)) ([7ca21a8](https://github.com/forcedotcom/source-deploy-retrieve/commit/7ca21a8e42b1e9826d7f4923abe068d62c52c22f))
35
- * convert and merge static resources ([#186](https://github.com/forcedotcom/source-deploy-retrieve/issues/186)) ([334360a](https://github.com/forcedotcom/source-deploy-retrieve/commit/334360aaa27068479539c137d14fb48aad84ecc0))
36
- * Convert source -> metadata format for StaticResources ([#127](https://github.com/forcedotcom/source-deploy-retrieve/issues/127)) ([a51e617](https://github.com/forcedotcom/source-deploy-retrieve/commit/a51e61739fbff0c3f6c5975d1586571944730136))
37
- * **convert:** Support decomposing child components at same level as parent ([#142](https://github.com/forcedotcom/source-deploy-retrieve/issues/142)) ([7ec8368](https://github.com/forcedotcom/source-deploy-retrieve/commit/7ec8368e286a0941b20f93a588397dc8ddd7d066))
38
- * Decompose CustomObjects (metadata format -> source format) ([#136](https://github.com/forcedotcom/source-deploy-retrieve/issues/136)) ([eb94a8e](https://github.com/forcedotcom/source-deploy-retrieve/commit/eb94a8e27eab9ba8597b3c4d913a7922c87e1c29))
39
- * enable typedoc generation in circleci publish job ([#392](https://github.com/forcedotcom/source-deploy-retrieve/issues/392)) ([630a8bf](https://github.com/forcedotcom/source-deploy-retrieve/commit/630a8bf024b3857ae857de276e3be03d59c91bd4))
40
- * enhance metadata retrieve result info ([#155](https://github.com/forcedotcom/source-deploy-retrieve/issues/155)) ([49710d6](https://github.com/forcedotcom/source-deploy-retrieve/commit/49710d6e03f077320c44547969f426b87a81b6a5))
41
- * generate api documentation ([#275](https://github.com/forcedotcom/source-deploy-retrieve/issues/275)) ([5d470de](https://github.com/forcedotcom/source-deploy-retrieve/commit/5d470de04e56fa4ea6840484f9439b0f1d749eb0))
42
- * get file statuses from retrieve result ([#243](https://github.com/forcedotcom/source-deploy-retrieve/issues/243)) ([e79a1b8](https://github.com/forcedotcom/source-deploy-retrieve/commit/e79a1b81b04cb68ebd413dfa84e1865d0f95853c))
43
- * handle wildcards in working set ([#205](https://github.com/forcedotcom/source-deploy-retrieve/issues/205)) ([12322da](https://github.com/forcedotcom/source-deploy-retrieve/commit/12322da32989248c03c933e13ebd09e2c05dfdbb))
44
- * introduce working set paradigm, package xml parsing ([#201](https://github.com/forcedotcom/source-deploy-retrieve/issues/201)) ([1ba19ef](https://github.com/forcedotcom/source-deploy-retrieve/commit/1ba19ef5ed789074a9977d139ac19bacf09948ab))
45
- * merge against multiple sources of the same component ([#223](https://github.com/forcedotcom/source-deploy-retrieve/issues/223)) ([b85ee30](https://github.com/forcedotcom/source-deploy-retrieve/commit/b85ee30f3ead3cdabf3c16ff3e055f69fa5c034e))
46
- * metadata api deploy transfer result ([#249](https://github.com/forcedotcom/source-deploy-retrieve/issues/249)) ([e8c24fd](https://github.com/forcedotcom/source-deploy-retrieve/commit/e8c24fd699df1e1c4e7df1bb99a0abb96e861019))
47
- * multiple resolve targets when parsing manifest ([#211](https://github.com/forcedotcom/source-deploy-retrieve/issues/211)) ([c02b827](https://github.com/forcedotcom/source-deploy-retrieve/commit/c02b827b94f873653e1aba78a66ba08f3346baa2))
48
- * multiple source-backed components per member in ComponentSet ([#212](https://github.com/forcedotcom/source-deploy-retrieve/issues/212)) ([598beb1](https://github.com/forcedotcom/source-deploy-retrieve/commit/598beb117511ecc342648195d644df89298336da))
49
- * new commitizen implementation ([#134](https://github.com/forcedotcom/source-deploy-retrieve/issues/134)) ([e018957](https://github.com/forcedotcom/source-deploy-retrieve/commit/e018957b3a71b6de7554bf9ffe8b63e6ccc582f3))
50
- * support decomposed components across multiple directories ([#224](https://github.com/forcedotcom/source-deploy-retrieve/issues/224)) ([29dbdc7](https://github.com/forcedotcom/source-deploy-retrieve/commit/29dbdc728644d0ebf92ab75ff3b9d4e0e5ca7f0b))
51
- * support split CustomLabels on deploy and retrieve ([#278](https://github.com/forcedotcom/source-deploy-retrieve/issues/278)) ([82826ff](https://github.com/forcedotcom/source-deploy-retrieve/commit/82826ff48d7af723894deba9fa32dc9bccedd1f6))
52
- * turn component set into a lazy collection ([#247](https://github.com/forcedotcom/source-deploy-retrieve/issues/247)) ([797219f](https://github.com/forcedotcom/source-deploy-retrieve/commit/797219f191d666a7fa1b1285231cd70eb9021e08))
53
- * update from manifest initializer ([#279](https://github.com/forcedotcom/source-deploy-retrieve/issues/279)) ([ba2b242](https://github.com/forcedotcom/source-deploy-retrieve/commit/ba2b24290bef847a4b0698fa875973adfd06937a))
72
+ - support epb types ([#463](https://github.com/forcedotcom/source-deploy-retrieve/issues/463)) ([1963483](https://github.com/forcedotcom/source-deploy-retrieve/commit/1963483ca9795437cba09568f1bd0f29d33affd1))
73
+
74
+ ### [4.4.8](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.7...v4.4.8) (2021-09-30)
75
+
76
+ ### Bug Fixes
77
+
78
+ - resolve CustomFieldTranslations properly ([#461](https://github.com/forcedotcom/source-deploy-retrieve/issues/461)) ([cf764bb](https://github.com/forcedotcom/source-deploy-retrieve/commit/cf764bb9ce02844553e6374efa1d538e414ab697))
79
+
80
+ ### [4.4.7](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.6...v4.4.7) (2021-09-28)
81
+
82
+ ### Bug Fixes
83
+
84
+ - release sfdx-core update ([#462](https://github.com/forcedotcom/source-deploy-retrieve/issues/462)) ([ed44dff](https://github.com/forcedotcom/source-deploy-retrieve/commit/ed44dfff1757eb307f24fcbcdc1efa0e7f197ca7))
85
+
86
+ ### [4.4.6](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.5...v4.4.6) (2021-09-24)
87
+
88
+ ### Bug Fixes
89
+
90
+ - resolve folderContentTypes in mdapi format for windows ([#457](https://github.com/forcedotcom/source-deploy-retrieve/issues/457)) ([25fbec5](https://github.com/forcedotcom/source-deploy-retrieve/commit/25fbec55720e7bab39a9e7e4f0368f44882c15de))
54
91
 
92
+ ### [4.4.5](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.4...v4.4.5) (2021-09-23)
55
93
 
56
94
  ### Bug Fixes
57
95
 
58
- * add fullName to CompSet to be added to package.xml ([#296](https://github.com/forcedotcom/source-deploy-retrieve/issues/296)) ([04069e6](https://github.com/forcedotcom/source-deploy-retrieve/commit/04069e689310c0827082cc467c7221ee0477d38a))
59
- * add rest option from core ([#352](https://github.com/forcedotcom/source-deploy-retrieve/issues/352)) ([9d072e8](https://github.com/forcedotcom/source-deploy-retrieve/commit/9d072e8ee798956fdc56c9060462aaff113d8d53))
60
- * add retrieve via packageNames param ([#251](https://github.com/forcedotcom/source-deploy-retrieve/issues/251)) ([1b9c23f](https://github.com/forcedotcom/source-deploy-retrieve/commit/1b9c23f250bfb71b845e735babf9ad4b56dec6c7))
61
- * add RunTestResult type ([#395](https://github.com/forcedotcom/source-deploy-retrieve/issues/395)) ([#398](https://github.com/forcedotcom/source-deploy-retrieve/issues/398)) ([498de53](https://github.com/forcedotcom/source-deploy-retrieve/commit/498de53447e10382b626649066c2df91cce1f33a))
62
- * add SFDX_MDAPI_TEMP_DIR and test ([#266](https://github.com/forcedotcom/source-deploy-retrieve/issues/266)) ([72ca12d](https://github.com/forcedotcom/source-deploy-retrieve/commit/72ca12dbe6c48810fd55fe0d012b81d1cc4c4f9b))
63
- * add support for sourceApiVersion ([#381](https://github.com/forcedotcom/source-deploy-retrieve/issues/381)) ([eebecfb](https://github.com/forcedotcom/source-deploy-retrieve/commit/eebecfb7abebd96883293b1a787c7ef4724401f7))
64
- * add to component set even if unresolved source ([#217](https://github.com/forcedotcom/source-deploy-retrieve/issues/217)) ([7392c54](https://github.com/forcedotcom/source-deploy-retrieve/commit/7392c547e8318e2346e5c30a06847444e0fc879b))
65
- * add WaveComponent to metadata registry ([#366](https://github.com/forcedotcom/source-deploy-retrieve/issues/366)) ([671ae1c](https://github.com/forcedotcom/source-deploy-retrieve/commit/671ae1c78954d2e56df877ee0056f474fa81474c))
66
- * address deploy/retrieve timeout with metadata transfer paradigm ([#236](https://github.com/forcedotcom/source-deploy-retrieve/issues/236)) ([2e0b3da](https://github.com/forcedotcom/source-deploy-retrieve/commit/2e0b3da5ee77b3a436f40122a9966dd730c5c6ef))
67
- * build issue with outdated reference ([#241](https://github.com/forcedotcom/source-deploy-retrieve/issues/241)) ([7b87862](https://github.com/forcedotcom/source-deploy-retrieve/commit/7b87862797bd5842a574a77f5bde6813420c9dc7))
68
- * bump the version of @salesforce/core for PollingClient fix ([#361](https://github.com/forcedotcom/source-deploy-retrieve/issues/361)) ([d046b9d](https://github.com/forcedotcom/source-deploy-retrieve/commit/d046b9d7ab2aef1457a00a47ae1681505d259032))
69
- * bump version of archiver for NodeJS v16 ([#399](https://github.com/forcedotcom/source-deploy-retrieve/issues/399)) ([ccaaa23](https://github.com/forcedotcom/source-deploy-retrieve/commit/ccaaa23e41622530a73f594d403b2467feb56138))
70
- * bumps the version of core to 2.25.1 ([#369](https://github.com/forcedotcom/source-deploy-retrieve/issues/369)) ([b5350cd](https://github.com/forcedotcom/source-deploy-retrieve/commit/b5350cd7debf3d73c26e618ffb301d97c1b2c1c2))
71
- * check for only children tags during decompose ([#166](https://github.com/forcedotcom/source-deploy-retrieve/issues/166)) ([3acc08c](https://github.com/forcedotcom/source-deploy-retrieve/commit/3acc08cf63f49277431d8982f9413a174e5d8179))
72
- * child components not being deployed ([#220](https://github.com/forcedotcom/source-deploy-retrieve/issues/220)) ([86581e4](https://github.com/forcedotcom/source-deploy-retrieve/commit/86581e4c9230a4306b13f26c1c3183802633181c))
73
- * codeowners file and package version ([388cb63](https://github.com/forcedotcom/source-deploy-retrieve/commit/388cb63e545d63da9b44a18a2d602d4b6cb5f2d4))
74
- * convert Document metadata type to document ([#263](https://github.com/forcedotcom/source-deploy-retrieve/issues/263)) ([d364dd8](https://github.com/forcedotcom/source-deploy-retrieve/commit/d364dd834a7f0192fd6ce9f19236082298f96b17))
75
- * convert folder components to source format correctly ([#239](https://github.com/forcedotcom/source-deploy-retrieve/issues/239)) ([5822a06](https://github.com/forcedotcom/source-deploy-retrieve/commit/5822a0680f597ff1a2c72df1a13381c1a13ca1a0))
76
- * correct status when retrieving with wildcard ([#209](https://github.com/forcedotcom/source-deploy-retrieve/issues/209)) ([59c65dd](https://github.com/forcedotcom/source-deploy-retrieve/commit/59c65ddece811085d542b2eaf3edd0c578b926a8))
77
- * correctly identify CustomSite and SiteDotCom components ([f491202](https://github.com/forcedotcom/source-deploy-retrieve/commit/f4912022525b10687c85dcc6e8722151fccc81e8))
78
- * create dirs for zip conversion ([#148](https://github.com/forcedotcom/source-deploy-retrieve/issues/148)) @@W-8091341@ ([5a9e521](https://github.com/forcedotcom/source-deploy-retrieve/commit/5a9e521a01367c87b39efc71ca59ea0a7eca4d33))
79
- * CustomObjects without a parent xml fail during conversion ([#124](https://github.com/forcedotcom/source-deploy-retrieve/issues/124)) ([7217807](https://github.com/forcedotcom/source-deploy-retrieve/commit/7217807d87012500ec3cae873ed882a67c7f85bf))
80
- * duplicate SourceComponents when scanning StaticResources with a directory for content ([#138](https://github.com/forcedotcom/source-deploy-retrieve/issues/138)) ([38c4920](https://github.com/forcedotcom/source-deploy-retrieve/commit/38c4920c271e9c0999c5ba0a37d4c74d53bee8b3))
81
- * export all public TS types and interfaces ([#423](https://github.com/forcedotcom/source-deploy-retrieve/issues/423)) ([1797cb7](https://github.com/forcedotcom/source-deploy-retrieve/commit/1797cb7a36c0f3accc150e04739cb40204db79ac))
82
- * export FileProperties from the top level ([#335](https://github.com/forcedotcom/source-deploy-retrieve/issues/335)) ([638bef5](https://github.com/forcedotcom/source-deploy-retrieve/commit/638bef573f7e6afa8efedd0ea7c9fe1b5d8bf7f7))
83
- * export MetadataApiDeployStatus from the top level ([#358](https://github.com/forcedotcom/source-deploy-retrieve/issues/358)) ([0a4bbbe](https://github.com/forcedotcom/source-deploy-retrieve/commit/0a4bbbecfb24e116c22ca43c08940d99476d6e90))
84
- * fix cannot split issue ([#333](https://github.com/forcedotcom/source-deploy-retrieve/issues/333)) ([f8ab2d5](https://github.com/forcedotcom/source-deploy-retrieve/commit/f8ab2d5f4a68759cbf3da56ef2d877f46a399aed))
85
- * fixed bug in old parser when using the defaults ([#200](https://github.com/forcedotcom/source-deploy-retrieve/issues/200)) ([3ccbfa8](https://github.com/forcedotcom/source-deploy-retrieve/commit/3ccbfa8c3dea147f5ba9e9e5d661c52d48664dad))
86
- * follow commitizen format on CircleCI automation ([#216](https://github.com/forcedotcom/source-deploy-retrieve/issues/216)) ([a5b44eb](https://github.com/forcedotcom/source-deploy-retrieve/commit/a5b44eb09eb702782d83cd97c7dc8659d8f6ff65))
87
- * force fullName to CustomLabels ([#427](https://github.com/forcedotcom/source-deploy-retrieve/issues/427)) ([832955f](https://github.com/forcedotcom/source-deploy-retrieve/commit/832955f8822c587d5bb595b5b56b5883cda7be25))
88
- * forceIgnore does not work for `SFDX: Retrieve Source in Manifest from Org` in vscode extension ([#413](https://github.com/forcedotcom/source-deploy-retrieve/issues/413)) ([af52e37](https://github.com/forcedotcom/source-deploy-retrieve/commit/af52e37b37b616b7e563798e1440bcf9e544c88d))
89
- * forceignore not respecting trailing / on windows ([#190](https://github.com/forcedotcom/source-deploy-retrieve/issues/190)) ([15a560f](https://github.com/forcedotcom/source-deploy-retrieve/commit/15a560fa9d210e061e4a32f6f3b5dac368649a4e))
90
- * getComponent won't throw when parent is ignored ([#418](https://github.com/forcedotcom/source-deploy-retrieve/issues/418)) ([125ce16](https://github.com/forcedotcom/source-deploy-retrieve/commit/125ce16c808db0bc5c20c4f929ce9597e0593173))
91
- * handling folders during various operations ([#208](https://github.com/forcedotcom/source-deploy-retrieve/issues/208)) ([e09a007](https://github.com/forcedotcom/source-deploy-retrieve/commit/e09a0078a6a3c735fa3bd1549c4ecb385b5a8dd1))
92
- * ignore duplicate components in server response ([#401](https://github.com/forcedotcom/source-deploy-retrieve/issues/401)) ([a60cac5](https://github.com/forcedotcom/source-deploy-retrieve/commit/a60cac5ec0166c4970b66ebab94e16e16e3a7150))
93
- * improve messaging for force ignore old vs new parsers ([#324](https://github.com/forcedotcom/source-deploy-retrieve/issues/324)) ([158e97a](https://github.com/forcedotcom/source-deploy-retrieve/commit/158e97a8fc1e60cf37864120b8b95b08c4ce2982))
94
- * issue supplying connection object when deploying or retrieving ([#226](https://github.com/forcedotcom/source-deploy-retrieve/issues/226)) ([3490652](https://github.com/forcedotcom/source-deploy-retrieve/commit/3490652b5fbbef36d25a5d8e0e0d06aa9adca84d))
95
- * make forceignore exported as a top level feature ([#198](https://github.com/forcedotcom/source-deploy-retrieve/issues/198)) ([82317d9](https://github.com/forcedotcom/source-deploy-retrieve/commit/82317d92b897c1e75c2a256a352b368e0bda3ab3))
96
- * merge deploy api options ([#272](https://github.com/forcedotcom/source-deploy-retrieve/issues/272)) ([162d7cd](https://github.com/forcedotcom/source-deploy-retrieve/commit/162d7cd864f6ae3b63cc4d5e4c9da5f78fa43e2d))
97
- * moved the forceignore deprecation logic to SDR ([#129](https://github.com/forcedotcom/source-deploy-retrieve/issues/129)) ([1b791d7](https://github.com/forcedotcom/source-deploy-retrieve/commit/1b791d754fb23f9497c69314b29ad320204910af))
98
- * NetworkBranding content file not included in source conversion ([#106](https://github.com/forcedotcom/source-deploy-retrieve/issues/106)) ([60f19a7](https://github.com/forcedotcom/source-deploy-retrieve/commit/60f19a7548ee99f29d4b9efe00e712f62e2f0e5d))
99
- * output package creation to follow sfdx package convention ([#153](https://github.com/forcedotcom/source-deploy-retrieve/issues/153)) ([059262f](https://github.com/forcedotcom/source-deploy-retrieve/commit/059262fa51df43556fc0085814e5c70ebd01644e))
100
- * preserve leading zeroes in xml node values ([#319](https://github.com/forcedotcom/source-deploy-retrieve/issues/319)) ([5e934e8](https://github.com/forcedotcom/source-deploy-retrieve/commit/5e934e8512e4231b7da30300fd64792ae1fb39dc))
101
- * prevent duplicate -meta.xml suffix for metadata xml only components ([#188](https://github.com/forcedotcom/source-deploy-retrieve/issues/188)) ([d0f4b17](https://github.com/forcedotcom/source-deploy-retrieve/commit/d0f4b176ceed104f0cdf85530d9cedf844c4bce6))
102
- * recomposition failing for child components ([#112](https://github.com/forcedotcom/source-deploy-retrieve/issues/112)) ([fd4a3ab](https://github.com/forcedotcom/source-deploy-retrieve/commit/fd4a3ab3524c0fc7d51db2993a040594cc11ff0e))
103
- * recomposition failing if no parent xml ([#245](https://github.com/forcedotcom/source-deploy-retrieve/issues/245)) ([4ba5d86](https://github.com/forcedotcom/source-deploy-retrieve/commit/4ba5d86866063aea79243bca3de78d1ff7d28e55))
104
- * remove octet-stream as archive type ([#244](https://github.com/forcedotcom/source-deploy-retrieve/issues/244)) ([10f5332](https://github.com/forcedotcom/source-deploy-retrieve/commit/10f5332c69affdfcfd5a303d3d057c506f21e5d8))
105
- * remove tests from being published ([#203](https://github.com/forcedotcom/source-deploy-retrieve/issues/203)) ([9d599fb](https://github.com/forcedotcom/source-deploy-retrieve/commit/9d599fb746fa26c3e2b0ffcdb87a32ff9eee9bad))
106
- * Resolve decomposed child components correctly ([#174](https://github.com/forcedotcom/source-deploy-retrieve/issues/174)) ([1355cfb](https://github.com/forcedotcom/source-deploy-retrieve/commit/1355cfb73bcc382968dc7613fd3c370ca04dc017))
107
- * resolveComponent no longer tries to resolve ignored dir paths ([#379](https://github.com/forcedotcom/source-deploy-retrieve/issues/379)) ([385933f](https://github.com/forcedotcom/source-deploy-retrieve/commit/385933fd8a7937f0731c3788d34ea88ff3895a91))
108
- * retrieve package names to their respective packages ([#353](https://github.com/forcedotcom/source-deploy-retrieve/issues/353)) ([d127731](https://github.com/forcedotcom/source-deploy-retrieve/commit/d12773125e8d764d2d16b75b91816d5d968acc31))
109
- * retrieve reports correct file outputs ([#210](https://github.com/forcedotcom/source-deploy-retrieve/issues/210)) ([14420da](https://github.com/forcedotcom/source-deploy-retrieve/commit/14420da735fb4147712d926da00cda5a0077e1bb))
110
- * set an overridden apiVersion on a created connection ([#274](https://github.com/forcedotcom/source-deploy-retrieve/issues/274)) ([b6f7896](https://github.com/forcedotcom/source-deploy-retrieve/commit/b6f7896b6206b71f9aa5b0ebc9c117d630073e72))
111
- * static resource size consistency ([#411](https://github.com/forcedotcom/source-deploy-retrieve/issues/411)) ([e903175](https://github.com/forcedotcom/source-deploy-retrieve/commit/e903175f17788c6a6e542f4e588a5ddf9ff7f969))
112
- * support toolbelt suffixes ([#428](https://github.com/forcedotcom/source-deploy-retrieve/issues/428)) ([ad4883b](https://github.com/forcedotcom/source-deploy-retrieve/commit/ad4883b6e68a5a8530c3918d795181b07d1608da))
113
- * throw an error for unexpected child types ([#426](https://github.com/forcedotcom/source-deploy-retrieve/issues/426)) ([c40cd97](https://github.com/forcedotcom/source-deploy-retrieve/commit/c40cd97f5437f2099834a9ad16a15db340353474))
114
- * unzipping some static resources fail ([#260](https://github.com/forcedotcom/source-deploy-retrieve/issues/260)) ([f3a5ec1](https://github.com/forcedotcom/source-deploy-retrieve/commit/f3a5ec11db052f9eac57ab941d7b6b5bf3802fa7))
115
- * update missing config for wave and other types ([#307](https://github.com/forcedotcom/source-deploy-retrieve/issues/307)) ([d9f7cef](https://github.com/forcedotcom/source-deploy-retrieve/commit/d9f7cef68bbdcdb7dc2bfd6aef9957f21d3a8979))
116
- * use MetadataApiDeploy instance methods ([#343](https://github.com/forcedotcom/source-deploy-retrieve/issues/343)) ([29b4b67](https://github.com/forcedotcom/source-deploy-retrieve/commit/29b4b676be1dc2f01d9a0bc9e1ba2ff32f660ccf))
117
- * xml nodes might not be arrays ([#424](https://github.com/forcedotcom/source-deploy-retrieve/issues/424)) ([e48b7c4](https://github.com/forcedotcom/source-deploy-retrieve/commit/e48b7c4ccdfbed554254bacc9b01ea2c873c4d2d))
118
- * xmlns set during source conversion ([#213](https://github.com/forcedotcom/source-deploy-retrieve/issues/213)) ([38f96f5](https://github.com/forcedotcom/source-deploy-retrieve/commit/38f96f5753af3d6bf49fb1ab24e92554c4d6ff58))
119
- * zip tree container adding duplicate entries ([#158](https://github.com/forcedotcom/source-deploy-retrieve/issues/158)) ([76fc388](https://github.com/forcedotcom/source-deploy-retrieve/commit/76fc38832978c03eeac4deb0f5e567797acbf932))
96
+ - adds support for nested InFolder metadata types ([#455](https://github.com/forcedotcom/source-deploy-retrieve/issues/455)) ([b2b90a7](https://github.com/forcedotcom/source-deploy-retrieve/commit/b2b90a7093a60d264776b663f6280ba3a101c237))
97
+
98
+ ### [4.4.4](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.3...v4.4.4) (2021-09-20)
99
+
100
+ ### Bug Fixes
101
+
102
+ - remove XML_NS_KEY from children when written in metadata format ([#451](https://github.com/forcedotcom/source-deploy-retrieve/issues/451)) ([991ba16](https://github.com/forcedotcom/source-deploy-retrieve/commit/991ba161be918c4475381b657d768d8a88a32521))
103
+
104
+ ### [4.4.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.2...v4.4.3) (2021-09-16)
105
+
106
+ ### Bug Fixes
107
+
108
+ - better support for non-nested inFolder types ([#452](https://github.com/forcedotcom/source-deploy-retrieve/issues/452)) ([f1237cb](https://github.com/forcedotcom/source-deploy-retrieve/commit/f1237cb887f1a24d121aadac9e5cf5f059d5203f))
109
+
110
+ ### [4.4.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.1...v4.4.2) (2021-09-16)
111
+
112
+ ### Bug Fixes
113
+
114
+ - **registry.json:** registry update for ManagedTopics ([#453](https://github.com/forcedotcom/source-deploy-retrieve/issues/453)) ([70f7ca8](https://github.com/forcedotcom/source-deploy-retrieve/commit/70f7ca82491b900836216bad86e99cc976044635))
115
+
116
+ ### [4.4.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.0...v4.4.1) (2021-09-09)
117
+
118
+ ### Bug Fixes
119
+
120
+ - fix functions to function suffix ([#449](https://github.com/forcedotcom/source-deploy-retrieve/issues/449)) ([7c2ba22](https://github.com/forcedotcom/source-deploy-retrieve/commit/7c2ba22cd47c89e11a480d7b9d8ac7c909283427))
121
+
122
+ ## [4.4.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.3.5...v4.4.0) (2021-09-09)
123
+
124
+ ### Features
125
+
126
+ - add required child type entries to manifest ([#446](https://github.com/forcedotcom/source-deploy-retrieve/issues/446)) ([c99198b](https://github.com/forcedotcom/source-deploy-retrieve/commit/c99198b37cd752f10b7c12e72ccf1304464cfccf))
127
+
128
+ ### Bug Fixes
129
+
130
+ - node 16 error parsing issue ([#448](https://github.com/forcedotcom/source-deploy-retrieve/issues/448)) ([54e1fdd](https://github.com/forcedotcom/source-deploy-retrieve/commit/54e1fddc5fb26675aad69c27036b9cb7ac7e978c))
131
+
132
+ ### [4.3.5](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.3.4...v4.3.5) (2021-09-02)
133
+
134
+ ### Bug Fixes
135
+
136
+ - force RestrictionRule to a strict directory ([#447](https://github.com/forcedotcom/source-deploy-retrieve/issues/447)) ([00b5315](https://github.com/forcedotcom/source-deploy-retrieve/commit/00b531559774036df5d45baf1d0da9e83c3262e9))
137
+
138
+ ### [4.3.4](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.3.3...v4.3.4) (2021-09-02)
139
+
140
+ ### [4.3.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.3.2...v4.3.3) (2021-08-31)
141
+
142
+ ### Bug Fixes
143
+
144
+ - Wr/aura under object main ([#443](https://github.com/forcedotcom/source-deploy-retrieve/issues/443)) ([cc5e471](https://github.com/forcedotcom/source-deploy-retrieve/commit/cc5e471b347ca1c2ed764de9c1db21d29d7af01e))
145
+
146
+ ### [4.3.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.3.1...v4.3.2) (2021-08-26)
147
+
148
+ ### [4.3.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.3.0...v4.3.1) (2021-08-25)
149
+
150
+ ### Bug Fixes
151
+
152
+ - add children to manifest during convert ([#442](https://github.com/forcedotcom/source-deploy-retrieve/issues/442)) ([3017e9d](https://github.com/forcedotcom/source-deploy-retrieve/commit/3017e9d45c6f0bbbb9adefaa455ce9775128e2bf))
153
+
154
+ ## [4.3.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.2.0...v4.3.0) (2021-08-25)
155
+
156
+ ### Features
157
+
158
+ - add InboundCertificate to metadata registry ([#441](https://github.com/forcedotcom/source-deploy-retrieve/issues/441)) ([d833485](https://github.com/forcedotcom/source-deploy-retrieve/commit/d833485b5e9aeebfb9dd5baf89fab95f4e6032d8))
159
+
160
+ ## [4.2.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.1.1...v4.2.0) (2021-08-25)
161
+
162
+ # 4.0.3 - August 19, 2021
163
+
164
+ ## Fixed
165
+
166
+ - Support toolbelt suffixes ([PR #428](https://github.com/forcedotcom/source-deploy-retrieve/pull/428))
167
+
168
+ - Wr/content type of undefined ([PR #429](https://github.com/forcedotcom/source-deploy-retrieve/pull/429))
169
+
170
+ - ForceIgnore does not work for `SFDX: Retrieve Source in Manifest from Org` in vscode extension ([PR #413](https://github.com/forcedotcom/source-deploy-retrieve/pull/413))
171
+
172
+ - Force fullName to CustomLabels ([PR #427](https://github.com/forcedotcom/source-deploy-retrieve/pull/427))
173
+
174
+ - Throw an error for unexpected child types ([PR #426](https://github.com/forcedotcom/source-deploy-retrieve/pull/426))
175
+
176
+ - Xml nodes might not be arrays ([PR #424](https://github.com/forcedotcom/source-deploy-retrieve/pull/424))
177
+
178
+ - Export all public TS types and interfaces ([PR #423](https://github.com/forcedotcom/source-deploy-retrieve/pull/423))
179
+
180
+ # 4.1.0 - August 12, 2021
181
+
182
+ ## Added
183
+
184
+ - Adds support for destructive changes ([PR #420](https://github.com/forcedotcom/source-deploy-retrieve/pull/420))
185
+
186
+ - Enable typedoc generation in CircleCI publish job ([PR #392](https://github.com/forcedotcom/source-deploy-retrieve/pull/392))
187
+
188
+ ## Fixed
189
+
190
+ - GetComponent won't throw when parent is ignored ([PR #418](https://github.com/forcedotcom/source-deploy-retrieve/pull/418))
191
+
192
+ # 4.0.2 - August 5, 2021
193
+
194
+ ## Added
195
+
196
+ - Add SDR Handbook ([PR #400](https://github.com/forcedotcom/source-deploy-retrieve/pull/400))
197
+
198
+ ## Fixed
199
+
200
+ - Fix compression level for static resources ([PR #411](https://github.com/forcedotcom/source-deploy-retrieve/pull/411))
201
+
202
+ - Fix deployment of empty bundles ([PR #412](https://github.com/forcedotcom/source-deploy-retrieve/pull/412))
120
203
 
121
204
  # 4.0.1 - July 28, 2021
122
205
 
@@ -292,7 +375,7 @@ do not regenerate the yarn.lock from scratch; use existing.
292
375
 
293
376
  - Fix for recompostion failure when the parent xml did not exist ([PR #245](https://github.com/forcedotcom/source-deploy-retrieve/pull/245))
294
377
 
295
- - Fix conversion failure to source format for StaticResource component with `octet-stream` content type ([PR #244](https://github.com/forcedotcom/source-deploy-retrieve/pull/244))
378
+ - Fix conversion failure to source format for StaticResource component with `octet-stream` content type ([PR #244](https://github.com/forcedotcom/source-deploy-retrieve/pull/244))
296
379
 
297
380
  - Fix timeout during metadata api deploy and retrieve operations ([PR #236](https://github.com/forcedotcom/source-deploy-retrieve/pull/236))
298
381
 
@@ -315,11 +398,13 @@ do not regenerate the yarn.lock from scratch; use existing.
315
398
  - Fix issue setting up connection when deploying or retrieving ComponentSet ([PR #226](https://github.com/forcedotcom/source-deploy-retrieve/pull/226))
316
399
 
317
400
  # 1.1.14 - December 7, 2020
401
+
318
402
  ## Fixed
319
403
 
320
404
  - Fix issue with deploying individual child components ([#220](https://github.com/forcedotcom/source-deploy-retrieve/pull/220))
321
405
 
322
406
  # 1.1.13 - December 3, 2020
407
+
323
408
  ## Fixed
324
409
 
325
410
  - Add non-source components when initializing ComponentSets with resolve option ([#217](https://github.com/forcedotcom/source-deploy-retrieve/pull/217))
@@ -360,7 +445,7 @@ do not regenerate the yarn.lock from scratch; use existing.
360
445
 
361
446
  ## Added
362
447
 
363
- - Move `RegistryAccess` functionality to new `MetadataResolver` class ([PR #194](https://github.com/forcedotcom/source-deploy-retrieve/pull/194), [PR #199](https://github.com/forcedotcom/source-deploy-retrieve/pull/199))
448
+ - Move `RegistryAccess` functionality to new `MetadataResolver` class ([PR #194](https://github.com/forcedotcom/source-deploy-retrieve/pull/194), [PR #199](https://github.com/forcedotcom/source-deploy-retrieve/pull/199))
364
449
 
365
450
  # 1.1.9 - October 28, 2020
366
451
 
package/LICENSE.txt ADDED
@@ -0,0 +1,12 @@
1
+ Copyright (c) 2018, Salesforce.com, Inc.
2
+ All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5
+
6
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7
+
8
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
9
+
10
+ * Neither the name of Salesforce.com nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
11
+
12
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package/README.md CHANGED
@@ -16,7 +16,7 @@ A JavaScript toolkit for working with Salesforce metadata. Built to support the
16
16
  - Convert source files between [SFDX File Formats](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_source_file_format.htm)
17
17
  - Generate metadata packages with the option to automatically create a zip file
18
18
  - Deploy and retrieve metadata with an org
19
- - An [index](./src/registry/registry.json) to reference available metadata types.
19
+ - An [index](./src/registry/metadataRegistry.json) to reference available metadata types.
20
20
  - Utilize promises with `async/await` syntax
21
21
 
22
22
  ## Usage
@@ -69,4 +69,4 @@ See [developing.md](./contributing/developing.md) for details on building and te
69
69
 
70
70
  ## Publishing
71
71
 
72
- SDR publishes when changes are merged into `main`.
72
+ SDR publishes when changes are merged into `main`. The version is bumped per the rules of the release orb and [standard-version](https://github.com/conventional-changelog/standard-version).
@@ -1,6 +1,6 @@
1
- import { ComponentDeployment, SourceDeployResult, AuraDefinition } from '../types';
2
- import { BaseDeploy } from './baseDeploy';
1
+ import { AuraDefinition, ComponentDeployment, SourceDeployResult } from '../types';
3
2
  import { SourceComponent } from '../../resolve';
3
+ import { BaseDeploy } from './baseDeploy';
4
4
  export declare class AuraDeploy extends BaseDeploy {
5
5
  private static readonly AURA_DEF_TYPES;
6
6
  deploy(component: SourceComponent, namespace: string): Promise<SourceDeployResult>;