sfdx-jayree 4.8.208 → 4.8.209
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 +7 -0
- package/npm-shrinkwrap.json +5 -5
- package/oclif.lock +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.8.209](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.208...v4.8.209) (2026-06-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump joi from 17.13.3 to 17.13.4 ([#2005](https://github.com/jayree/sfdx-jayree-plugin/issues/2005)) ([2ba8768](https://github.com/jayree/sfdx-jayree-plugin/commit/2ba8768d0e1e70e87638ec221e83315fcf1235b4))
|
|
7
|
+
|
|
1
8
|
## [4.8.208](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.207...v4.8.208) (2026-06-12)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.209",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-jayree",
|
|
9
|
-
"version": "4.8.
|
|
9
|
+
"version": "4.8.209",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
@@ -12903,9 +12903,9 @@
|
|
|
12903
12903
|
}
|
|
12904
12904
|
},
|
|
12905
12905
|
"node_modules/joi": {
|
|
12906
|
-
"version": "17.13.
|
|
12907
|
-
"resolved": "https://registry.npmjs.org/joi/-/joi-17.13.
|
|
12908
|
-
"integrity": "sha512-
|
|
12906
|
+
"version": "17.13.4",
|
|
12907
|
+
"resolved": "https://registry.npmjs.org/joi/-/joi-17.13.4.tgz",
|
|
12908
|
+
"integrity": "sha512-1RuuER6kmt8K8I3nIWvPZKi5RQCb568ZPyY4Pwjlua+yo+63ZTmIwxLZH0heBmiKN4uxjvCiarDrjaeH84xicQ==",
|
|
12909
12909
|
"license": "BSD-3-Clause",
|
|
12910
12910
|
"dependencies": {
|
|
12911
12911
|
"@hapi/hoek": "^9.3.0",
|
package/oclif.lock
CHANGED
|
@@ -5840,9 +5840,9 @@ jest-docblock@^29.0.0:
|
|
|
5840
5840
|
detect-newline "^3.0.0"
|
|
5841
5841
|
|
|
5842
5842
|
joi@^17.13.3:
|
|
5843
|
-
version "17.13.
|
|
5844
|
-
resolved "https://registry.npmjs.org/joi/-/joi-17.13.
|
|
5845
|
-
integrity sha512-
|
|
5843
|
+
version "17.13.4"
|
|
5844
|
+
resolved "https://registry.npmjs.org/joi/-/joi-17.13.4.tgz"
|
|
5845
|
+
integrity sha512-1RuuER6kmt8K8I3nIWvPZKi5RQCb568ZPyY4Pwjlua+yo+63ZTmIwxLZH0heBmiKN4uxjvCiarDrjaeH84xicQ==
|
|
5846
5846
|
dependencies:
|
|
5847
5847
|
"@hapi/hoek" "^9.3.0"
|
|
5848
5848
|
"@hapi/topo" "^5.1.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.
|
|
4
|
+
"version": "4.8.209",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|