sfdx-jayree 4.8.146 → 4.8.147

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.147](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.146...v4.8.147) (2025-07-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 4.0.35 to 4.0.38 ([#1705](https://github.com/jayree/sfdx-jayree-plugin/issues/1705)) ([2bad333](https://github.com/jayree/sfdx-jayree-plugin/commit/2bad333b07d4803f52d079bdfc44c652b7f8ec08))
7
+
1
8
  ## [4.8.146](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.145...v4.8.146) (2025-07-18)
2
9
 
3
10
 
package/README.md CHANGED
@@ -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.35/src/commands/jayree/manifest/cleanup.ts)_
93
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.38/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.35/src/commands/jayree/manifest/generate.ts)_
131
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.38/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.35/src/commands/jayree/manifest/git/diff.ts)_
211
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.38/src/commands/jayree/manifest/git/diff.ts)_
212
212
 
213
213
  ### `sfdx jayree org configure`
214
214
 
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.146",
3
+ "version": "4.8.147",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.146",
9
+ "version": "4.8.147",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@jayree/sfdx-plugin-manifest": "^4.0.35",
12
+ "@jayree/sfdx-plugin-manifest": "^4.0.38",
13
13
  "@jayree/sfdx-plugin-org": "^1.2.125",
14
14
  "@jayree/sfdx-plugin-prettier": "^1.3.123",
15
15
  "@jayree/sfdx-plugin-source": "^1.3.122"
@@ -3952,17 +3952,17 @@
3952
3952
  }
3953
3953
  },
3954
3954
  "node_modules/@jayree/sfdx-plugin-manifest": {
3955
- "version": "4.0.35",
3956
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.35.tgz",
3957
- "integrity": "sha512-YPt7KQGA9kW6OwF2pAADNbrCOiEjily/bMDb4HTR5h+HSo2Qc06YZAKChte7jow1XjNzparEzIpXkJsG6z6eHQ==",
3955
+ "version": "4.0.38",
3956
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.38.tgz",
3957
+ "integrity": "sha512-7ZQC6sGI+h01yK3mRuWm76AxyBHs1uI6g99ZHNeKD0dihPkTga8ogG9DN7xjZyHXYNRiZEdKIdmGZgimjGTO4g==",
3958
3958
  "license": "Apache-2.0",
3959
3959
  "dependencies": {
3960
3960
  "@jayree/changelog": "^1.2.11",
3961
- "@oclif/core": "^4.4.1",
3962
- "@salesforce/core": "^8.15.0",
3961
+ "@oclif/core": "^4.5.0",
3962
+ "@salesforce/core": "^8.18.1",
3963
3963
  "@salesforce/kit": "^3.2.3",
3964
3964
  "@salesforce/sf-plugins-core": "^12.2.3",
3965
- "@salesforce/source-deploy-retrieve": "12.21.0",
3965
+ "@salesforce/source-deploy-retrieve": "12.21.1",
3966
3966
  "@salesforce/source-tracking": "7.4.7",
3967
3967
  "@salesforce/ts-types": "^2.0.12",
3968
3968
  "fast-deep-equal": "^3.1.3",
@@ -3976,9 +3976,9 @@
3976
3976
  }
3977
3977
  },
