sfdx-jayree 4.8.149 → 4.8.150

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,10 @@
1
+ ## [4.8.150](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.149...v4.8.150) (2025-07-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.123 to 1.3.124 ([#1713](https://github.com/jayree/sfdx-jayree-plugin/issues/1713)) ([f715610](https://github.com/jayree/sfdx-jayree-plugin/commit/f71561029586e2f99d581c37ea72af6159fcf7eb))
7
+
1
8
  ## [4.8.149](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.148...v4.8.149) (2025-07-25)
2
9
 
3
10
 
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.149",
3
+ "version": "4.8.150",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.149",
9
+ "version": "4.8.150",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/sfdx-plugin-manifest": "^4.0.42",
13
13
  "@jayree/sfdx-plugin-org": "^1.2.126",
14
- "@jayree/sfdx-plugin-prettier": "^1.3.123",
14
+ "@jayree/sfdx-plugin-prettier": "^1.3.124",
15
15
  "@jayree/sfdx-plugin-source": "^1.3.123"
16
16
  },
17
17
  "devDependencies": {
@@ -3491,18 +3491,18 @@
3491
3491
  }
3492
3492
  },
3493
3493
  "node_modules/@jayree/sfdx-plugin-prettier": {
3494
- "version": "1.3.123",
3495
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.123.tgz",
3496
- "integrity": "sha512-iI2+nvx49w9AnCGl+cZqQOiKSk9okNV50aMehWhl34wfI1jIkl0pm+9cXj96/SJ7AcQ+qnVBYb7qe+1HA8UwLA==",
3494
+ "version": "1.3.124",
3495
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.124.tgz",
3496
+ "integrity": "sha512-vsyzB/A5hDTT7r9d8Bd1pqfUL09BDXgMBtCZGCI8XM0WOfdnQmWSIuQ7d1+zTjQyZKOKHXZs33iFGD3bNgqX5g==",
3497
3497
  "license": "BSD-3-Clause",
3498
3498
  "dependencies": {
3499
3499
  "@jayree/changelog": "^1.2.11",
3500
- "@oclif/core": "^4.5.0",
3500
+ "@oclif/core": "^4.5.2",
3501
3501
  "@prettier/plugin-xml": "^3.4.2",
3502
- "@salesforce/core": "^8.18.1",
3502
+ "@salesforce/core": "^8.18.5",
3503
3503
  "@salesforce/kit": "^3.2.3",
3504
3504
  "@salesforce/sf-plugins-core": "^12.2.3",
3505
- "@salesforce/source-deploy-retrieve": "^12.21.5",
3505
+ "@salesforce/source-deploy-retrieve": "^12.21.6",
3506
3506
  "cli-progress": "^3.12.0",
3507
3507
  "debug": "^4.4.1",
3508
3508
  "fs-extra": "^11.3.0",
package/oclif.lock CHANGED
@@ -1379,18 +1379,18 @@
1379
1379
  tslib "^2.8.1"
1380
1380
  wrap-ansi "^9.0.0"
1381
1381
 
1382
- "@jayree/sfdx-plugin-prettier@^1.3.123":
1383
- version "1.3.123"
1384
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.123.tgz"
1385
- integrity sha512-iI2+nvx49w9AnCGl+cZqQOiKSk9okNV50aMehWhl34wfI1jIkl0pm+9cXj96/SJ7AcQ+qnVBYb7qe+1HA8UwLA==
1382
+ "@jayree/sfdx-plugin-prettier@^1.3.124":
1383
+ version "1.3.124"
1384
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.124.tgz"
1385
+ integrity sha512-vsyzB/A5hDTT7r9d8Bd1pqfUL09BDXgMBtCZGCI8XM0WOfdnQmWSIuQ7d1+zTjQyZKOKHXZs33iFGD3bNgqX5g==
1386
1386
  dependencies:
1387
1387
  "@jayree/changelog" "^1.2.11"
1388
- "@oclif/core" "^4.5.0"
1388
+ "@oclif/core" "^4.5.2"
1389
1389
  "@prettier/plugin-xml" "^3.4.2"
1390
- "@salesforce/core" "^8.18.1"
1390
+ "@salesforce/core" "^8.18.5"
1391
1391
  "@salesforce/kit" "^3.2.3"
1392
1392
  "@salesforce/sf-plugins-core" "^12.2.3"
1393
- "@salesforce/source-deploy-retrieve" "^12.21.5"
1393
+ "@salesforce/source-deploy-retrieve" "^12.21.6"
1394
1394
  cli-progress "^3.12.0"
1395
1395
  debug "^4.4.1"
1396
1396
  fs-extra "^11.3.0"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.149"
3
+ "version": "4.8.150"
4
4
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
3
  "description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
4
- "version": "4.8.149",
4
+ "version": "4.8.150",
5
5
  "author": "jayree <jayree.git@icloud.com>",
6
6
  "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
7
7
  "type": "module",
8
8
  "dependencies": {
9
9
  "@jayree/sfdx-plugin-manifest": "^4.0.42",
10
10
  "@jayree/sfdx-plugin-org": "^1.2.126",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.123",
11
+ "@jayree/sfdx-plugin-prettier": "^1.3.124",
12
12
  "@jayree/sfdx-plugin-source": "^1.3.123"
13
13
  },
14
14
  "devDependencies": {