sfdx-jayree 4.8.165 → 4.8.166

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,13 @@
1
+ ## [4.8.166](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.165...v4.8.166) (2025-11-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 4.0.91 to 4.0.95 ([#1804](https://github.com/jayree/sfdx-jayree-plugin/issues/1804)) ([873f221](https://github.com/jayree/sfdx-jayree-plugin/commit/873f221f64233d7330b7af1c33c7f5e92c07797b))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.142 to 1.2.143 ([#1805](https://github.com/jayree/sfdx-jayree-plugin/issues/1805)) ([df09621](https://github.com/jayree/sfdx-jayree-plugin/commit/df09621bb51e0242a40b32be2eb2c7b5b9639992))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.139 to 1.3.140 ([#1807](https://github.com/jayree/sfdx-jayree-plugin/issues/1807)) ([ccd0854](https://github.com/jayree/sfdx-jayree-plugin/commit/ccd085404c978b9c22f7b70bd8416d7f7a5a4eee))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.137 to 1.3.138 ([#1806](https://github.com/jayree/sfdx-jayree-plugin/issues/1806)) ([f707139](https://github.com/jayree/sfdx-jayree-plugin/commit/f707139ab676828c900bfd26a561b0a8126260f6))
10
+
1
11
  ## [4.8.165](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.164...v4.8.165) (2025-10-31)
2
12
 
3
13
 
package/README.md CHANGED
@@ -61,7 +61,7 @@ EXAMPLES
61
61
  ...
62
62
  ```
63
63
 
64
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.142/src/commands/jayree/flow/get/coverage.ts)_
64
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.143/src/commands/jayree/flow/get/coverage.ts)_
65
65
 
66
66
  ### `sfdx jayree manifest cleanup`
67
67
 
@@ -90,7 +90,7 @@ EXAMPLES
90
90
  $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
91
91
  ```
92
92
 
93
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.91/src/commands/jayree/manifest/cleanup.ts)_
93
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.95/src/commands/jayree/manifest/cleanup.ts)_
94
94
 
95
95
  ### `sfdx jayree manifest generate`
96
96
 
@@ -128,7 +128,7 @@ EXAMPLES
128
128
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
129
129
  ```
130
130
 
131
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.91/src/commands/jayree/manifest/generate.ts)_
131
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.95/src/commands/jayree/manifest/generate.ts)_
132
132
 
133
133
  ### `sfdx jayree manifest git diff REF1 [REF2]`
134
134
 
@@ -208,7 +208,7 @@ FLAG DESCRIPTIONS
208
208
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
209
209
  ```
210
210
 
211
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.91/src/commands/jayree/manifest/git/diff.ts)_
211
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.95/src/commands/jayree/manifest/git/diff.ts)_
212
212
 
213
213
  ### `sfdx jayree org configure`
214
214
 
@@ -238,7 +238,7 @@ EXAMPLES
238
238
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
239
239
  ```
240
240
 
241
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.142/src/commands/jayree/org/configure/index.ts)_
241
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.143/src/commands/jayree/org/configure/index.ts)_
242
242
 
243
243
  ### `sfdx jayree org configure country`
244
244
 
@@ -258,7 +258,7 @@ GLOBAL FLAGS
258
258
  --json Format output as json.
259
259
  ```
260
260
 
261
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.142/src/commands/jayree/org/configure/country.ts)_
261
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.143/src/commands/jayree/org/configure/country.ts)_
262
262
 
263
263
  ### `sfdx jayree org configure state`
264
264
 
@@ -283,7 +283,7 @@ GLOBAL FLAGS
283
283
  --json Format output as json.
284
284
  ```
285
285
 
286
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.142/src/commands/jayree/org/configure/state.ts)_
286
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.143/src/commands/jayree/org/configure/state.ts)_
287
287
 
288
288
  ### `sfdx jayree org get settings`
289
289
 
@@ -313,7 +313,7 @@ EXAMPLES
313
313
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
314
314
  ```
315
315
 
316
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.142/src/commands/jayree/org/get/settings.ts)_
316
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.143/src/commands/jayree/org/get/settings.ts)_
317
317
 
318
318
  ### `sfdx jayree org stream`
319
319
 
@@ -345,7 +345,7 @@ EXAMPLES
345
345
  ...
346
346
  ```
347
347
 
348
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.142/src/commands/jayree/org/stream.ts)_
348
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.143/src/commands/jayree/org/stream.ts)_
349
349
 
350
350
  ### `sfdx jayree project compare snapshot`
351
351
 
@@ -366,7 +366,7 @@ ALIASES
366
366
  $ sfdx jayree source snapshot compare
367
367
  ```
368
368
 
369
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.137/src/commands/jayree/project/compare/snapshot.ts)_
369
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.138/src/commands/jayree/project/compare/snapshot.ts)_
370
370
 
371
371
  ### `sfdx jayree project fix`
372
372
 
@@ -388,7 +388,7 @@ ALIASES
388
388
  $ sfdx jayree source fix
389
389
  ```
390
390
 
391
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.137/src/commands/jayree/project/fix.ts)_
391
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.138/src/commands/jayree/project/fix.ts)_
392
392
 
393
393
  ### `sfdx jayree project generate snapshot`
394
394
 
@@ -409,7 +409,7 @@ ALIASES
409
409
  $ sfdx jayree source snapshot generate
410
410
  ```
411
411
 
412
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.137/src/commands/jayree/project/generate/snapshot.ts)_
412
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.138/src/commands/jayree/project/generate/snapshot.ts)_
413
413
 
414
414
  ### `sfdx jayree project list tracking`
415
415
 
@@ -438,7 +438,7 @@ EXAMPLES
438
438
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
439
439
  ```
440
440
 
441
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.137/src/commands/jayree/project/list/tracking.ts)_
441
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.138/src/commands/jayree/project/list/tracking.ts)_
442
442
 
443
443
  ### `sfdx jayree project store tracking get`
444
444
 
@@ -464,7 +464,7 @@ EXAMPLES
464
464
  $ sfdx jayree:source:tracking:store:get -u me@my.org
465
465
  ```
466
466
 
467
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.137/src/commands/jayree/project/store/tracking/get.ts)_
467
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.138/src/commands/jayree/project/store/tracking/get.ts)_
468
468
 
469
469
  ### `sfdx jayree project store tracking set`
470
470
 
@@ -494,7 +494,7 @@ EXAMPLES
494
494
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
495
495
  ```
496
496
 
497
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.137/src/commands/jayree/project/store/tracking/set.ts)_
497
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.138/src/commands/jayree/project/store/tracking/set.ts)_
498
498
  <!-- commandsstop -->
499
499
 
500
500
  ## Hooks