sfdx-jayree 4.8.138 → 4.8.139
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/README.md +3 -3
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.8.139](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.138...v4.8.139) (2025-06-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 4.0.12 to 4.0.13 ([#1665](https://github.com/jayree/sfdx-jayree-plugin/issues/1665)) ([86a31df](https://github.com/jayree/sfdx-jayree-plugin/commit/86a31dffcf0cdcc280dd51fd07a63facf89a334f))
|
|
7
|
+
|
|
1
8
|
## [4.8.138](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.137...v4.8.138) (2025-06-06)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ EXAMPLES
|
|
|
90
90
|
$ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.
|
|
93
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.13/src/commands/jayree/manifest/cleanup.ts)_
|
|
94
94
|
|
|
95
95
|
### `sfdx jayree manifest generate`
|
|
96
96
|
|
|
@@ -128,7 +128,7 @@ EXAMPLES
|
|
|
128
128
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
129
129
|
```
|
|
130
130
|
|
|
131
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.13/src/commands/jayree/manifest/generate.ts)_
|
|
132
132
|
|
|
133
133
|
### `sfdx jayree manifest git diff REF1 [REF2]`
|
|
134
134
|
|
|
@@ -208,7 +208,7 @@ FLAG DESCRIPTIONS
|
|
|
208
208
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.
|
|
211
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.13/src/commands/jayree/manifest/git/diff.ts)_
|
|
212
212
|
|
|
213
213
|
### `sfdx jayree org configure`
|
|
214
214
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.139",
|
|
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.139",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/sfdx-plugin-manifest": "^4.0.
|
|
12
|
+
"@jayree/sfdx-plugin-manifest": "^4.0.13",
|
|
13
13
|
"@jayree/sfdx-plugin-org": "^1.2.119",
|
|
14
14
|
"@jayree/sfdx-plugin-prettier": "^1.3.117",
|
|
15
15
|
"@jayree/sfdx-plugin-source": "^1.3.115"
|
|
@@ -4369,9 +4369,9 @@
|
|
|
4369
4369
|
}
|
|
4370
4370
|
},
|
|
4371
4371
|
"node_modules/@jayree/sfdx-plugin-manifest": {
|
|
4372
|
-
"version": "4.0.
|
|
4373
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.
|
|
4374
|
-
"integrity": "sha512-
|
|
4372
|
+
"version": "4.0.13",
|
|
4373
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.13.tgz",
|
|
4374
|
+
"integrity": "sha512-TXexFL1cAeVm1E/tAwX+ExSubVTvCxArP93bBq//SmD9Ow6zC+su5o9Zei2xo6pQeaPQWOLWBdgY6r/t6VCLVg==",
|
|
4375
4375
|
"license": "Apache-2.0",
|
|
4376
4376
|
"dependencies": {
|
|
4377
4377
|
"@jayree/changelog": "^1.2.10",
|
package/oclif.lock
CHANGED
|
@@ -1567,10 +1567,10 @@
|
|
|
1567
1567
|
semver "^7.7.2"
|
|
1568
1568
|
semver-compare "^1.0.0"
|
|
1569
1569
|
|
|
1570
|
-
"@jayree/sfdx-plugin-manifest@^4.0.
|
|
1571
|
-
version "4.0.
|
|
1572
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.
|
|
1573
|
-
integrity sha512-
|
|
1570
|
+
"@jayree/sfdx-plugin-manifest@^4.0.13":
|
|
1571
|
+
version "4.0.13"
|
|
1572
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.13.tgz"
|
|
1573
|
+
integrity sha512-TXexFL1cAeVm1E/tAwX+ExSubVTvCxArP93bBq//SmD9Ow6zC+su5o9Zei2xo6pQeaPQWOLWBdgY6r/t6VCLVg==
|
|
1574
1574
|
dependencies:
|
|
1575
1575
|
"@jayree/changelog" "^1.2.10"
|
|
1576
1576
|
"@oclif/core" "^4.3.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.139",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/sfdx-plugin-manifest": "^4.0.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^4.0.13",
|
|
10
10
|
"@jayree/sfdx-plugin-org": "^1.2.119",
|
|
11
11
|
"@jayree/sfdx-plugin-prettier": "^1.3.117",
|
|
12
12
|
"@jayree/sfdx-plugin-source": "^1.3.115"
|