sfdx-jayree 4.8.167 → 4.8.169

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,17 @@
1
+ ## [4.8.169](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.168...v4.8.169) (2025-11-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.139 to 1.3.141 ([#1819](https://github.com/jayree/sfdx-jayree-plugin/issues/1819)) ([3d218e9](https://github.com/jayree/sfdx-jayree-plugin/commit/3d218e9d156029cdb86d53bbe90ae15bea6f0aa6))
7
+
8
+ ## [4.8.168](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.167...v4.8.168) (2025-11-16)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.141 to 1.3.142 ([#1817](https://github.com/jayree/sfdx-jayree-plugin/issues/1817)) ([d4cff4b](https://github.com/jayree/sfdx-jayree-plugin/commit/d4cff4bac7ebfd870aabb1f08ce2ce8d7ee401ce))
14
+
1
15
  ## [4.8.167](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.166...v4.8.167) (2025-11-14)
2
16
 
3
17
 
package/README.md CHANGED
@@ -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.139/src/commands/jayree/project/compare/snapshot.ts)_
369
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.141/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.139/src/commands/jayree/project/fix.ts)_
391
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.141/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.139/src/commands/jayree/project/generate/snapshot.ts)_
412
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.141/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.139/src/commands/jayree/project/list/tracking.ts)_
441
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.141/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.139/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.141/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.139/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.141/src/commands/jayree/project/store/tracking/set.ts)_
498
498
  <!-- commandsstop -->
499
499
 
500
500
  ## Hooks