sfdx-jayree 4.8.172 → 4.8.173
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 +6 -6
- package/npm-shrinkwrap.json +58 -9
- package/oclif.lock +24 -10
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.8.173](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.172...v4.8.173) (2025-12-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.142 to 1.3.143 ([#1833](https://github.com/jayree/sfdx-jayree-plugin/issues/1833)) ([06729a6](https://github.com/jayree/sfdx-jayree-plugin/commit/06729a6085668c2af08bf8fe9b6cbdb7e1c4dad2))
|
|
7
|
+
|
|
1
8
|
## [4.8.172](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.171...v4.8.172) (2025-12-05)
|
|
2
9
|
|
|
3
10
|
|
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.143/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.143/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.143/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.143/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.143/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.143/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.173",
|
|
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.173",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.110",
|
|
13
13
|
"@jayree/sfdx-plugin-org": "^1.2.149",
|
|
14
14
|
"@jayree/sfdx-plugin-prettier": "^1.3.145",
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.143"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.2.36",
|
|
@@ -3841,18 +3841,18 @@
|
|
|
3841
3841
|
}
|
|
3842
3842
|
},
|
|
3843
3843
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
3844
|
-
"version": "1.3.
|
|
3845
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
3846
|
-
"integrity": "sha512-
|
|
3844
|
+
"version": "1.3.143",
|
|
3845
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.143.tgz",
|
|
3846
|
+
"integrity": "sha512-UNH920eX+slJGe9ZmYJsxQaveIeIcC4yZV9oWZ16z4SZKw58pFled2xERFAbmlcpuU0r6Sbv7ieFgZenaEe7QA==",
|
|
3847
3847
|
"license": "Apache-2.0",
|
|
3848
3848
|
"dependencies": {
|
|
3849
|
-
"@jayree/changelog": "^1.2.
|
|
3849
|
+
"@jayree/changelog": "^1.2.21",
|
|
3850
3850
|
"@oclif/core": "^4.8.0",
|
|
3851
3851
|
"@salesforce/core": "^8.23.4",
|
|
3852
3852
|
"@salesforce/kit": "^3.2.4",
|
|
3853
3853
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
3854
|
-
"@salesforce/source-deploy-retrieve": "^12.30.
|
|
3855
|
-
"@salesforce/source-tracking": "^7.
|
|
3854
|
+
"@salesforce/source-deploy-retrieve": "^12.30.1",
|
|
3855
|
+
"@salesforce/source-tracking": "^7.8.0",
|
|
3856
3856
|
"@salesforce/ts-types": "^2.0.11",
|
|
3857
3857
|
"ansis": "^4.2.0",
|
|
3858
3858
|
"debug": "^4.4.3",
|
|
@@ -3867,6 +3867,55 @@
|
|
|
3867
3867
|
"node": ">=16.0.0"
|
|
3868
3868
|
}
|
|
3869
3869
|
},
|
|
3870
|
+
"node_modules/@jayree/sfdx-plugin-source/node_modules/@salesforce/source-tracking": {
|
|
3871
|
+
"version": "7.8.0",
|
|
3872
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.0.tgz",
|
|
3873
|
+
"integrity": "sha512-5343ikDjNMKBwU0VxIb9GOtWTPshLejhepstxLhxZsezjuPyihcB2ERFV3wB574EMPNqnSahHYOZEBj0Fx5suw==",
|
|
3874
|
+
"license": "Apache-2.0",
|
|
3875
|
+
"dependencies": {
|
|
3876
|
+
"@salesforce/core": "^8.23.5",
|
|
3877
|
+
"@salesforce/kit": "^3.2.4",
|
|
3878
|
+
"@salesforce/source-deploy-retrieve": "^12.30.0",
|
|
3879
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
3880
|
+
"fast-xml-parser": "^4.5.3",
|
|
3881
|
+
"graceful-fs": "^4.2.11",
|
|
3882
|
+
"isomorphic-git": "^1.34.2",
|
|
3883
|
+
"ts-retry-promise": "^0.8.1"
|
|
3884
|
+
},
|
|
3885
|
+
"engines": {
|
|
3886
|
+
"node": ">=18.0.0"
|
|
3887
|
+
}
|
|
3888
|
+
},
|
|
3889
|
+
"node_modules/@jayree/sfdx-plugin-source/node_modules/@salesforce/source-tracking/node_modules/fast-xml-parser": {
|
|
3890
|
+
"version": "4.5.3",
|
|
3891
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
|
|
3892
|
+
"integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
|
|
3893
|
+
"funding": [
|
|
3894
|
+
{
|
|
3895
|
+
"type": "github",
|
|
3896
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
3897
|
+
}
|
|
3898
|
+
],
|
|
3899
|
+
"license": "MIT",
|
|
3900
|
+
"dependencies": {
|
|
3901
|
+
"strnum": "^1.1.1"
|
|
3902
|
+
},
|
|
3903
|
+
"bin": {
|
|
3904
|
+
"fxparser": "src/cli/cli.js"
|
|
3905
|
+
}
|
|
3906
|
+
},
|
|
3907
|
+
"node_modules/@jayree/sfdx-plugin-source/node_modules/@salesforce/source-tracking/node_modules/strnum": {
|
|
3908
|
+
"version": "1.1.1",
|
|
3909
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz",
|
|
3910
|
+
"integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==",
|
|
3911
|
+
"funding": [
|
|
3912
|
+
{
|
|
3913
|
+
"type": "github",
|
|
3914
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
3915
|
+
}
|
|
3916
|
+
],
|
|
3917
|
+
"license": "MIT"
|
|
3918
|
+
},
|
|
3870
3919
|
"node_modules/@jayree/sfdx-plugin-source/node_modules/ansis": {
|
|
3871
3920
|
"version": "4.2.0",
|
|
3872
3921
|
"resolved": "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1349,7 +1349,7 @@
|
|
|
1349
1349
|
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
|
|
1350
1350
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1351
1351
|
|
|
1352
|
-
"@jayree/changelog@^1.2.
|
|
1352
|
+
"@jayree/changelog@^1.2.21":
|
|
1353
1353
|
version "1.2.21"
|
|
1354
1354
|
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.21.tgz"
|
|
1355
1355
|
integrity sha512-zKKPVMcXUjDEmjVE+wnu78E7wom/O43qwiwV3guV3g5LWV62ykNrGQsR/DZFB3l/7+ZJRG6iDDGsmw4A0Ghhig==
|
|
@@ -1428,18 +1428,18 @@
|
|
|
1428
1428
|
prettier-plugin-apex "^2.2.6"
|
|
1429
1429
|
tslib "^2.8.1"
|
|
1430
1430
|
|
|
1431
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1432
|
-
version "1.3.
|
|
1433
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1434
|
-
integrity sha512-
|
|
1431
|
+
"@jayree/sfdx-plugin-source@^1.3.143":
|
|
1432
|
+
version "1.3.143"
|
|
1433
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.143.tgz"
|
|
1434
|
+
integrity sha512-UNH920eX+slJGe9ZmYJsxQaveIeIcC4yZV9oWZ16z4SZKw58pFled2xERFAbmlcpuU0r6Sbv7ieFgZenaEe7QA==
|
|
1435
1435
|
dependencies:
|
|
1436
|
-
"@jayree/changelog" "^1.2.
|
|
1436
|
+
"@jayree/changelog" "^1.2.21"
|
|
1437
1437
|
"@oclif/core" "^4.8.0"
|
|
1438
1438
|
"@salesforce/core" "^8.23.4"
|
|
1439
1439
|
"@salesforce/kit" "^3.2.4"
|
|
1440
1440
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
1441
|
-
"@salesforce/source-deploy-retrieve" "^12.30.
|
|
1442
|
-
"@salesforce/source-tracking" "^7.
|
|
1441
|
+
"@salesforce/source-deploy-retrieve" "^12.30.1"
|
|
1442
|
+
"@salesforce/source-tracking" "^7.8.0"
|
|
1443
1443
|
"@salesforce/ts-types" "^2.0.11"
|
|
1444
1444
|
ansis "^4.2.0"
|
|
1445
1445
|
debug "^4.4.3"
|
|
@@ -1716,7 +1716,7 @@
|
|
|
1716
1716
|
dependencies:
|
|
1717
1717
|
"@xml-tools/parser" "^1.0.11"
|
|
1718
1718
|
|
|
1719
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.4", "@salesforce/core@^8.23.7":
|
|
1719
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.4", "@salesforce/core@^8.23.5", "@salesforce/core@^8.23.7":
|
|
1720
1720
|
version "8.23.7"
|
|
1721
1721
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.23.7.tgz"
|
|
1722
1722
|
integrity sha512-2drAVHK1A2yqioOMornMNxGaUnstGc/moyCQxJ9lSJrsZ/EICD12A9hLNx3dq791GCRMPnaZmAXmJZFllX56tQ==
|
|
@@ -1851,7 +1851,21 @@
|
|
|
1851
1851
|
proxy-agent "^6.4.0"
|
|
1852
1852
|
yaml "^2.8.1"
|
|
1853
1853
|
|
|
1854
|
-
"@salesforce/source-tracking@^7.
|
|
1854
|
+
"@salesforce/source-tracking@^7.8.0":
|
|
1855
|
+
version "7.8.0"
|
|
1856
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.0.tgz"
|
|
1857
|
+
integrity sha512-5343ikDjNMKBwU0VxIb9GOtWTPshLejhepstxLhxZsezjuPyihcB2ERFV3wB574EMPNqnSahHYOZEBj0Fx5suw==
|
|
1858
|
+
dependencies:
|
|
1859
|
+
"@salesforce/core" "^8.23.5"
|
|
1860
|
+
"@salesforce/kit" "^3.2.4"
|
|
1861
|
+
"@salesforce/source-deploy-retrieve" "^12.30.0"
|
|
1862
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
1863
|
+
fast-xml-parser "^4.5.3"
|
|
1864
|
+
graceful-fs "^4.2.11"
|
|
1865
|
+
isomorphic-git "^1.34.2"
|
|
1866
|
+
ts-retry-promise "^0.8.1"
|
|
1867
|
+
|
|
1868
|
+
"@salesforce/source-tracking@7.7.0":
|
|
1855
1869
|
version "7.7.0"
|
|
1856
1870
|
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.7.0.tgz"
|
|
1857
1871
|
integrity sha512-eUgK+wjWyq7x4zMiRQVEkHwRAZk2YDTGqZpwG7jzsnDXqxAuX7tdU0H8WvwMJAzeIca7S6DiKOGl1gqTaL8ktQ==
|
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.173",
|
|
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.110",
|
|
10
10
|
"@jayree/sfdx-plugin-org": "^1.2.149",
|
|
11
11
|
"@jayree/sfdx-plugin-prettier": "^1.3.145",
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.143"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.2.36",
|