sfdx-jayree 4.8.56 → 4.8.57
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 +6 -6
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.8.57](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.56...v4.8.57) (2024-02-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump ip from 1.1.8 to 1.1.9 ([#1199](https://github.com/jayree/sfdx-jayree-plugin/issues/1199)) ([c764627](https://github.com/jayree/sfdx-jayree-plugin/commit/c76462798ed702d3aefb93fb894bb360413d2e69))
|
|
7
|
+
|
|
1
8
|
## [4.8.56](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.55...v4.8.56) (2024-02-17)
|
|
2
9
|
|
|
3
10
|
|
package/oclif.lock
CHANGED
|
@@ -6110,14 +6110,14 @@ interpret@^1.0.0:
|
|
|
6110
6110
|
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
|
|
6111
6111
|
|
|
6112
6112
|
ip@^1.1.8:
|
|
6113
|
-
version "1.1.
|
|
6114
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.
|
|
6115
|
-
integrity sha512-
|
|
6113
|
+
version "1.1.9"
|
|
6114
|
+
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
|
|
6115
|
+
integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==
|
|
6116
6116
|
|
|
6117
6117
|
ip@^2.0.0:
|
|
6118
|
-
version "2.0.
|
|
6119
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.
|
|
6120
|
-
integrity sha512-
|
|
6118
|
+
version "2.0.1"
|
|
6119
|
+
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
|
|
6120
|
+
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
|
|
6121
6121
|
|
|
6122
6122
|
is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
|
|
6123
6123
|
version "3.0.2"
|
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.57",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|