sfdx-jayree 4.8.215 → 4.8.216
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.216](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.215...v4.8.216) (2026-07-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump websocket-driver from 0.7.4 to 0.7.5 ([#2040](https://github.com/jayree/sfdx-jayree-plugin/issues/2040)) ([ac85ba6](https://github.com/jayree/sfdx-jayree-plugin/commit/ac85ba6a8ff2ba6b8a0fde7c45891b56769f78bb))
|
|
7
|
+
|
|
1
8
|
## [4.8.215](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.214...v4.8.215) (2026-07-10)
|
|
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.216",
|
|
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.216",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
@@ -16972,9 +16972,9 @@
|
|
|
16972
16972
|
"license": "BSD-2-Clause"
|
|
16973
16973
|
},
|
|
16974
16974
|
"node_modules/websocket-driver": {
|
|
16975
|
-
"version": "0.7.
|
|
16976
|
-
"resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.
|
|
16977
|
-
"integrity": "sha512-
|
|
16975
|
+
"version": "0.7.5",
|
|
16976
|
+
"resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.5.tgz",
|
|
16977
|
+
"integrity": "sha512-ZL2+3c7kMBdIRCMz6l8jQMHyGVxj+UL+xVk74Ombiciboca8rHa15L86B19E5oh1pL9Ii/uj54gtsIrZGMo6zA==",
|
|
16978
16978
|
"license": "Apache-2.0",
|
|
16979
16979
|
"dependencies": {
|
|
16980
16980
|
"http-parser-js": ">=0.5.1",
|
package/oclif.lock
CHANGED
|
@@ -8648,9 +8648,9 @@ webidl-conversions@^3.0.0:
|
|
|
8648
8648
|
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
|
|
8649
8649
|
|
|
8650
8650
|
websocket-driver@>=0.5.1:
|
|
8651
|
-
version "0.7.
|
|
8652
|
-
resolved "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.
|
|
8653
|
-
integrity sha512-
|
|
8651
|
+
version "0.7.5"
|
|
8652
|
+
resolved "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.5.tgz"
|
|
8653
|
+
integrity sha512-ZL2+3c7kMBdIRCMz6l8jQMHyGVxj+UL+xVk74Ombiciboca8rHa15L86B19E5oh1pL9Ii/uj54gtsIrZGMo6zA==
|
|
8654
8654
|
dependencies:
|
|
8655
8655
|
http-parser-js ">=0.5.1"
|
|
8656
8656
|
safe-buffer ">=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.216",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|