sfdx-jayree 4.8.115 → 4.8.116
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.116](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.115...v4.8.116) (2025-01-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump undici from 6.20.1 to 6.21.1 ([#1541](https://github.com/jayree/sfdx-jayree-plugin/issues/1541)) ([7939be2](https://github.com/jayree/sfdx-jayree-plugin/commit/7939be2a98604b8f0f063ed6955a020024190eff))
|
|
7
|
+
|
|
1
8
|
## [4.8.115](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.114...v4.8.115) (2025-01-17)
|
|
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.116",
|
|
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.116",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^3.6.34",
|
|
@@ -17067,9 +17067,9 @@
|
|
|
17067
17067
|
}
|
|
17068
17068
|
},
|
|
17069
17069
|
"node_modules/undici": {
|
|
17070
|
-
"version": "6.
|
|
17071
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
17072
|
-
"integrity": "sha512-
|
|
17070
|
+
"version": "6.21.1",
|
|
17071
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz",
|
|
17072
|
+
"integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==",
|
|
17073
17073
|
"license": "MIT",
|
|
17074
17074
|
"engines": {
|
|
17075
17075
|
"node": ">=18.17"
|
package/oclif.lock
CHANGED
|
@@ -8982,9 +8982,9 @@ undici-types@~6.19.2:
|
|
|
8982
8982
|
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
|
|
8983
8983
|
|
|
8984
8984
|
undici@^6.19.5:
|
|
8985
|
-
version "6.
|
|
8986
|
-
resolved "https://registry.npmjs.org/undici/-/undici-6.
|
|
8987
|
-
integrity sha512-
|
|
8985
|
+
version "6.21.1"
|
|
8986
|
+
resolved "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz"
|
|
8987
|
+
integrity sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==
|
|
8988
8988
|
|
|
8989
8989
|
unicode-emoji-modifier-base@^1.0.0:
|
|
8990
8990
|
version "1.0.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.116",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|