3978
3978
  "node_modules/@jayree/sfdx-plugin-manifest/node_modules/@salesforce/source-deploy-retrieve": {
3979
- "version": "12.21.0",
3980
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.0.tgz",
3981
- "integrity": "sha512-dLOHm2F2maHmFHhumwigYwImh/8hWJQIOGSHYgtOMy5E0xc6Sed06QyRw1WBsoSUx7ihXvTrWpp6FhArb4OhFA==",
3979
+ "version": "12.21.1",
3980
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.1.tgz",
3981
+ "integrity": "sha512-VC6sAaLH04z1znJh7f8ftlUTDEzzUFzpaau8kIVjZW7Iq4xSnRORmxlh941C2KSTPRR454ZbnxuWC5czcn5Bcg==",
3982
3982
  "license": "Apache-2.0",
3983
3983
  "dependencies": {
3984
3984
  "@salesforce/core": "^8.12.0",
package/oclif.lock CHANGED
@@ -1591,17 +1591,17 @@
1591
1591
  semver "^7.7.2"
1592
1592
  semver-compare "^1.0.0"
1593
1593
 
1594
- "@jayree/sfdx-plugin-manifest@^4.0.35":
1595
- version "4.0.35"
1596
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.35.tgz"
1597
- integrity sha512-YPt7KQGA9kW6OwF2pAADNbrCOiEjily/bMDb4HTR5h+HSo2Qc06YZAKChte7jow1XjNzparEzIpXkJsG6z6eHQ==
1594
+ "@jayree/sfdx-plugin-manifest@^4.0.38":
1595
+ version "4.0.38"
1596
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.38.tgz"
1597
+ integrity sha512-7ZQC6sGI+h01yK3mRuWm76AxyBHs1uI6g99ZHNeKD0dihPkTga8ogG9DN7xjZyHXYNRiZEdKIdmGZgimjGTO4g==
1598
1598
  dependencies:
1599
1599
  "@jayree/changelog" "^1.2.11"
1600
- "@oclif/core" "^4.4.1"
1601
- "@salesforce/core" "^8.15.0"
1600
+ "@oclif/core" "^4.5.0"
1601
+ "@salesforce/core" "^8.18.1"
1602
1602
  "@salesforce/kit" "^3.2.3"
1603
1603
  "@salesforce/sf-plugins-core" "^12.2.3"
1604
- "@salesforce/source-deploy-retrieve" "12.21.0"
1604
+ "@salesforce/source-deploy-retrieve" "12.21.1"
1605
1605
  "@salesforce/source-tracking" "7.4.7"
1606
1606
  "@salesforce/ts-types" "^2.0.12"
1607
1607
  fast-deep-equal "^3.1.3"
@@ -1774,7 +1774,7 @@
1774
1774
  "@nodelib/fs.scandir" "2.1.5"
1775
1775
  fastq "^1.6.0"
1776
1776
 
1777
- "@oclif/core@^4", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.4.1", "@oclif/core@^4.5.0", "@oclif/core@^4.5.1":
1777
+ "@oclif/core@^4", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.5.0", "@oclif/core@^4.5.1":
1778
1778
  version "4.5.1"
1779
1779
  resolved "https://registry.npmjs.org/@oclif/core/-/core-4.5.1.tgz"
1780
1780
  integrity sha512-JAuARvXOzf75L7rqLL3TIP3OmuTf7N/cjRejkGASfRJH+09180+EGbSkPWSMCns+AaYpDMI+fdaJ6QCoa3f15A==
@@ -2018,10 +2018,10 @@
2018
2018
  proxy-agent "^6.4.0"
2019
2019
  yaml "^2.7.1"
2020
2020
 
2021
- "@salesforce/source-deploy-retrieve@12.21.0":
2022
- version "12.21.0"
2023
- resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.0.tgz"
2024
- integrity sha512-dLOHm2F2maHmFHhumwigYwImh/8hWJQIOGSHYgtOMy5E0xc6Sed06QyRw1WBsoSUx7ihXvTrWpp6FhArb4OhFA==
2021
+ "@salesforce/source-deploy-retrieve@12.21.1":
2022
+ version "12.21.1"
2023
+ resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.1.tgz"
2024
+ integrity sha512-VC6sAaLH04z1znJh7f8ftlUTDEzzUFzpaau8kIVjZW7Iq4xSnRORmxlh941C2KSTPRR454ZbnxuWC5czcn5Bcg==
2025
2025
  dependencies:
2026
2026
  "@salesforce/core" "^8.12.0"
2027
2027
  "@salesforce/kit" "^3.2.3"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.146"
3
+ "version": "4.8.147"
4
4
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
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.146",
4
+ "version": "4.8.147",
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
- "@jayree/sfdx-plugin-manifest": "^4.0.35",
9
+ "@jayree/sfdx-plugin-manifest": "^4.0.38",
10
10
  "@jayree/sfdx-plugin-org": "^1.2.125",
11
11
  "@jayree/sfdx-plugin-prettier": "^1.3.123",
12
12
  "@jayree/sfdx-plugin-source": "^1.3.122"