sfdx-jayree 4.8.196 → 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 +14 -0
- package/npm-shrinkwrap.json +8 -8
- package/oclif.lock +6 -6
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
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
|
+
|
|
8
|
+
## [4.8.197](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.196...v4.8.197) (2026-04-11)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump basic-ftp from 5.2.1 to 5.2.2 ([#1946](https://github.com/jayree/sfdx-jayree-plugin/issues/1946)) ([3824399](https://github.com/jayree/sfdx-jayree-plugin/commit/3824399f5336d87d4307fe23bb722e08e9207b96))
|
|
14
|
+
|
|
1
15
|
## [4.8.196](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.195...v4.8.196) (2026-04-10)
|
|
2
16
|
|
|
3
17
|
|
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",
|
|
@@ -8513,9 +8513,9 @@
|
|
|
8513
8513
|
}
|
|
8514
8514
|
},
|
|
8515
8515
|
"node_modules/basic-ftp": {
|
|
8516
|
-
"version": "5.2.
|
|
8517
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.
|
|
8518
|
-
"integrity": "sha512-
|
|
8516
|
+
"version": "5.2.2",
|
|
8517
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.2.tgz",
|
|
8518
|
+
"integrity": "sha512-1tDrzKsdCg70WGvbFss/ulVAxupNauGnOlgpyjKzeQxzyllBLS0CGLV7tjIXTK3ZQA9/FBEm9qyFFN1bciA6pw==",
|
|
8519
8519
|
"license": "MIT",
|
|
8520
8520
|
"engines": {
|
|
8521
8521
|
"node": ">=10.0.0"
|
|
@@ -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
|
@@ -3597,9 +3597,9 @@ base64url@^3.0.1:
|
|
|
3597
3597
|
integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==
|
|
3598
3598
|
|
|
3599
3599
|
basic-ftp@^5.0.2:
|
|
3600
|
-
version "5.2.
|
|
3601
|
-
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.
|
|
3602
|
-
integrity sha512-
|
|
3600
|
+
version "5.2.2"
|
|
3601
|
+
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.2.tgz"
|
|
3602
|
+
integrity sha512-1tDrzKsdCg70WGvbFss/ulVAxupNauGnOlgpyjKzeQxzyllBLS0CGLV7tjIXTK3ZQA9/FBEm9qyFFN1bciA6pw==
|
|
3603
3603
|
|
|
3604
3604
|
binary-extensions@^2.0.0:
|
|
3605
3605
|
version "2.2.0"
|
|
@@ -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",
|