sfdx-jayree 4.8.48 → 4.8.49
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/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.49](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.48...v4.8.49) (2024-01-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump follow-redirects from 1.15.2 to 1.15.4 ([#1154](https://github.com/jayree/sfdx-jayree-plugin/issues/1154)) ([6126929](https://github.com/jayree/sfdx-jayree-plugin/commit/6126929ad4effc70ae6a4d0f0caf6895aa88de3e))
|
|
7
|
+
|
|
1
8
|
## [4.8.48](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.47...v4.8.48) (2024-01-05)
|
|
2
9
|
|
|
3
10
|
|
package/oclif.lock
CHANGED
|
@@ -3795,9 +3795,9 @@ flatted@^3.1.0:
|
|
|
3795
3795
|
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
|
|
3796
3796
|
|
|
3797
3797
|
follow-redirects@^1.14.9:
|
|
3798
|
-
version "1.15.
|
|
3799
|
-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.
|
|
3800
|
-
integrity sha512-
|
|
3798
|
+
version "1.15.4"
|
|
3799
|
+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
|
|
3800
|
+
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
|
|
3801
3801
|
|
|
3802
3802
|
for-each@^0.3.3:
|
|
3803
3803
|
version "0.3.3"
|
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.49",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|