sfdx-jayree 4.8.197 → 4.8.198
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.198](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.197...v4.8.198) (2026-04-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump follow-redirects from 1.15.11 to 1.16.0 ([#1947](https://github.com/jayree/sfdx-jayree-plugin/issues/1947)) ([b99d53d](https://github.com/jayree/sfdx-jayree-plugin/commit/b99d53dc00911e7f5d6009ef345ae522901adcb1))
|
|
7
|
+
|
|
1
8
|
## [4.8.197](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.196...v4.8.197) (2026-04-11)
|
|
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.198",
|
|
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.198",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
@@ -11863,9 +11863,9 @@
|
|
|
11863
11863
|
"license": "ISC"
|
|
11864
11864
|
},
|
|
11865
11865
|
"node_modules/follow-redirects": {
|
|
11866
|
-
"version": "1.
|
|
11867
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.
|
|
11868
|
-
"integrity": "sha512-
|
|
11866
|
+
"version": "1.16.0",
|
|
11867
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
|
11868
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
11869
11869
|
"funding": [
|
|
11870
11870
|
{
|
|
11871
11871
|
"type": "individual",
|
package/oclif.lock
CHANGED
|
@@ -5360,9 +5360,9 @@ flatted@^3.2.9:
|
|
|
5360
5360
|
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
|
|
5361
5361
|
|
|
5362
5362
|
follow-redirects@^1.15.11:
|
|
5363
|
-
version "1.
|
|
5364
|
-
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.
|
|
5365
|
-
integrity sha512-
|
|
5363
|
+
version "1.16.0"
|
|
5364
|
+
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz"
|
|
5365
|
+
integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==
|
|
5366
5366
|
|
|
5367
5367
|
for-each@^0.3.3:
|
|
5368
5368
|
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.198",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|