sfdx-jayree 4.8.221 → 4.8.223
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/README.md +6 -6
- package/npm-shrinkwrap.json +11 -10
- package/oclif.lock +10 -9
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.8.223](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.222...v4.8.223) (2026-08-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.182 to 1.3.183 ([#2078](https://github.com/jayree/sfdx-jayree-plugin/issues/2078)) ([493a452](https://github.com/jayree/sfdx-jayree-plugin/commit/493a452a1a84541ab4c149054e4a6b1a18b61ceb))
|
|
7
|
+
|
|
8
|
+
## [4.8.222](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.221...v4.8.222) (2026-08-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump github/codeql-action from 4.37.6 to 4.37.7 ([#2075](https://github.com/jayree/sfdx-jayree-plugin/issues/2075)) ([6d4abc2](https://github.com/jayree/sfdx-jayree-plugin/commit/6d4abc2d531a4634a78016a324d0b1f58c55e5fa))
|
|
14
|
+
|
|
1
15
|
## [4.8.221](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.220...v4.8.221) (2026-08-14)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -366,7 +366,7 @@ ALIASES
|
|
|
366
366
|
$ sfdx jayree source snapshot compare
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
369
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.183/src/commands/jayree/project/compare/snapshot.ts)_
|
|
370
370
|
|
|
371
371
|
### `sfdx jayree project fix`
|
|
372
372
|
|
|
@@ -388,7 +388,7 @@ ALIASES
|
|
|
388
388
|
$ sfdx jayree source fix
|
|
389
389
|
```
|
|
390
390
|
|
|
391
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
391
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.183/src/commands/jayree/project/fix.ts)_
|
|
392
392
|
|
|
393
393
|
### `sfdx jayree project generate snapshot`
|
|
394
394
|
|
|
@@ -409,7 +409,7 @@ ALIASES
|
|
|
409
409
|
$ sfdx jayree source snapshot generate
|
|
410
410
|
```
|
|
411
411
|
|
|
412
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
412
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.183/src/commands/jayree/project/generate/snapshot.ts)_
|
|
413
413
|
|
|
414
414
|
### `sfdx jayree project list tracking`
|
|
415
415
|
|
|
@@ -438,7 +438,7 @@ EXAMPLES
|
|
|
438
438
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
441
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.183/src/commands/jayree/project/list/tracking.ts)_
|
|
442
442
|
|
|
443
443
|
### `sfdx jayree project store tracking get`
|
|
444
444
|
|
|
@@ -464,7 +464,7 @@ EXAMPLES
|
|
|
464
464
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
465
465
|
```
|
|
466
466
|
|
|
467
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
467
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.183/src/commands/jayree/project/store/tracking/get.ts)_
|
|
468
468
|
|
|
469
469
|
### `sfdx jayree project store tracking set`
|
|
470
470
|
|
|
@@ -494,7 +494,7 @@ EXAMPLES
|
|
|
494
494
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
495
495
|
```
|
|
496
496
|
|
|
497
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
497
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.183/src/commands/jayree/project/store/tracking/set.ts)_
|
|
498
498
|
<!-- commandsstop -->
|
|
499
499
|
|
|
500
500
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.223",
|
|
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.223",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
13
13
|
"@jayree/sfdx-plugin-org": "^1.2.184",
|
|
14
14
|
"@jayree/sfdx-plugin-prettier": "^1.3.180",
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.183"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.2.58",
|
|
@@ -3101,9 +3101,9 @@
|
|
|
3101
3101
|
}
|
|
3102
3102
|
},
|
|
3103
3103
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
3104
|
-
"version": "1.3.
|
|
3105
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
3106
|
-
"integrity": "sha512
|
|
3104
|
+
"version": "1.3.183",
|
|
3105
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.183.tgz",
|
|
3106
|
+
"integrity": "sha512-/YX7toPE8NBxqJlKfy4zurBFIUgu+/EVhLQ6iGg5BcYlzdoORkLYiWMA5ETNr132q9qx+DI8t6ilTnWtpwbaLA==",
|
|
3107
3107
|
"license": "Apache-2.0",
|
|
3108
3108
|
"dependencies": {
|
|
3109
3109
|
"@jayree/changelog": "^1.2.39",
|
|
@@ -3119,7 +3119,7 @@
|
|
|
3119
3119
|
"deep-object-diff": "^1.1.9",
|
|
3120
3120
|
"fast-xml-parser": "^5.10.1",
|
|
3121
3121
|
"fs-extra": "^11.4.0",
|
|
3122
|
-
"globby": "^16.2.
|
|
3122
|
+
"globby": "^16.2.3",
|
|
3123
3123
|
"object-path": "^0.11.8",
|
|
3124
3124
|
"tslib": "^2.8.1"
|
|
3125
3125
|
},
|
|
@@ -3172,15 +3172,16 @@
|
|
|
3172
3172
|
}
|
|
3173
3173
|
},
|
|
3174
3174
|
"node_modules/@jayree/sfdx-plugin-source/node_modules/globby": {
|
|
3175
|
-
"version": "16.2.
|
|
3176
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-16.2.
|
|
3177
|
-
"integrity": "sha512-
|
|
3175
|
+
"version": "16.2.4",
|
|
3176
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-16.2.4.tgz",
|
|
3177
|
+
"integrity": "sha512-c8B/VNLmxRcmqqenRA9t+9IyOjf9+V6lTxPaUJLqOCONdQkWZ0ETYgX0qbtJqPsgCNusT9MZ5Jeidw8Eb9tn2g==",
|
|
3178
3178
|
"license": "MIT",
|
|
3179
3179
|
"dependencies": {
|
|
3180
3180
|
"@sindresorhus/merge-streams": "^4.0.0",
|
|
3181
3181
|
"fast-glob": "^3.3.3",
|
|
3182
3182
|
"ignore": "^7.0.5",
|
|
3183
3183
|
"is-path-inside": "^4.0.0",
|
|
3184
|
+
"micromatch": "^4.0.8",
|
|
3184
3185
|
"slash": "^5.1.0",
|
|
3185
3186
|
"unicorn-magic": "^0.4.0"
|
|
3186
3187
|
},
|
package/oclif.lock
CHANGED
|
@@ -1088,10 +1088,10 @@
|
|
|
1088
1088
|
prettier-plugin-apex "^2.3.0"
|
|
1089
1089
|
tslib "^2.8.1"
|
|
1090
1090
|
|
|
1091
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1092
|
-
version "1.3.
|
|
1093
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1094
|
-
integrity sha512
|
|
1091
|
+
"@jayree/sfdx-plugin-source@^1.3.183":
|
|
1092
|
+
version "1.3.183"
|
|
1093
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.183.tgz"
|
|
1094
|
+
integrity sha512-/YX7toPE8NBxqJlKfy4zurBFIUgu+/EVhLQ6iGg5BcYlzdoORkLYiWMA5ETNr132q9qx+DI8t6ilTnWtpwbaLA==
|
|
1095
1095
|
dependencies:
|
|
1096
1096
|
"@jayree/changelog" "^1.2.39"
|
|
1097
1097
|
"@oclif/core" "^4.13.3"
|
|
@@ -1106,7 +1106,7 @@
|
|
|
1106
1106
|
deep-object-diff "^1.1.9"
|
|
1107
1107
|
fast-xml-parser "^5.10.1"
|
|
1108
1108
|
fs-extra "^11.4.0"
|
|
1109
|
-
globby "^16.2.
|
|
1109
|
+
globby "^16.2.3"
|
|
1110
1110
|
object-path "^0.11.8"
|
|
1111
1111
|
tslib "^2.8.1"
|
|
1112
1112
|
|
|
@@ -4593,15 +4593,16 @@ globby@^11.1.0:
|
|
|
4593
4593
|
merge2 "^1.4.1"
|
|
4594
4594
|
slash "^3.0.0"
|
|
4595
4595
|
|
|
4596
|
-
globby@^16.2.
|
|
4597
|
-
version "16.2.
|
|
4598
|
-
resolved "https://registry.npmjs.org/globby/-/globby-16.2.
|
|
4599
|
-
integrity sha512-
|
|
4596
|
+
globby@^16.2.3:
|
|
4597
|
+
version "16.2.4"
|
|
4598
|
+
resolved "https://registry.npmjs.org/globby/-/globby-16.2.4.tgz"
|
|
4599
|
+
integrity sha512-c8B/VNLmxRcmqqenRA9t+9IyOjf9+V6lTxPaUJLqOCONdQkWZ0ETYgX0qbtJqPsgCNusT9MZ5Jeidw8Eb9tn2g==
|
|
4600
4600
|
dependencies:
|
|
4601
4601
|
"@sindresorhus/merge-streams" "^4.0.0"
|
|
4602
4602
|
fast-glob "^3.3.3"
|
|
4603
4603
|
ignore "^7.0.5"
|
|
4604
4604
|
is-path-inside "^4.0.0"
|
|
4605
|
+
micromatch "^4.0.8"
|
|
4605
4606
|
slash "^5.1.0"
|
|
4606
4607
|
unicorn-magic "^0.4.0"
|
|
4607
4608
|
|
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.223",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
10
10
|
"@jayree/sfdx-plugin-org": "^1.2.184",
|
|
11
11
|
"@jayree/sfdx-plugin-prettier": "^1.3.180",
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.183"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.2.58",
|