@jayree/sfdx-plugin-manifest 4.0.119 → 4.0.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## [4.0.121](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.120...4.0.121) (2026-01-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/source-deploy-retrieve ([#2053](https://github.com/jayree/sfdx-plugin-manifest/issues/2053)) ([fec6f18](https://github.com/jayree/sfdx-plugin-manifest/commit/fec6f1856695fb5ab08f7b803e4a2e32e435b11e))
7
+ * **poll:** track consequent errors during polling W-18203875 ([#1663](https://github.com/forcedotcom/source-deploy-retrieve/issues/1663)) ([588ed78](https://github.com/forcedotcom/source-deploy-retrieve/commit/588ed78b28e2b486ee7ed2f5f8abd04dd1a13409))
8
+ * use prod endpoint for AAB compilation @W-20819985@ ([#1666](https://github.com/forcedotcom/source-deploy-retrieve/issues/1666)) ([a032b29](https://github.com/forcedotcom/source-deploy-retrieve/commit/a032b29a9a2e4a29aa85ad89a1fb34ec1617550e)), closes [#1667](https://github.com/forcedotcom/source-deploy-retrieve/issues/1667)
9
+ * add FlexcardDefinition to metadata registry ([#1669](https://github.com/forcedotcom/source-deploy-retrieve/issues/1669)) ([6c98cc9](https://github.com/forcedotcom/source-deploy-retrieve/commit/6c98cc91734434e81503542bc4fdf405731c8546))
10
+ * bump jsforce-node ([c1471c8](https://github.com/forcedotcom/source-deploy-retrieve/commit/c1471c894686a18faa3a0d5b4b949a8209ca60b9))
11
+ * revert PR 1667 ([#1668](https://github.com/forcedotcom/source-deploy-retrieve/issues/1668)) ([3387549](https://github.com/forcedotcom/source-deploy-retrieve/commit/33875498eddc4c24d825aec7458947537dd9366e))
12
+
13
+ ## [4.0.120](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.119...4.0.120) (2026-01-05)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** bump @jayree/changelog from 1.2.22 to 1.2.23 ([#2051](https://github.com/jayree/sfdx-plugin-manifest/issues/2051)) ([abcdb0a](https://github.com/jayree/sfdx-plugin-manifest/commit/abcdb0a1beae1fbf8f94e73bdd272614fc448b67))
19
+ * **deps:** bump fs-extra from 11.3.2 to 11.3.3 ([#868](https://github.com/jayree/changelog/issues/868)) ([adece49](https://github.com/jayree/changelog/commit/adece49d85964c1d2a0279e04556ef7f59ea9840))
20
+
1
21
  ## [4.0.119](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.118...4.0.119) (2025-12-21)
2
22
 
3
23
 
package/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  Apache License Version 2.0
2
2
 
3
- Copyright (c) 2025 jayree
3
+ Copyright (c) 2026 jayree
4
4
  All rights reserved.
5
5
 
6
6
  Apache License
package/README.md CHANGED
@@ -112,7 +112,7 @@ EXAMPLES
112
112
  $ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
113
113
  ```
114
114
 
115
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.119/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.121/src/commands/jayree/manifest/cleanup.ts)_
116
116
 
117
117
  ### `sf jayree manifest generate`
118
118
 
@@ -150,7 +150,7 @@ EXAMPLES
150
150
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
151
151
  ```
152
152
 
153
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.119/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.121/src/commands/jayree/manifest/generate.ts)_
154
154
 
155
155
  ### `sf jayree manifest git diff REF1 [REF2]`
156
156
 
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
230
230
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
231
231
  ```
232
232
 
233
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.119/src/commands/jayree/manifest/git/diff.ts)_
233
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.121/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, jayree
2
+ * Copyright 2026, jayree
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.