sfdx-jayree 4.8.124 → 4.8.125
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 +11 -0
- package/README.md +15 -15
- package/npm-shrinkwrap.json +77 -57
- package/oclif.lock +77 -62
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [4.8.125](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.124...v4.8.125) (2025-03-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.6.61 to 3.6.64 ([#1597](https://github.com/jayree/sfdx-jayree-plugin/issues/1597)) ([af79a23](https://github.com/jayree/sfdx-jayree-plugin/commit/af79a2369a726626fa5efe3d91336ab30cb0b3ac))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.100 to 1.2.101 ([#1594](https://github.com/jayree/sfdx-jayree-plugin/issues/1594)) ([00ebc37](https://github.com/jayree/sfdx-jayree-plugin/commit/00ebc37c992921225318164911e64e7e749eeca2))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.105 to 1.3.106 ([#1593](https://github.com/jayree/sfdx-jayree-plugin/issues/1593)) ([52bc8e6](https://github.com/jayree/sfdx-jayree-plugin/commit/52bc8e68b1a2648c8dd9331d4851de17afae49bb))
|
|
9
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.102 to 1.3.103 ([#1596](https://github.com/jayree/sfdx-jayree-plugin/issues/1596)) ([5ff230b](https://github.com/jayree/sfdx-jayree-plugin/commit/5ff230b9d1093799db18e3d66512dc47c63fdc00))
|
|
10
|
+
* **deps:** bump axios from 1.7.7 to 1.8.3 ([#1598](https://github.com/jayree/sfdx-jayree-plugin/issues/1598)) ([41d2a20](https://github.com/jayree/sfdx-jayree-plugin/commit/41d2a2009ac26eed44ed4522e89e74987cd34ea6))
|
|
11
|
+
|
|
1
12
|
## [4.8.124](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.123...v4.8.124) (2025-03-07)
|
|
2
13
|
|
|
3
14
|
|
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ EXAMPLES
|
|
|
61
61
|
...
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
64
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.101/src/commands/jayree/flow/get/coverage.ts)_
|
|
65
65
|
|
|
66
66
|
### `sfdx jayree manifest cleanup`
|
|
67
67
|
|
|
@@ -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/v3.6.
|
|
93
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.64/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/v3.6.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.64/src/commands/jayree/manifest/generate.ts)_
|
|
132
132
|
|
|
133
133
|
### `sfdx jayree manifest git diff REF1 [REF2]`
|
|
134
134
|
|
|
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
|
|
|
211
211
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.
|
|
214
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.64/src/commands/jayree/manifest/git/diff.ts)_
|
|
215
215
|
|
|
216
216
|
### `sfdx jayree org configure`
|
|
217
217
|
|
|
@@ -241,7 +241,7 @@ EXAMPLES
|
|
|
241
241
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
242
242
|
```
|
|
243
243
|
|
|
244
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
244
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.101/src/commands/jayree/org/configure/index.ts)_
|
|
245
245
|
|
|
246
246
|
### `sfdx jayree org configure country`
|
|
247
247
|
|
|
@@ -261,7 +261,7 @@ GLOBAL FLAGS
|
|
|
261
261
|
--json Format output as json.
|
|
262
262
|
```
|
|
263
263
|
|
|
264
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
264
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.101/src/commands/jayree/org/configure/country.ts)_
|
|
265
265
|
|
|
266
266
|
### `sfdx jayree org configure state`
|
|
267
267
|
|
|
@@ -286,7 +286,7 @@ GLOBAL FLAGS
|
|
|
286
286
|
--json Format output as json.
|
|
287
287
|
```
|
|
288
288
|
|
|
289
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
289
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.101/src/commands/jayree/org/configure/state.ts)_
|
|
290
290
|
|
|
291
291
|
### `sfdx jayree org get settings`
|
|
292
292
|
|
|
@@ -316,7 +316,7 @@ EXAMPLES
|
|
|
316
316
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
319
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.101/src/commands/jayree/org/get/settings.ts)_
|
|
320
320
|
|
|
321
321
|
### `sfdx jayree org stream`
|
|
322
322
|
|
|
@@ -348,7 +348,7 @@ EXAMPLES
|
|
|
348
348
|
...
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
351
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.101/src/commands/jayree/org/stream.ts)_
|
|
352
352
|
|
|
353
353
|
### `sfdx jayree project compare snapshot`
|
|
354
354
|
|
|
@@ -369,7 +369,7 @@ ALIASES
|
|
|
369
369
|
$ sfdx jayree source snapshot compare
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
372
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.103/src/commands/jayree/project/compare/snapshot.ts)_
|
|
373
373
|
|
|
374
374
|
### `sfdx jayree project fix`
|
|
375
375
|
|
|
@@ -391,7 +391,7 @@ ALIASES
|
|
|
391
391
|
$ sfdx jayree source fix
|
|
392
392
|
```
|
|
393
393
|
|
|
394
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
394
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.103/src/commands/jayree/project/fix.ts)_
|
|
395
395
|
|
|
396
396
|
### `sfdx jayree project generate snapshot`
|
|
397
397
|
|
|
@@ -412,7 +412,7 @@ ALIASES
|
|
|
412
412
|
$ sfdx jayree source snapshot generate
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
415
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.103/src/commands/jayree/project/generate/snapshot.ts)_
|
|
416
416
|
|
|
417
417
|
### `sfdx jayree project list tracking`
|
|
418
418
|
|
|
@@ -441,7 +441,7 @@ EXAMPLES
|
|
|
441
441
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
442
442
|
```
|
|
443
443
|
|
|
444
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
444
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.103/src/commands/jayree/project/list/tracking.ts)_
|
|
445
445
|
|
|
446
446
|
### `sfdx jayree project store tracking get`
|
|
447
447
|
|
|
@@ -467,7 +467,7 @@ EXAMPLES
|
|
|
467
467
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
470
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.103/src/commands/jayree/project/store/tracking/get.ts)_
|
|
471
471
|
|
|
472
472
|
### `sfdx jayree project store tracking set`
|
|
473
473
|
|
|
@@ -497,7 +497,7 @@ EXAMPLES
|
|
|
497
497
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
498
498
|
```
|
|
499
499
|
|
|
500
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
500
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.103/src/commands/jayree/project/store/tracking/set.ts)_
|
|
501
501
|
<!-- commandsstop -->
|
|
502
502
|
|
|
503
503
|
## 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.125",
|
|
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.125",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/sfdx-plugin-manifest": "^3.6.
|
|
13
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
12
|
+
"@jayree/sfdx-plugin-manifest": "^3.6.64",
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.101",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.106",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.103"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.2.26",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
21
21
|
"c8": "^10.1.3",
|
|
22
22
|
"eslint-plugin-prettier": "^5.2.3",
|
|
23
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
23
|
+
"eslint-plugin-sf-plugin": "^1.20.16",
|
|
24
24
|
"nock": "^14.0.1",
|
|
25
25
|
"oclif": "^4.17.34",
|
|
26
26
|
"patch-package": "^8.0.0",
|
|
@@ -3845,17 +3845,17 @@
|
|
|
3845
3845
|
}
|
|
3846
3846
|
},
|
|
3847
3847
|
"node_modules/@jayree/sfdx-plugin-manifest": {
|
|
3848
|
-
"version": "3.6.
|
|
3849
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.
|
|
3850
|
-
"integrity": "sha512-
|
|
3848
|
+
"version": "3.6.64",
|
|
3849
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.64.tgz",
|
|
3850
|
+
"integrity": "sha512-N6JygoNMZCo2i2PHMZ7ciWPO8CeFJoJZCcQQ0G8u/COQK7YR9RYcHG0uYSSO9qzrT/Pg7fV2sDaQy+Zi/arHrw==",
|
|
3851
3851
|
"license": "BSD-3-Clause",
|
|
3852
3852
|
"dependencies": {
|
|
3853
3853
|
"@jayree/changelog": "^1.2.6",
|
|
3854
|
-
"@oclif/core": "^4.2.
|
|
3855
|
-
"@salesforce/core": "^8.8.
|
|
3854
|
+
"@oclif/core": "^4.2.9",
|
|
3855
|
+
"@salesforce/core": "^8.8.5",
|
|
3856
3856
|
"@salesforce/kit": "^3.2.3",
|
|
3857
3857
|
"@salesforce/sf-plugins-core": "^12.2.0",
|
|
3858
|
-
"@salesforce/source-deploy-retrieve": "12.16.
|
|
3858
|
+
"@salesforce/source-deploy-retrieve": "12.16.5",
|
|
3859
3859
|
"@salesforce/source-tracking": "7.3.16",
|
|
3860
3860
|
"@salesforce/ts-types": "^2.0.12",
|
|
3861
3861
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -3890,12 +3890,12 @@
|
|
|
3890
3890
|
}
|
|
3891
3891
|
},
|
|
3892
3892
|
"node_modules/@jayree/sfdx-plugin-manifest/node_modules/@salesforce/source-deploy-retrieve": {
|
|
3893
|
-
"version": "12.16.
|
|
3894
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.
|
|
3895
|
-
"integrity": "sha512-
|
|
3893
|
+
"version": "12.16.5",
|
|
3894
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.5.tgz",
|
|
3895
|
+
"integrity": "sha512-icrdVRPnBJkxe2cAqvoi5BAps4BNaUQtWPy7R59tBK+dbzMq/980hiashZfnFBZ2kEljZlcj5LApUMm9zQghJA==",
|
|
3896
3896
|
"license": "BSD-3-Clause",
|
|
3897
3897
|
"dependencies": {
|
|
3898
|
-
"@salesforce/core": "^8.8.
|
|
3898
|
+
"@salesforce/core": "^8.8.5",
|
|
3899
3899
|
"@salesforce/kit": "^3.2.3",
|
|
3900
3900
|
"@salesforce/ts-types": "^2.0.12",
|
|
3901
3901
|
"@salesforce/types": "^1.3.0",
|
|
@@ -3991,18 +3991,18 @@
|
|
|
3991
3991
|
"license": "MIT"
|
|
3992
3992
|
},
|
|
3993
3993
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
3994
|
-
"version": "1.2.
|
|
3995
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
3996
|
-
"integrity": "sha512-
|
|
3994
|
+
"version": "1.2.101",
|
|
3995
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.101.tgz",
|
|
3996
|
+
"integrity": "sha512-hin4BgLrOc6YUfUwZ8YN06kc0g63KUFa3gtFpKfXcDy+gu5REInukRKAS/pK7Tuqyyn9ZgqIn5ypdhj7AZge9w==",
|
|
3997
3997
|
"license": "BSD-3-Clause",
|
|
3998
3998
|
"dependencies": {
|
|
3999
3999
|
"@jayree/changelog": "^1.2.6",
|
|
4000
4000
|
"@jsforce/jsforce-node": "^3.6.6",
|
|
4001
4001
|
"@listr2/prompt-adapter-enquirer": "^2.0.12",
|
|
4002
|
-
"@oclif/core": "^4.2.
|
|
4002
|
+
"@oclif/core": "^4.2.10",
|
|
4003
4003
|
"@salesforce/core": "^8.8.5",
|
|
4004
4004
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4005
|
-
"@salesforce/source-deploy-retrieve": "^12.16.
|
|
4005
|
+
"@salesforce/source-deploy-retrieve": "^12.16.6",
|
|
4006
4006
|
"@salesforce/ts-types": "^2.0.12",
|
|
4007
4007
|
"chalk": "^5.4.1",
|
|
4008
4008
|
"cli-progress": "^3.12.0",
|
|
@@ -4066,13 +4066,13 @@
|
|
|
4066
4066
|
}
|
|
4067
4067
|
},
|
|
4068
4068
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
4069
|
-
"version": "1.3.
|
|
4070
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
4071
|
-
"integrity": "sha512-
|
|
4069
|
+
"version": "1.3.106",
|
|
4070
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.106.tgz",
|
|
4071
|
+
"integrity": "sha512-lobRpBwuO/r8/8iHb28WhfCLfgPP+oc/4QHXeq1aiM21kspSr8ptTC7/qpS8ZNb9+wqnXCRgXbdaYOI1hvgpfg==",
|
|
4072
4072
|
"license": "BSD-3-Clause",
|
|
4073
4073
|
"dependencies": {
|
|
4074
4074
|
"@jayree/changelog": "^1.2.6",
|
|
4075
|
-
"@oclif/core": "^4.2.
|
|
4075
|
+
"@oclif/core": "^4.2.10",
|
|
4076
4076
|
"@prettier/plugin-xml": "^3.4.1",
|
|
4077
4077
|
"@salesforce/core": "^8.8.5",
|
|
4078
4078
|
"@salesforce/kit": "^3.2.3",
|
|
@@ -4083,7 +4083,7 @@
|
|
|
4083
4083
|
"fs-extra": "^11.3.0",
|
|
4084
4084
|
"ignore": "^7.0.0",
|
|
4085
4085
|
"prettier": "^3.5.3",
|
|
4086
|
-
"prettier-plugin-apex": "^2.2.
|
|
4086
|
+
"prettier-plugin-apex": "^2.2.5",
|
|
4087
4087
|
"tslib": "^2.8.1"
|
|
4088
4088
|
},
|
|
4089
4089
|
"engines": {
|
|
@@ -4121,18 +4121,18 @@
|
|
|
4121
4121
|
}
|
|
4122
4122
|
},
|
|
4123
4123
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
4124
|
-
"version": "1.3.
|
|
4125
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
4126
|
-
"integrity": "sha512-
|
|
4124
|
+
"version": "1.3.103",
|
|
4125
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.103.tgz",
|
|
4126
|
+
"integrity": "sha512-FBueab/WijQeAtU8tK3tnTX8elUORzIaz7Cw06rqEFVwlIYRtC+n1YZJypgyjzwAQlYqEaFWklxjCh8BsVS+AQ==",
|
|
4127
4127
|
"license": "BSD-3-Clause",
|
|
4128
4128
|
"dependencies": {
|
|
4129
4129
|
"@jayree/changelog": "^1.2.6",
|
|
4130
|
-
"@oclif/core": "^4.2.
|
|
4130
|
+
"@oclif/core": "^4.2.10",
|
|
4131
4131
|
"@salesforce/core": "^8.8.5",
|
|
4132
4132
|
"@salesforce/kit": "^3.2.3",
|
|
4133
4133
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4134
4134
|
"@salesforce/source-deploy-retrieve": "^12.15.0",
|
|
4135
|
-
"@salesforce/source-tracking": "^7.3.
|
|
4135
|
+
"@salesforce/source-tracking": "^7.3.17",
|
|
4136
4136
|
"@salesforce/ts-types": "^2.0.11",
|
|
4137
4137
|
"ansis": "^3.17.0",
|
|
4138
4138
|
"debug": "^4.3.7",
|
|
@@ -4148,6 +4148,26 @@
|
|
|
4148
4148
|
"node": ">=16.0.0"
|
|
4149
4149
|
}
|
|
4150
4150
|
},
|
|
4151
|
+
"node_modules/@jayree/sfdx-plugin-source/node_modules/@salesforce/source-tracking": {
|
|
4152
|
+
"version": "7.3.17",
|
|
4153
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.17.tgz",
|
|
4154
|
+
"integrity": "sha512-KWlOWS6QvZtDlxfQio8Ym+jwemtRNgfvxC84/c4xtX4eEfGh2zkbHLTTXHRaEDVKc9u3xEt19NeUAHhSvCA+Qw==",
|
|
4155
|
+
"license": "BSD-3-Clause",
|
|
4156
|
+
"dependencies": {
|
|
4157
|
+
"@oclif/core": "^4.2.9",
|
|
4158
|
+
"@salesforce/core": "^8.8.5",
|
|
4159
|
+
"@salesforce/kit": "^3.2.3",
|
|
4160
|
+
"@salesforce/source-deploy-retrieve": "^12.16.6",
|
|
4161
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
4162
|
+
"fast-xml-parser": "^4.5.1",
|
|
4163
|
+
"graceful-fs": "^4.2.11",
|
|
4164
|
+
"isomorphic-git": "^1.27.2",
|
|
4165
|
+
"ts-retry-promise": "^0.8.1"
|
|
4166
|
+
},
|
|
4167
|
+
"engines": {
|
|
4168
|
+
"node": ">=18.0.0"
|
|
4169
|
+
}
|
|
4170
|
+
},
|
|
4151
4171
|
"node_modules/@jayree/sfdx-plugin-source/node_modules/globby": {
|
|
4152
4172
|
"version": "14.0.2",
|
|
4153
4173
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz",
|
|
@@ -4375,13 +4395,13 @@
|
|
|
4375
4395
|
}
|
|
4376
4396
|
},
|
|
4377
4397
|
"node_modules/@oclif/core": {
|
|
4378
|
-
"version": "4.2.
|
|
4379
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
4380
|
-
"integrity": "sha512-
|
|
4398
|
+
"version": "4.2.10",
|
|
4399
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.10.tgz",
|
|
4400
|
+
"integrity": "sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==",
|
|
4381
4401
|
"license": "MIT",
|
|
4382
4402
|
"dependencies": {
|
|
4383
4403
|
"ansi-escapes": "^4.3.2",
|
|
4384
|
-
"ansis": "^3.
|
|
4404
|
+
"ansis": "^3.17.0",
|
|
4385
4405
|
"clean-stack": "^3.0.1",
|
|
4386
4406
|
"cli-spinners": "^2.9.2",
|
|
4387
4407
|
"debug": "^4.4.0",
|
|
@@ -4660,9 +4680,9 @@
|
|
|
4660
4680
|
}
|
|
4661
4681
|
},
|
|
4662
4682
|
"node_modules/@prettier-apex/apex-ast-serializer-linux-x64": {
|
|
4663
|
-
"version": "2.2.
|
|
4664
|
-
"resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-linux-x64/-/apex-ast-serializer-linux-x64-2.2.
|
|
4665
|
-
"integrity": "sha512
|
|
4683
|
+
"version": "2.2.5",
|
|
4684
|
+
"resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-linux-x64/-/apex-ast-serializer-linux-x64-2.2.5.tgz",
|
|
4685
|
+
"integrity": "sha512-w7u5JpA3rF2vVfSSUxMSvBIGiOerNrkt3wnRKNqFzcAoc6MBbdXtNJHS/QaYQlJexL6A6fJpQYF+291YHq2Zbg==",
|
|
4666
4686
|
"cpu": [
|
|
4667
4687
|
"x64"
|
|
4668
4688
|
],
|
|
@@ -4988,12 +5008,12 @@
|
|
|
4988
5008
|
}
|
|
4989
5009
|
},
|
|
4990
5010
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
4991
|
-
"version": "12.16.
|
|
4992
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.
|
|
4993
|
-
"integrity": "sha512-
|
|
5011
|
+
"version": "12.16.6",
|
|
5012
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.6.tgz",
|
|
5013
|
+
"integrity": "sha512-k0DHARp4dKUjn5JVSBF6YYfpBNU3jooRblXIoRN074gIeJs8mUcK4y5lL7Eck9FW0CPjbgWq7+5StvYQxFIODw==",
|
|
4994
5014
|
"license": "BSD-3-Clause",
|
|
4995
5015
|
"dependencies": {
|
|
4996
|
-
"@salesforce/core": "^8.8.
|
|
5016
|
+
"@salesforce/core": "^8.8.5",
|
|
4997
5017
|
"@salesforce/kit": "^3.2.3",
|
|
4998
5018
|
"@salesforce/ts-types": "^2.0.12",
|
|
4999
5019
|
"@salesforce/types": "^1.3.0",
|
|
@@ -6957,9 +6977,9 @@
|
|
|
6957
6977
|
}
|
|
6958
6978
|
},
|
|
6959
6979
|
"node_modules/axios": {
|
|
6960
|
-
"version": "1.
|
|
6961
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
6962
|
-
"integrity": "sha512-
|
|
6980
|
+
"version": "1.8.3",
|
|
6981
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz",
|
|
6982
|
+
"integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==",
|
|
6963
6983
|
"license": "MIT",
|
|
6964
6984
|
"dependencies": {
|
|
6965
6985
|
"follow-redirects": "^1.15.6",
|
|
@@ -9280,13 +9300,13 @@
|
|
|
9280
9300
|
}
|
|
9281
9301
|
},
|
|
9282
9302
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
9283
|
-
"version": "1.20.
|
|
9284
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
9285
|
-
"integrity": "sha512-
|
|
9303
|
+
"version": "1.20.16",
|
|
9304
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.16.tgz",
|
|
9305
|
+
"integrity": "sha512-NbWW2J6eO70m4C/ab9ZOVqpSW97+C/xNwHc4c10GV3mi8brxA9OWKo7vDfd2nGKrZ0EzA1BHujnu9ItV3HhrJQ==",
|
|
9286
9306
|
"dev": true,
|
|
9287
9307
|
"license": "BSD-3-Clause",
|
|
9288
9308
|
"dependencies": {
|
|
9289
|
-
"@salesforce/core": "^8.8.
|
|
9309
|
+
"@salesforce/core": "^8.8.5",
|
|
9290
9310
|
"@typescript-eslint/utils": "^7.18.0"
|
|
9291
9311
|
},
|
|
9292
9312
|
"engines": {
|
|
@@ -14889,9 +14909,9 @@
|
|
|
14889
14909
|
}
|
|
14890
14910
|
},
|
|
14891
14911
|
"node_modules/prettier-plugin-apex": {
|
|
14892
|
-
"version": "2.2.
|
|
14893
|
-
"resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.2.
|
|
14894
|
-
"integrity": "sha512
|
|
14912
|
+
"version": "2.2.5",
|
|
14913
|
+
"resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.2.5.tgz",
|
|
14914
|
+
"integrity": "sha512-btBu7HHa7jaPGhOcMU/idomLjuXUbLGNzpVthwInNnd/B8kaEtKD6ZWfdy5DFkiMRoUYQ8PuuCcVVdSZOECI1Q==",
|
|
14895
14915
|
"license": "MIT",
|
|
14896
14916
|
"dependencies": {
|
|
14897
14917
|
"jest-docblock": "^29.0.0",
|
|
@@ -14904,10 +14924,10 @@
|
|
|
14904
14924
|
"stop-apex-server": "dist/bin/stop-apex-server.js"
|
|
14905
14925
|
},
|
|
14906
14926
|
"optionalDependencies": {
|
|
14907
|
-
"@prettier-apex/apex-ast-serializer-darwin-arm64": "2.2.
|
|
14908
|
-
"@prettier-apex/apex-ast-serializer-darwin-x64": "2.2.
|
|
14909
|
-
"@prettier-apex/apex-ast-serializer-linux-x64": "2.2.
|
|
14910
|
-
"@prettier-apex/apex-ast-serializer-win32-x64": "2.2.
|
|
14927
|
+
"@prettier-apex/apex-ast-serializer-darwin-arm64": "2.2.5",
|
|
14928
|
+
"@prettier-apex/apex-ast-serializer-darwin-x64": "2.2.5",
|
|
14929
|
+
"@prettier-apex/apex-ast-serializer-linux-x64": "2.2.5",
|
|
14930
|
+
"@prettier-apex/apex-ast-serializer-win32-x64": "2.2.5"
|
|
14911
14931
|
},
|
|
14912
14932
|
"peerDependencies": {
|
|
14913
14933
|
"prettier": "^3.0.0"
|
package/oclif.lock
CHANGED
|
@@ -1567,17 +1567,17 @@
|
|
|
1567
1567
|
semver "^7.7.1"
|
|
1568
1568
|
semver-compare "^1.0.0"
|
|
1569
1569
|
|
|
1570
|
-
"@jayree/sfdx-plugin-manifest@^3.6.
|
|
1571
|
-
version "3.6.
|
|
1572
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.
|
|
1573
|
-
integrity sha512-
|
|
1570
|
+
"@jayree/sfdx-plugin-manifest@^3.6.64":
|
|
1571
|
+
version "3.6.64"
|
|
1572
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.64.tgz"
|
|
1573
|
+
integrity sha512-N6JygoNMZCo2i2PHMZ7ciWPO8CeFJoJZCcQQ0G8u/COQK7YR9RYcHG0uYSSO9qzrT/Pg7fV2sDaQy+Zi/arHrw==
|
|
1574
1574
|
dependencies:
|
|
1575
1575
|
"@jayree/changelog" "^1.2.6"
|
|
1576
|
-
"@oclif/core" "^4.2.
|
|
1577
|
-
"@salesforce/core" "^8.8.
|
|
1576
|
+
"@oclif/core" "^4.2.9"
|
|
1577
|
+
"@salesforce/core" "^8.8.5"
|
|
1578
1578
|
"@salesforce/kit" "^3.2.3"
|
|
1579
1579
|
"@salesforce/sf-plugins-core" "^12.2.0"
|
|
1580
|
-
"@salesforce/source-deploy-retrieve" "12.16.
|
|
1580
|
+
"@salesforce/source-deploy-retrieve" "12.16.5"
|
|
1581
1581
|
"@salesforce/source-tracking" "7.3.16"
|
|
1582
1582
|
"@salesforce/ts-types" "^2.0.12"
|
|
1583
1583
|
fast-deep-equal "^3.1.3"
|
|
@@ -1586,18 +1586,18 @@
|
|
|
1586
1586
|
graceful-fs "^4.2.11"
|
|
1587
1587
|
isomorphic-git "1.29.0"
|
|
1588
1588
|
|
|
1589
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1590
|
-
version "1.2.
|
|
1591
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1592
|
-
integrity sha512-
|
|
1589
|
+
"@jayree/sfdx-plugin-org@^1.2.101":
|
|
1590
|
+
version "1.2.101"
|
|
1591
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.101.tgz"
|
|
1592
|
+
integrity sha512-hin4BgLrOc6YUfUwZ8YN06kc0g63KUFa3gtFpKfXcDy+gu5REInukRKAS/pK7Tuqyyn9ZgqIn5ypdhj7AZge9w==
|
|
1593
1593
|
dependencies:
|
|
1594
1594
|
"@jayree/changelog" "^1.2.6"
|
|
1595
1595
|
"@jsforce/jsforce-node" "^3.6.6"
|
|
1596
1596
|
"@listr2/prompt-adapter-enquirer" "^2.0.12"
|
|
1597
|
-
"@oclif/core" "^4.2.
|
|
1597
|
+
"@oclif/core" "^4.2.10"
|
|
1598
1598
|
"@salesforce/core" "^8.8.5"
|
|
1599
1599
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1600
|
-
"@salesforce/source-deploy-retrieve" "^12.16.
|
|
1600
|
+
"@salesforce/source-deploy-retrieve" "^12.16.6"
|
|
1601
1601
|
"@salesforce/ts-types" "^2.0.12"
|
|
1602
1602
|
chalk "^5.4.1"
|
|
1603
1603
|
cli-progress "^3.12.0"
|
|
@@ -1614,13 +1614,13 @@
|
|
|
1614
1614
|
tslib "^2.8.1"
|
|
1615
1615
|
wrap-ansi "^9.0.0"
|
|
1616
1616
|
|
|
1617
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1618
|
-
version "1.3.
|
|
1619
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1620
|
-
integrity sha512-
|
|
1617
|
+
"@jayree/sfdx-plugin-prettier@^1.3.106":
|
|
1618
|
+
version "1.3.106"
|
|
1619
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.106.tgz"
|
|
1620
|
+
integrity sha512-lobRpBwuO/r8/8iHb28WhfCLfgPP+oc/4QHXeq1aiM21kspSr8ptTC7/qpS8ZNb9+wqnXCRgXbdaYOI1hvgpfg==
|
|
1621
1621
|
dependencies:
|
|
1622
1622
|
"@jayree/changelog" "^1.2.6"
|
|
1623
|
-
"@oclif/core" "^4.2.
|
|
1623
|
+
"@oclif/core" "^4.2.10"
|
|
1624
1624
|
"@prettier/plugin-xml" "^3.4.1"
|
|
1625
1625
|
"@salesforce/core" "^8.8.5"
|
|
1626
1626
|
"@salesforce/kit" "^3.2.3"
|
|
@@ -1631,21 +1631,21 @@
|
|
|
1631
1631
|
fs-extra "^11.3.0"
|
|
1632
1632
|
ignore "^7.0.0"
|
|
1633
1633
|
prettier "^3.5.3"
|
|
1634
|
-
prettier-plugin-apex "^2.2.
|
|
1634
|
+
prettier-plugin-apex "^2.2.5"
|
|
1635
1635
|
tslib "^2.8.1"
|
|
1636
1636
|
|
|
1637
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1638
|
-
version "1.3.
|
|
1639
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1640
|
-
integrity sha512-
|
|
1637
|
+
"@jayree/sfdx-plugin-source@^1.3.103":
|
|
1638
|
+
version "1.3.103"
|
|
1639
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.103.tgz"
|
|
1640
|
+
integrity sha512-FBueab/WijQeAtU8tK3tnTX8elUORzIaz7Cw06rqEFVwlIYRtC+n1YZJypgyjzwAQlYqEaFWklxjCh8BsVS+AQ==
|
|
1641
1641
|
dependencies:
|
|
1642
1642
|
"@jayree/changelog" "^1.2.6"
|
|
1643
|
-
"@oclif/core" "^4.2.
|
|
1643
|
+
"@oclif/core" "^4.2.10"
|
|
1644
1644
|
"@salesforce/core" "^8.8.5"
|
|
1645
1645
|
"@salesforce/kit" "^3.2.3"
|
|
1646
1646
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1647
1647
|
"@salesforce/source-deploy-retrieve" "^12.15.0"
|
|
1648
|
-
"@salesforce/source-tracking" "^7.3.
|
|
1648
|
+
"@salesforce/source-tracking" "^7.3.17"
|
|
1649
1649
|
"@salesforce/ts-types" "^2.0.11"
|
|
1650
1650
|
ansis "^3.17.0"
|
|
1651
1651
|
debug "^4.3.7"
|
|
@@ -1751,13 +1751,13 @@
|
|
|
1751
1751
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1752
1752
|
fastq "^1.6.0"
|
|
1753
1753
|
|
|
1754
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.
|
|
1755
|
-
version "4.2.
|
|
1756
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
1757
|
-
integrity sha512-
|
|
1754
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.2.4", "@oclif/core@^4.2.7", "@oclif/core@^4.2.8", "@oclif/core@^4.2.9":
|
|
1755
|
+
version "4.2.10"
|
|
1756
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.10.tgz"
|
|
1757
|
+
integrity sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==
|
|
1758
1758
|
dependencies:
|
|
1759
1759
|
ansi-escapes "^4.3.2"
|
|
1760
|
-
ansis "^3.
|
|
1760
|
+
ansis "^3.17.0"
|
|
1761
1761
|
clean-stack "^3.0.1"
|
|
1762
1762
|
cli-spinners "^2.9.2"
|
|
1763
1763
|
debug "^4.4.0"
|
|
@@ -1868,10 +1868,10 @@
|
|
|
1868
1868
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1869
1869
|
config-chain "^1.1.11"
|
|
1870
1870
|
|
|
1871
|
-
"@prettier-apex/apex-ast-serializer-linux-x64@2.2.
|
|
1872
|
-
version "2.2.
|
|
1873
|
-
resolved "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-linux-x64/-/apex-ast-serializer-linux-x64-2.2.
|
|
1874
|
-
integrity sha512
|
|
1871
|
+
"@prettier-apex/apex-ast-serializer-linux-x64@2.2.5":
|
|
1872
|
+
version "2.2.5"
|
|
1873
|
+
resolved "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-linux-x64/-/apex-ast-serializer-linux-x64-2.2.5.tgz"
|
|
1874
|
+
integrity sha512-w7u5JpA3rF2vVfSSUxMSvBIGiOerNrkt3wnRKNqFzcAoc6MBbdXtNJHS/QaYQlJexL6A6fJpQYF+291YHq2Zbg==
|
|
1875
1875
|
|
|
1876
1876
|
"@prettier/plugin-xml@^3.4.1":
|
|
1877
1877
|
version "3.4.1"
|
|
@@ -1880,7 +1880,7 @@
|
|
|
1880
1880
|
dependencies:
|
|
1881
1881
|
"@xml-tools/parser" "^1.0.11"
|
|
1882
1882
|
|
|
1883
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.2", "@salesforce/core@^8.8.
|
|
1883
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.2", "@salesforce/core@^8.8.5":
|
|
1884
1884
|
version "8.8.5"
|
|
1885
1885
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.8.5.tgz"
|
|
1886
1886
|
integrity sha512-eCiiO4NptvKkz04A4ivBVLzEBy/6IIFmaXoZ4tnF1FcD5MESvC+Xuc+0RFSRiYmPi5oloKNl6njrfVCKAho2zQ==
|
|
@@ -1992,12 +1992,12 @@
|
|
|
1992
1992
|
cli-progress "^3.12.0"
|
|
1993
1993
|
terminal-link "^3.0.0"
|
|
1994
1994
|
|
|
1995
|
-
"@salesforce/source-deploy-retrieve@^12.15.0", "@salesforce/source-deploy-retrieve@^12.16.
|
|
1996
|
-
version "12.16.
|
|
1997
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.
|
|
1998
|
-
integrity sha512-
|
|
1995
|
+
"@salesforce/source-deploy-retrieve@^12.15.0", "@salesforce/source-deploy-retrieve@^12.16.6":
|
|
1996
|
+
version "12.16.6"
|
|
1997
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.6.tgz"
|
|
1998
|
+
integrity sha512-k0DHARp4dKUjn5JVSBF6YYfpBNU3jooRblXIoRN074gIeJs8mUcK4y5lL7Eck9FW0CPjbgWq7+5StvYQxFIODw==
|
|
1999
1999
|
dependencies:
|
|
2000
|
-
"@salesforce/core" "^8.8.
|
|
2000
|
+
"@salesforce/core" "^8.8.5"
|
|
2001
2001
|
"@salesforce/kit" "^3.2.3"
|
|
2002
2002
|
"@salesforce/ts-types" "^2.0.12"
|
|
2003
2003
|
"@salesforce/types" "^1.3.0"
|
|
@@ -2013,12 +2013,12 @@
|
|
|
2013
2013
|
proxy-agent "^6.4.0"
|
|
2014
2014
|
yaml "^2.6.1"
|
|
2015
2015
|
|
|
2016
|
-
"@salesforce/source-deploy-retrieve@12.16.
|
|
2017
|
-
version "12.16.
|
|
2018
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.
|
|
2019
|
-
integrity sha512-
|
|
2016
|
+
"@salesforce/source-deploy-retrieve@12.16.5":
|
|
2017
|
+
version "12.16.5"
|
|
2018
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.5.tgz"
|
|
2019
|
+
integrity sha512-icrdVRPnBJkxe2cAqvoi5BAps4BNaUQtWPy7R59tBK+dbzMq/980hiashZfnFBZ2kEljZlcj5LApUMm9zQghJA==
|
|
2020
2020
|
dependencies:
|
|
2021
|
-
"@salesforce/core" "^8.8.
|
|
2021
|
+
"@salesforce/core" "^8.8.5"
|
|
2022
2022
|
"@salesforce/kit" "^3.2.3"
|
|
2023
2023
|
"@salesforce/ts-types" "^2.0.12"
|
|
2024
2024
|
"@salesforce/types" "^1.3.0"
|
|
@@ -2034,7 +2034,22 @@
|
|
|
2034
2034
|
proxy-agent "^6.4.0"
|
|
2035
2035
|
yaml "^2.6.1"
|
|
2036
2036
|
|
|
2037
|
-
"@salesforce/source-tracking@^7.3.
|
|
2037
|
+
"@salesforce/source-tracking@^7.3.17":
|
|
2038
|
+
version "7.3.17"
|
|
2039
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.17.tgz"
|
|
2040
|
+
integrity sha512-KWlOWS6QvZtDlxfQio8Ym+jwemtRNgfvxC84/c4xtX4eEfGh2zkbHLTTXHRaEDVKc9u3xEt19NeUAHhSvCA+Qw==
|
|
2041
|
+
dependencies:
|
|
2042
|
+
"@oclif/core" "^4.2.9"
|
|
2043
|
+
"@salesforce/core" "^8.8.5"
|
|
2044
|
+
"@salesforce/kit" "^3.2.3"
|
|
2045
|
+
"@salesforce/source-deploy-retrieve" "^12.16.6"
|
|
2046
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
2047
|
+
fast-xml-parser "^4.5.1"
|
|
2048
|
+
graceful-fs "^4.2.11"
|
|
2049
|
+
isomorphic-git "^1.27.2"
|
|
2050
|
+
ts-retry-promise "^0.8.1"
|
|
2051
|
+
|
|
2052
|
+
"@salesforce/source-tracking@7.3.16":
|
|
2038
2053
|
version "7.3.16"
|
|
2039
2054
|
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.16.tgz"
|
|
2040
2055
|
integrity sha512-MLVDcj/D0zlrqwTuKd+908N+jx+O9Jz/UPQ5csosW9evnoivF5sVDH2pe8/SdrjdqWrgfEqNlcZAJ0XXYI65fQ==
|
|
@@ -3435,9 +3450,9 @@ available-typed-arrays@^1.0.6, available-typed-arrays@^1.0.7:
|
|
|
3435
3450
|
possible-typed-array-names "^1.0.0"
|
|
3436
3451
|
|
|
3437
3452
|
axios@^1.7.7:
|
|
3438
|
-
version "1.
|
|
3439
|
-
resolved "https://registry.npmjs.org/axios/-/axios-1.
|
|
3440
|
-
integrity sha512-
|
|
3453
|
+
version "1.8.3"
|
|
3454
|
+
resolved "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz"
|
|
3455
|
+
integrity sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==
|
|
3441
3456
|
dependencies:
|
|
3442
3457
|
follow-redirects "^1.15.6"
|
|
3443
3458
|
form-data "^4.0.0"
|
|
@@ -4698,12 +4713,12 @@ eslint-plugin-prettier@^5.2.3:
|
|
|
4698
4713
|
prettier-linter-helpers "^1.0.0"
|
|
4699
4714
|
synckit "^0.9.1"
|
|
4700
4715
|
|
|
4701
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
4702
|
-
version "1.20.
|
|
4703
|
-
resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
4704
|
-
integrity sha512-
|
|
4716
|
+
eslint-plugin-sf-plugin@^1.20.16:
|
|
4717
|
+
version "1.20.16"
|
|
4718
|
+
resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.16.tgz"
|
|
4719
|
+
integrity sha512-NbWW2J6eO70m4C/ab9ZOVqpSW97+C/xNwHc4c10GV3mi8brxA9OWKo7vDfd2nGKrZ0EzA1BHujnu9ItV3HhrJQ==
|
|
4705
4720
|
dependencies:
|
|
4706
|
-
"@salesforce/core" "^8.8.
|
|
4721
|
+
"@salesforce/core" "^8.8.5"
|
|
4707
4722
|
"@typescript-eslint/utils" "^7.18.0"
|
|
4708
4723
|
|
|
4709
4724
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -7679,18 +7694,18 @@ prettier-linter-helpers@^1.0.0:
|
|
|
7679
7694
|
dependencies:
|
|
7680
7695
|
fast-diff "^1.1.2"
|
|
7681
7696
|
|
|
7682
|
-
prettier-plugin-apex@^2.2.
|
|
7683
|
-
version "2.2.
|
|
7684
|
-
resolved "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.2.
|
|
7685
|
-
integrity sha512
|
|
7697
|
+
prettier-plugin-apex@^2.2.5:
|
|
7698
|
+
version "2.2.5"
|
|
7699
|
+
resolved "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.2.5.tgz"
|
|
7700
|
+
integrity sha512-btBu7HHa7jaPGhOcMU/idomLjuXUbLGNzpVthwInNnd/B8kaEtKD6ZWfdy5DFkiMRoUYQ8PuuCcVVdSZOECI1Q==
|
|
7686
7701
|
dependencies:
|
|
7687
7702
|
jest-docblock "^29.0.0"
|
|
7688
7703
|
wait-on "^8.0.0"
|
|
7689
7704
|
optionalDependencies:
|
|
7690
|
-
"@prettier-apex/apex-ast-serializer-darwin-arm64" "2.2.
|
|
7691
|
-
"@prettier-apex/apex-ast-serializer-darwin-x64" "2.2.
|
|
7692
|
-
"@prettier-apex/apex-ast-serializer-linux-x64" "2.2.
|
|
7693
|
-
"@prettier-apex/apex-ast-serializer-win32-x64" "2.2.
|
|
7705
|
+
"@prettier-apex/apex-ast-serializer-darwin-arm64" "2.2.5"
|
|
7706
|
+
"@prettier-apex/apex-ast-serializer-darwin-x64" "2.2.5"
|
|
7707
|
+
"@prettier-apex/apex-ast-serializer-linux-x64" "2.2.5"
|
|
7708
|
+
"@prettier-apex/apex-ast-serializer-win32-x64" "2.2.5"
|
|
7694
7709
|
|
|
7695
7710
|
prettier@^2.0.0, prettier@^2.8.8:
|
|
7696
7711
|
version "2.8.8"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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.125",
|
|
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": "^3.6.
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^3.6.64",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.101",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.106",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.103"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.2.26",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
18
18
|
"c8": "^10.1.3",
|
|
19
19
|
"eslint-plugin-prettier": "^5.2.3",
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.20.16",
|
|
21
21
|
"nock": "^14.0.1",
|
|
22
22
|
"oclif": "^4.17.34",
|
|
23
23
|
"patch-package": "^8.0.0",
|