sfdx-jayree 4.8.103 → 4.8.104
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.104](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.103...v4.8.104) (2024-11-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([#1486](https://github.com/jayree/sfdx-jayree-plugin/issues/1486)) ([0297440](https://github.com/jayree/sfdx-jayree-plugin/commit/029744013841b37cde7424a45fcca62ce393cb1f))
|
|
7
|
+
|
|
1
8
|
## [4.8.103](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.102...v4.8.103) (2024-11-16)
|
|
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.104",
|
|
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.104",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^3.6.6",
|
|
@@ -7666,9 +7666,9 @@
|
|
|
7666
7666
|
"license": "MIT"
|
|
7667
7667
|
},
|
|
7668
7668
|
"node_modules/cross-spawn": {
|
|
7669
|
-
"version": "7.0.
|
|
7670
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.
|
|
7671
|
-
"integrity": "sha512-
|
|
7669
|
+
"version": "7.0.5",
|
|
7670
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz",
|
|
7671
|
+
"integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==",
|
|
7672
7672
|
"dev": true,
|
|
7673
7673
|
"license": "MIT",
|
|
7674
7674
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -3758,9 +3758,9 @@ create-require@^1.1.0:
|
|
|
3758
3758
|
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
|
3759
3759
|
|
|
3760
3760
|
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
|
3761
|
-
version "7.0.
|
|
3762
|
-
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.
|
|
3763
|
-
integrity sha512-
|
|
3761
|
+
version "7.0.5"
|
|
3762
|
+
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz"
|
|
3763
|
+
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
|
|
3764
3764
|
dependencies:
|
|
3765
3765
|
path-key "^3.1.0"
|
|
3766
3766
|
shebang-command "^2.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.104",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|