sfdx-jayree 4.8.67 → 4.8.68
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 +10 -0
- package/README.md +15 -15
- package/npm-shrinkwrap.json +68 -69
- package/oclif.lock +74 -75
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [4.8.68](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.67...v4.8.68) (2024-04-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.66 to 3.2.2 ([#1270](https://github.com/jayree/sfdx-jayree-plugin/issues/1270)) ([31fd072](https://github.com/jayree/sfdx-jayree-plugin/commit/31fd0727ad9498f1d9cf934a402c90dc5d0cefe5))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.46 to 1.2.47 ([#1273](https://github.com/jayree/sfdx-jayree-plugin/issues/1273)) ([2b32a2a](https://github.com/jayree/sfdx-jayree-plugin/commit/2b32a2aa8ebc2acec1b4a0b5356ff0bd83fb5f5b))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.56 to 1.3.58 ([#1272](https://github.com/jayree/sfdx-jayree-plugin/issues/1272)) ([f1e767d](https://github.com/jayree/sfdx-jayree-plugin/commit/f1e767d9618d91342a9669a9d74cc629c7b5a356))
|
|
9
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.53 to 1.3.54 ([#1271](https://github.com/jayree/sfdx-jayree-plugin/issues/1271)) ([07600bf](https://github.com/jayree/sfdx-jayree-plugin/commit/07600bf6389b6dc51e4f7dabbd01c08b9c4e8c73))
|
|
10
|
+
|
|
1
11
|
## [4.8.67](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.66...v4.8.67) (2024-04-19)
|
|
2
12
|
|
|
3
13
|
|
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.47/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.
|
|
93
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.2/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.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.2/src/commands/jayree/manifest/generate.ts)_
|
|
132
132
|
|
|
133
133
|
### `sfdx jayree manifest git diff`
|
|
134
134
|
|
|
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
|
|
|
211
211
|
The location can be an absolute path or relative to the current working directory.
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.
|
|
214
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.2/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.47/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.47/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.47/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.47/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.47/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.54/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.54/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.54/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.54/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.54/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.54/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.68",
|
|
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.68",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/sfdx-plugin-manifest": "^3.
|
|
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.2.2",
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.47",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.58",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.54"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.0.20",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
21
21
|
"c8": "^9.1.0",
|
|
22
22
|
"eslint-plugin-prettier": "^5.1.3",
|
|
23
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
23
|
+
"eslint-plugin-sf-plugin": "^1.18.2",
|
|
24
24
|
"nock": "^13.5.4",
|
|
25
|
-
"oclif": "^4.
|
|
25
|
+
"oclif": "^4.9.0",
|
|
26
26
|
"patch-package": "^8.0.0",
|
|
27
27
|
"pinst": "^3.0.0",
|
|
28
28
|
"prettier": "^3.2.5",
|
|
@@ -3440,17 +3440,17 @@
|
|
|
3440
3440
|
}
|
|
3441
3441
|
},
|
|
3442
3442
|
"node_modules/@jayree/sfdx-plugin-manifest": {
|
|
3443
|
-
"version": "3.
|
|
3444
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.
|
|
3445
|
-
"integrity": "sha512-
|
|
3443
|
+
"version": "3.2.2",
|
|
3444
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.2.2.tgz",
|
|
3445
|
+
"integrity": "sha512-RMClwTYptBE4nrzeSwEQ89jgDz7Fe4QDTOEYrvfI7qh+hs3f82TxrnmczqNMF8vV165leiI1yYZP4H+mKIxCcg==",
|
|
3446
3446
|
"license": "BSD-3-Clause",
|
|
3447
3447
|
"dependencies": {
|
|
3448
3448
|
"@jayree/changelog": "^1.1.11",
|
|
3449
3449
|
"@oclif/core": "^3.26.4",
|
|
3450
|
-
"@salesforce/core": "^7.3.
|
|
3450
|
+
"@salesforce/core": "^7.3.1",
|
|
3451
3451
|
"@salesforce/kit": "^3.1.1",
|
|
3452
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
3453
|
-
"@salesforce/source-deploy-retrieve": "^11.
|
|
3452
|
+
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
3453
|
+
"@salesforce/source-deploy-retrieve": "^11.1.2",
|
|
3454
3454
|
"@salesforce/ts-types": "^2.0.9",
|
|
3455
3455
|
"chalk": "^5.3.0",
|
|
3456
3456
|
"debug": "^4.3.4",
|
|
@@ -3478,18 +3478,18 @@
|
|
|
3478
3478
|
}
|
|
3479
3479
|
},
|
|
3480
3480
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
3481
|
-
"version": "1.2.
|
|
3482
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
3483
|
-
"integrity": "sha512-
|
|
3481
|
+
"version": "1.2.47",
|
|
3482
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.47.tgz",
|
|
3483
|
+
"integrity": "sha512-UgM5eEM+4Yr6IvPNmuykW/epPmzjfPuPD6hkeISvRzmoNzZquPBreRTx6EO4qDudDNVtMbiHI3qhYgXKvoZvNg==",
|
|
3484
3484
|
"license": "BSD-3-Clause",
|
|
3485
3485
|
"dependencies": {
|
|
3486
3486
|
"@jayree/changelog": "^1.1.11",
|
|
3487
|
-
"@jsforce/jsforce-node": "^3.
|
|
3487
|
+
"@jsforce/jsforce-node": "^3.2.0",
|
|
3488
3488
|
"@listr2/prompt-adapter-enquirer": "^2.0.8",
|
|
3489
3489
|
"@oclif/core": "^3.26.4",
|
|
3490
|
-
"@salesforce/core": "^7.3.
|
|
3491
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
3492
|
-
"@salesforce/source-deploy-retrieve": "^11.
|
|
3490
|
+
"@salesforce/core": "^7.3.1",
|
|
3491
|
+
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
3492
|
+
"@salesforce/source-deploy-retrieve": "^11.1.2",
|
|
3493
3493
|
"@salesforce/ts-types": "^2.0.9",
|
|
3494
3494
|
"chalk": "^5.3.0",
|
|
3495
3495
|
"cli-truncate": "^4.0.0",
|
|
@@ -3631,24 +3631,24 @@
|
|
|
3631
3631
|
}
|
|
3632
3632
|
},
|
|
3633
3633
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
3634
|
-
"version": "1.3.
|
|
3635
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
3636
|
-
"integrity": "sha512
|
|
3634
|
+
"version": "1.3.58",
|
|
3635
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.58.tgz",
|
|
3636
|
+
"integrity": "sha512-UlEyBKzc2018kLHEELD/cAPojNvw4W3uO3wxxMUjyAolWpVNewRNM7z722O081boLlnVjnyOMmgl9uXUqiT/oQ==",
|
|
3637
3637
|
"license": "BSD-3-Clause",
|
|
3638
3638
|
"dependencies": {
|
|
3639
3639
|
"@jayree/changelog": "^1.1.11",
|
|
3640
3640
|
"@oclif/core": "^3.26.4",
|
|
3641
3641
|
"@prettier/plugin-xml": "^3.4.1",
|
|
3642
|
-
"@salesforce/core": "^7.3.
|
|
3642
|
+
"@salesforce/core": "^7.3.1",
|
|
3643
3643
|
"@salesforce/kit": "^3.1.1",
|
|
3644
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
3645
|
-
"@salesforce/source-deploy-retrieve": "^11.
|
|
3644
|
+
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
3645
|
+
"@salesforce/source-deploy-retrieve": "^11.1.2",
|
|
3646
3646
|
"cli-progress": "^3.12.0",
|
|
3647
3647
|
"debug": "^4.3.4",
|
|
3648
3648
|
"fs-extra": "^11.2.0",
|
|
3649
3649
|
"ignore": "^5.3.1",
|
|
3650
3650
|
"prettier": "^3.2.5",
|
|
3651
|
-
"prettier-plugin-apex": "^2.1.
|
|
3651
|
+
"prettier-plugin-apex": "^2.1.3",
|
|
3652
3652
|
"tslib": "^2.6.1"
|
|
3653
3653
|
},
|
|
3654
3654
|
"engines": {
|
|
@@ -3656,18 +3656,18 @@
|
|
|
3656
3656
|
}
|
|
3657
3657
|
},
|
|
3658
3658
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
3659
|
-
"version": "1.3.
|
|
3660
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
3661
|
-
"integrity": "sha512-
|
|
3659
|
+
"version": "1.3.54",
|
|
3660
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.54.tgz",
|
|
3661
|
+
"integrity": "sha512-wzwOp+wwTRgJt0H6+L1uc+nzkkB5Rmtgbraj8U5vVg34M4kRAaA5M0Sz1GmMn+tD/vKieOXd8kKWBY7g8keBqw==",
|
|
3662
3662
|
"license": "BSD-3-Clause",
|
|
3663
3663
|
"dependencies": {
|
|
3664
3664
|
"@jayree/changelog": "^1.1.11",
|
|
3665
3665
|
"@oclif/core": "^3.26.4",
|
|
3666
3666
|
"@salesforce/core": "^7.3.0",
|
|
3667
3667
|
"@salesforce/kit": "^3.1.1",
|
|
3668
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
3669
|
-
"@salesforce/source-deploy-retrieve": "^11.
|
|
3670
|
-
"@salesforce/source-tracking": "^6.0.
|
|
3668
|
+
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
3669
|
+
"@salesforce/source-deploy-retrieve": "^11.1.2",
|
|
3670
|
+
"@salesforce/source-tracking": "^6.0.4",
|
|
3671
3671
|
"@salesforce/ts-types": "^2.0.9",
|
|
3672
3672
|
"chalk": "^5.3.0",
|
|
3673
3673
|
"debug": "^4.3.4",
|
|
@@ -3793,9 +3793,9 @@
|
|
|
3793
3793
|
}
|
|
3794
3794
|
},
|
|
3795
3795
|
"node_modules/@jsforce/jsforce-node": {
|
|
3796
|
-
"version": "3.
|
|
3797
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
3798
|
-
"integrity": "sha512-
|
|
3796
|
+
"version": "3.2.0",
|
|
3797
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.2.0.tgz",
|
|
3798
|
+
"integrity": "sha512-3GjWNgWs0HFajVhIhwvBPb0B45o500wTBNEBYxy8XjeeRra+qw8A9xUrfVU7TAGev8kXuKhjJwaTiSzThpEnew==",
|
|
3799
3799
|
"license": "MIT",
|
|
3800
3800
|
"dependencies": {
|
|
3801
3801
|
"@sindresorhus/is": "^4",
|
|
@@ -4146,13 +4146,13 @@
|
|
|
4146
4146
|
}
|
|
4147
4147
|
},
|
|
4148
4148
|
"node_modules/@salesforce/core": {
|
|
4149
|
-
"version": "7.3.
|
|
4150
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
4151
|
-
"integrity": "sha512-
|
|
4149
|
+
"version": "7.3.1",
|
|
4150
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz",
|
|
4151
|
+
"integrity": "sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==",
|
|
4152
4152
|
"license": "BSD-3-Clause",
|
|
4153
4153
|
"dependencies": {
|
|
4154
4154
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
4155
|
-
"@salesforce/kit": "^3.1.
|
|
4155
|
+
"@salesforce/kit": "^3.1.1",
|
|
4156
4156
|
"@salesforce/schemas": "^1.7.0",
|
|
4157
4157
|
"@salesforce/ts-types": "^2.0.9",
|
|
4158
4158
|
"ajv": "^8.12.0",
|
|
@@ -4381,15 +4381,15 @@
|
|
|
4381
4381
|
"license": "ISC"
|
|
4382
4382
|
},
|
|
4383
4383
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4384
|
-
"version": "9.0.
|
|
4385
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
4386
|
-
"integrity": "sha512-
|
|
4384
|
+
"version": "9.0.5",
|
|
4385
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz",
|
|
4386
|
+
"integrity": "sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==",
|
|
4387
4387
|
"license": "BSD-3-Clause",
|
|
4388
4388
|
"dependencies": {
|
|
4389
4389
|
"@inquirer/confirm": "^2.0.17",
|
|
4390
4390
|
"@inquirer/password": "^1.1.16",
|
|
4391
4391
|
"@oclif/core": "^3.26.2",
|
|
4392
|
-
"@salesforce/core": "^7.
|
|
4392
|
+
"@salesforce/core": "^7.3.0",
|
|
4393
4393
|
"@salesforce/kit": "^3.1.0",
|
|
4394
4394
|
"@salesforce/ts-types": "^2.0.9",
|
|
4395
4395
|
"chalk": "^5.3.0"
|
|
@@ -4441,13 +4441,13 @@
|
|
|
4441
4441
|
}
|
|
4442
4442
|
},
|
|
4443
4443
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
4444
|
-
"version": "11.
|
|
4445
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.
|
|
4446
|
-
"integrity": "sha512-
|
|
4444
|
+
"version": "11.1.2",
|
|
4445
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.1.2.tgz",
|
|
4446
|
+
"integrity": "sha512-QhRft7U/XMBDaZTbzacbHH4sapTW/d25V3Hiwua2lg/Ce6hEj/5w6l8LlO5UAyRpRMaMy2LfaTRygu+rT3AS8g==",
|
|
4447
4447
|
"license": "BSD-3-Clause",
|
|
4448
4448
|
"dependencies": {
|
|
4449
|
-
"@salesforce/core": "^7.
|
|
4450
|
-
"@salesforce/kit": "^3.1.
|
|
4449
|
+
"@salesforce/core": "^7.3.1",
|
|
4450
|
+
"@salesforce/kit": "^3.1.1",
|
|
4451
4451
|
"@salesforce/ts-types": "^2.0.9",
|
|
4452
4452
|
"fast-levenshtein": "^3.0.0",
|
|
4453
4453
|
"fast-xml-parser": "^4.3.6",
|
|
@@ -4457,8 +4457,7 @@
|
|
|
4457
4457
|
"jszip": "^3.10.1",
|
|
4458
4458
|
"mime": "2.6.0",
|
|
4459
4459
|
"minimatch": "^5.1.6",
|
|
4460
|
-
"proxy-agent": "^6.4.0"
|
|
4461
|
-
"ts-retry-promise": "^0.7.1"
|
|
4460
|
+
"proxy-agent": "^6.4.0"
|
|
4462
4461
|
},
|
|
4463
4462
|
"engines": {
|
|
4464
4463
|
"node": ">=18.0.0"
|
|
@@ -4590,12 +4589,12 @@
|
|
|
4590
4589
|
}
|
|
4591
4590
|
},
|
|
4592
4591
|
"node_modules/@salesforce/source-tracking": {
|
|
4593
|
-
"version": "6.0.
|
|
4594
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-6.0.
|
|
4595
|
-
"integrity": "sha512-
|
|
4592
|
+
"version": "6.0.4",
|
|
4593
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-6.0.4.tgz",
|
|
4594
|
+
"integrity": "sha512-4+QFC6hm2MHCUsQdgSNydSoyi9zJaFl1S6rwJl/HTGeISs3g8w3tI+SeskmpZCoXRVnNJxCHwHT3kAPhZbuFlg==",
|
|
4596
4595
|
"license": "BSD-3-Clause",
|
|
4597
4596
|
"dependencies": {
|
|
4598
|
-
"@oclif/core": "^3.26.
|
|
4597
|
+
"@oclif/core": "^3.26.4",
|
|
4599
4598
|
"@salesforce/core": "^7.3.0",
|
|
4600
4599
|
"@salesforce/kit": "^3.1.1",
|
|
4601
4600
|
"@salesforce/source-deploy-retrieve": "^11.0.1",
|
|
@@ -8889,13 +8888,13 @@
|
|
|
8889
8888
|
}
|
|
8890
8889
|
},
|
|
8891
8890
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
8892
|
-
"version": "1.18.
|
|
8893
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
8894
|
-
"integrity": "sha512-
|
|
8891
|
+
"version": "1.18.2",
|
|
8892
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.2.tgz",
|
|
8893
|
+
"integrity": "sha512-QkxCu/4aglqlduTCk4d+3C6kl5KoIL6a88HJGLjgm1zWjjxduEeecsBNcHz82KN6FZtV+oONmvXPNoMlwQpvvw==",
|
|
8895
8894
|
"dev": true,
|
|
8896
8895
|
"license": "BSD-3-Clause",
|
|
8897
8896
|
"dependencies": {
|
|
8898
|
-
"@salesforce/core": "^7.
|
|
8897
|
+
"@salesforce/core": "^7.3.0",
|
|
8899
8898
|
"@typescript-eslint/utils": "^6.17.0"
|
|
8900
8899
|
},
|
|
8901
8900
|
"engines": {
|
|
@@ -13145,18 +13144,18 @@
|
|
|
13145
13144
|
}
|
|
13146
13145
|
},
|
|
13147
13146
|
"node_modules/oclif": {
|
|
13148
|
-
"version": "4.
|
|
13149
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
13150
|
-
"integrity": "sha512-
|
|
13147
|
+
"version": "4.9.0",
|
|
13148
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.9.0.tgz",
|
|
13149
|
+
"integrity": "sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==",
|
|
13151
13150
|
"dev": true,
|
|
13152
13151
|
"license": "MIT",
|
|
13153
13152
|
"dependencies": {
|
|
13154
13153
|
"@aws-sdk/client-cloudfront": "^3.535.0",
|
|
13155
13154
|
"@aws-sdk/client-s3": "^3.554.0",
|
|
13156
|
-
"@inquirer/confirm": "^3.1.
|
|
13155
|
+
"@inquirer/confirm": "^3.1.5",
|
|
13157
13156
|
"@inquirer/input": "^2.1.1",
|
|
13158
13157
|
"@inquirer/select": "^2.2.1",
|
|
13159
|
-
"@oclif/core": "^3.26.
|
|
13158
|
+
"@oclif/core": "^3.26.4",
|
|
13160
13159
|
"@oclif/plugin-help": "^6.0.21",
|
|
13161
13160
|
"@oclif/plugin-not-found": "^3.0.14",
|
|
13162
13161
|
"@oclif/plugin-warn-if-update-available": "^3.0.14",
|
|
@@ -13164,7 +13163,7 @@
|
|
|
13164
13163
|
"chalk": "^4",
|
|
13165
13164
|
"change-case": "^4",
|
|
13166
13165
|
"debug": "^4.3.3",
|
|
13167
|
-
"ejs": "^3.1.
|
|
13166
|
+
"ejs": "^3.1.10",
|
|
13168
13167
|
"find-yarn-workspace-root": "^2.0.0",
|
|
13169
13168
|
"fs-extra": "^8.1",
|
|
13170
13169
|
"github-slugger": "^1.5.0",
|
|
@@ -13919,9 +13918,9 @@
|
|
|
13919
13918
|
}
|
|
13920
13919
|
},
|
|
13921
13920
|
"node_modules/prettier-plugin-apex": {
|
|
13922
|
-
"version": "2.1.
|
|
13923
|
-
"resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.1.
|
|
13924
|
-
"integrity": "sha512-
|
|
13921
|
+
"version": "2.1.3",
|
|
13922
|
+
"resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.1.3.tgz",
|
|
13923
|
+
"integrity": "sha512-t/+8XGZiZDoga5SHQUoHdXv9kQM7oSj80VoHU5G4/T7R1k61dRv9yYao7hDaJKHic9M81X6JWKN3ZUkia0SOJQ==",
|
|
13925
13924
|
"license": "MIT",
|
|
13926
13925
|
"dependencies": {
|
|
13927
13926
|
"jest-docblock": "^29.0.0",
|
package/oclif.lock
CHANGED
|
@@ -1349,7 +1349,7 @@
|
|
|
1349
1349
|
"@inquirer/type" "^1.1.6"
|
|
1350
1350
|
chalk "^4.1.2"
|
|
1351
1351
|
|
|
1352
|
-
"@inquirer/confirm@^3.1.
|
|
1352
|
+
"@inquirer/confirm@^3.1.5":
|
|
1353
1353
|
version "3.1.5"
|
|
1354
1354
|
resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.5.tgz"
|
|
1355
1355
|
integrity sha512-6+dwZrpko5vr5EFEQmUbfBVhtu6IsnB8lQNsLHgO9S9fbfS5J6MuUj+NY0h98pPpYZXEazLR7qzypEDqVzf6aQ==
|
|
@@ -1504,17 +1504,17 @@
|
|
|
1504
1504
|
semver "^7.5.4"
|
|
1505
1505
|
semver-compare "^1.0.0"
|
|
1506
1506
|
|
|
1507
|
-
"@jayree/sfdx-plugin-manifest@^3.
|
|
1508
|
-
version "3.
|
|
1509
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.
|
|
1510
|
-
integrity sha512-
|
|
1507
|
+
"@jayree/sfdx-plugin-manifest@^3.2.2":
|
|
1508
|
+
version "3.2.2"
|
|
1509
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.2.2.tgz"
|
|
1510
|
+
integrity sha512-RMClwTYptBE4nrzeSwEQ89jgDz7Fe4QDTOEYrvfI7qh+hs3f82TxrnmczqNMF8vV165leiI1yYZP4H+mKIxCcg==
|
|
1511
1511
|
dependencies:
|
|
1512
1512
|
"@jayree/changelog" "^1.1.11"
|
|
1513
1513
|
"@oclif/core" "^3.26.4"
|
|
1514
|
-
"@salesforce/core" "^7.3.
|
|
1514
|
+
"@salesforce/core" "^7.3.1"
|
|
1515
1515
|
"@salesforce/kit" "^3.1.1"
|
|
1516
|
-
"@salesforce/sf-plugins-core" "^9.0.
|
|
1517
|
-
"@salesforce/source-deploy-retrieve" "^11.
|
|
1516
|
+
"@salesforce/sf-plugins-core" "^9.0.5"
|
|
1517
|
+
"@salesforce/source-deploy-retrieve" "^11.1.2"
|
|
1518
1518
|
"@salesforce/ts-types" "^2.0.9"
|
|
1519
1519
|
chalk "^5.3.0"
|
|
1520
1520
|
debug "^4.3.4"
|
|
@@ -1525,18 +1525,18 @@
|
|
|
1525
1525
|
isomorphic-git "1.25.7"
|
|
1526
1526
|
tslib "^2.6.2"
|
|
1527
1527
|
|
|
1528
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1529
|
-
version "1.2.
|
|
1530
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1531
|
-
integrity sha512-
|
|
1528
|
+
"@jayree/sfdx-plugin-org@^1.2.47":
|
|
1529
|
+
version "1.2.47"
|
|
1530
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.47.tgz"
|
|
1531
|
+
integrity sha512-UgM5eEM+4Yr6IvPNmuykW/epPmzjfPuPD6hkeISvRzmoNzZquPBreRTx6EO4qDudDNVtMbiHI3qhYgXKvoZvNg==
|
|
1532
1532
|
dependencies:
|
|
1533
1533
|
"@jayree/changelog" "^1.1.11"
|
|
1534
|
-
"@jsforce/jsforce-node" "^3.
|
|
1534
|
+
"@jsforce/jsforce-node" "^3.2.0"
|
|
1535
1535
|
"@listr2/prompt-adapter-enquirer" "^2.0.8"
|
|
1536
1536
|
"@oclif/core" "^3.26.4"
|
|
1537
|
-
"@salesforce/core" "^7.3.
|
|
1538
|
-
"@salesforce/sf-plugins-core" "^9.0.
|
|
1539
|
-
"@salesforce/source-deploy-retrieve" "^11.
|
|
1537
|
+
"@salesforce/core" "^7.3.1"
|
|
1538
|
+
"@salesforce/sf-plugins-core" "^9.0.5"
|
|
1539
|
+
"@salesforce/source-deploy-retrieve" "^11.1.2"
|
|
1540
1540
|
"@salesforce/ts-types" "^2.0.9"
|
|
1541
1541
|
chalk "^5.3.0"
|
|
1542
1542
|
cli-truncate "^4.0.0"
|
|
@@ -1552,38 +1552,38 @@
|
|
|
1552
1552
|
tslib "^2.6.1"
|
|
1553
1553
|
wrap-ansi "^9.0.0"
|
|
1554
1554
|
|
|
1555
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1556
|
-
version "1.3.
|
|
1557
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1558
|
-
integrity sha512
|
|
1555
|
+
"@jayree/sfdx-plugin-prettier@^1.3.58":
|
|
1556
|
+
version "1.3.58"
|
|
1557
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.58.tgz"
|
|
1558
|
+
integrity sha512-UlEyBKzc2018kLHEELD/cAPojNvw4W3uO3wxxMUjyAolWpVNewRNM7z722O081boLlnVjnyOMmgl9uXUqiT/oQ==
|
|
1559
1559
|
dependencies:
|
|
1560
1560
|
"@jayree/changelog" "^1.1.11"
|
|
1561
1561
|
"@oclif/core" "^3.26.4"
|
|
1562
1562
|
"@prettier/plugin-xml" "^3.4.1"
|
|
1563
|
-
"@salesforce/core" "^7.3.
|
|
1563
|
+
"@salesforce/core" "^7.3.1"
|
|
1564
1564
|
"@salesforce/kit" "^3.1.1"
|
|
1565
|
-
"@salesforce/sf-plugins-core" "^9.0.
|
|
1566
|
-
"@salesforce/source-deploy-retrieve" "^11.
|
|
1565
|
+
"@salesforce/sf-plugins-core" "^9.0.5"
|
|
1566
|
+
"@salesforce/source-deploy-retrieve" "^11.1.2"
|
|
1567
1567
|
cli-progress "^3.12.0"
|
|
1568
1568
|
debug "^4.3.4"
|
|
1569
1569
|
fs-extra "^11.2.0"
|
|
1570
1570
|
ignore "^5.3.1"
|
|
1571
1571
|
prettier "^3.2.5"
|
|
1572
|
-
prettier-plugin-apex "^2.1.
|
|
1572
|
+
prettier-plugin-apex "^2.1.3"
|
|
1573
1573
|
tslib "^2.6.1"
|
|
1574
1574
|
|
|
1575
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1576
|
-
version "1.3.
|
|
1577
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1578
|
-
integrity sha512-
|
|
1575
|
+
"@jayree/sfdx-plugin-source@^1.3.54":
|
|
1576
|
+
version "1.3.54"
|
|
1577
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.54.tgz"
|
|
1578
|
+
integrity sha512-wzwOp+wwTRgJt0H6+L1uc+nzkkB5Rmtgbraj8U5vVg34M4kRAaA5M0Sz1GmMn+tD/vKieOXd8kKWBY7g8keBqw==
|
|
1579
1579
|
dependencies:
|
|
1580
1580
|
"@jayree/changelog" "^1.1.11"
|
|
1581
1581
|
"@oclif/core" "^3.26.4"
|
|
1582
1582
|
"@salesforce/core" "^7.3.0"
|
|
1583
1583
|
"@salesforce/kit" "^3.1.1"
|
|
1584
|
-
"@salesforce/sf-plugins-core" "^9.0.
|
|
1585
|
-
"@salesforce/source-deploy-retrieve" "^11.
|
|
1586
|
-
"@salesforce/source-tracking" "^6.0.
|
|
1584
|
+
"@salesforce/sf-plugins-core" "^9.0.5"
|
|
1585
|
+
"@salesforce/source-deploy-retrieve" "^11.1.2"
|
|
1586
|
+
"@salesforce/source-tracking" "^6.0.4"
|
|
1587
1587
|
"@salesforce/ts-types" "^2.0.9"
|
|
1588
1588
|
chalk "^5.3.0"
|
|
1589
1589
|
debug "^4.3.4"
|
|
@@ -1635,10 +1635,10 @@
|
|
|
1635
1635
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1636
1636
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1637
1637
|
|
|
1638
|
-
"@jsforce/jsforce-node@^3.1.0":
|
|
1639
|
-
version "3.
|
|
1640
|
-
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
1641
|
-
integrity sha512-
|
|
1638
|
+
"@jsforce/jsforce-node@^3.1.0", "@jsforce/jsforce-node@^3.2.0":
|
|
1639
|
+
version "3.2.0"
|
|
1640
|
+
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.2.0.tgz"
|
|
1641
|
+
integrity sha512-3GjWNgWs0HFajVhIhwvBPb0B45o500wTBNEBYxy8XjeeRra+qw8A9xUrfVU7TAGev8kXuKhjJwaTiSzThpEnew==
|
|
1642
1642
|
dependencies:
|
|
1643
1643
|
"@sindresorhus/is" "^4"
|
|
1644
1644
|
"@types/node" "^18.15.3"
|
|
@@ -1681,7 +1681,7 @@
|
|
|
1681
1681
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1682
1682
|
fastq "^1.6.0"
|
|
1683
1683
|
|
|
1684
|
-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.
|
|
1684
|
+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
|
|
1685
1685
|
version "3.26.4"
|
|
1686
1686
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz"
|
|
1687
1687
|
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
@@ -1759,13 +1759,13 @@
|
|
|
1759
1759
|
dependencies:
|
|
1760
1760
|
"@xml-tools/parser" "^1.0.11"
|
|
1761
1761
|
|
|
1762
|
-
"@salesforce/core@^7.
|
|
1763
|
-
version "7.3.
|
|
1764
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
1765
|
-
integrity sha512-
|
|
1762
|
+
"@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
|
|
1763
|
+
version "7.3.1"
|
|
1764
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz"
|
|
1765
|
+
integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==
|
|
1766
1766
|
dependencies:
|
|
1767
1767
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1768
|
-
"@salesforce/kit" "^3.1.
|
|
1768
|
+
"@salesforce/kit" "^3.1.1"
|
|
1769
1769
|
"@salesforce/schemas" "^1.7.0"
|
|
1770
1770
|
"@salesforce/ts-types" "^2.0.9"
|
|
1771
1771
|
ajv "^8.12.0"
|
|
@@ -1837,26 +1837,26 @@
|
|
|
1837
1837
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.7.0.tgz"
|
|
1838
1838
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1839
1839
|
|
|
1840
|
-
"@salesforce/sf-plugins-core@^9.0.
|
|
1841
|
-
version "9.0.
|
|
1842
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1843
|
-
integrity sha512-
|
|
1840
|
+
"@salesforce/sf-plugins-core@^9.0.5":
|
|
1841
|
+
version "9.0.5"
|
|
1842
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz"
|
|
1843
|
+
integrity sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==
|
|
1844
1844
|
dependencies:
|
|
1845
1845
|
"@inquirer/confirm" "^2.0.17"
|
|
1846
1846
|
"@inquirer/password" "^1.1.16"
|
|
1847
1847
|
"@oclif/core" "^3.26.2"
|
|
1848
|
-
"@salesforce/core" "^7.
|
|
1848
|
+
"@salesforce/core" "^7.3.0"
|
|
1849
1849
|
"@salesforce/kit" "^3.1.0"
|
|
1850
1850
|
"@salesforce/ts-types" "^2.0.9"
|
|
1851
1851
|
chalk "^5.3.0"
|
|
1852
1852
|
|
|
1853
|
-
"@salesforce/source-deploy-retrieve@^11.0.1":
|
|
1854
|
-
version "11.
|
|
1855
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.
|
|
1856
|
-
integrity sha512-
|
|
1853
|
+
"@salesforce/source-deploy-retrieve@^11.0.1", "@salesforce/source-deploy-retrieve@^11.1.2":
|
|
1854
|
+
version "11.1.2"
|
|
1855
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.1.2.tgz"
|
|
1856
|
+
integrity sha512-QhRft7U/XMBDaZTbzacbHH4sapTW/d25V3Hiwua2lg/Ce6hEj/5w6l8LlO5UAyRpRMaMy2LfaTRygu+rT3AS8g==
|
|
1857
1857
|
dependencies:
|
|
1858
|
-
"@salesforce/core" "^7.
|
|
1859
|
-
"@salesforce/kit" "^3.1.
|
|
1858
|
+
"@salesforce/core" "^7.3.1"
|
|
1859
|
+
"@salesforce/kit" "^3.1.1"
|
|
1860
1860
|
"@salesforce/ts-types" "^2.0.9"
|
|
1861
1861
|
fast-levenshtein "^3.0.0"
|
|
1862
1862
|
fast-xml-parser "^4.3.6"
|
|
@@ -1867,14 +1867,13 @@
|
|
|
1867
1867
|
mime "2.6.0"
|
|
1868
1868
|
minimatch "^5.1.6"
|
|
1869
1869
|
proxy-agent "^6.4.0"
|
|
1870
|
-
ts-retry-promise "^0.7.1"
|
|
1871
1870
|
|
|
1872
|
-
"@salesforce/source-tracking@^6.0.
|
|
1873
|
-
version "6.0.
|
|
1874
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-6.0.
|
|
1875
|
-
integrity sha512-
|
|
1871
|
+
"@salesforce/source-tracking@^6.0.4":
|
|
1872
|
+
version "6.0.4"
|
|
1873
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-6.0.4.tgz"
|
|
1874
|
+
integrity sha512-4+QFC6hm2MHCUsQdgSNydSoyi9zJaFl1S6rwJl/HTGeISs3g8w3tI+SeskmpZCoXRVnNJxCHwHT3kAPhZbuFlg==
|
|
1876
1875
|
dependencies:
|
|
1877
|
-
"@oclif/core" "^3.26.
|
|
1876
|
+
"@oclif/core" "^3.26.4"
|
|
1878
1877
|
"@salesforce/core" "^7.3.0"
|
|
1879
1878
|
"@salesforce/kit" "^3.1.1"
|
|
1880
1879
|
"@salesforce/source-deploy-retrieve" "^11.0.1"
|
|
@@ -4094,7 +4093,7 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
4094
4093
|
dependencies:
|
|
4095
4094
|
safe-buffer "^5.0.1"
|
|
4096
4095
|
|
|
4097
|
-
ejs@^3.1.10
|
|
4096
|
+
ejs@^3.1.10:
|
|
4098
4097
|
version "3.1.10"
|
|
4099
4098
|
resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz"
|
|
4100
4099
|
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
|
@@ -4376,12 +4375,12 @@ eslint-plugin-prettier@^5.1.3:
|
|
|
4376
4375
|
prettier-linter-helpers "^1.0.0"
|
|
4377
4376
|
synckit "^0.8.6"
|
|
4378
4377
|
|
|
4379
|
-
eslint-plugin-sf-plugin@^1.18.
|
|
4380
|
-
version "1.18.
|
|
4381
|
-
resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.
|
|
4382
|
-
integrity sha512-
|
|
4378
|
+
eslint-plugin-sf-plugin@^1.18.2:
|
|
4379
|
+
version "1.18.2"
|
|
4380
|
+
resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.2.tgz"
|
|
4381
|
+
integrity sha512-QkxCu/4aglqlduTCk4d+3C6kl5KoIL6a88HJGLjgm1zWjjxduEeecsBNcHz82KN6FZtV+oONmvXPNoMlwQpvvw==
|
|
4383
4382
|
dependencies:
|
|
4384
|
-
"@salesforce/core" "^7.
|
|
4383
|
+
"@salesforce/core" "^7.3.0"
|
|
4385
4384
|
"@typescript-eslint/utils" "^6.17.0"
|
|
4386
4385
|
|
|
4387
4386
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -6797,17 +6796,17 @@ object.values@^1.1.7:
|
|
|
6797
6796
|
define-properties "^1.2.0"
|
|
6798
6797
|
es-abstract "^1.22.1"
|
|
6799
6798
|
|
|
6800
|
-
oclif@^4.
|
|
6801
|
-
version "4.
|
|
6802
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
6803
|
-
integrity sha512-
|
|
6799
|
+
oclif@^4.9.0:
|
|
6800
|
+
version "4.9.0"
|
|
6801
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.9.0.tgz"
|
|
6802
|
+
integrity sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==
|
|
6804
6803
|
dependencies:
|
|
6805
6804
|
"@aws-sdk/client-cloudfront" "^3.535.0"
|
|
6806
6805
|
"@aws-sdk/client-s3" "^3.554.0"
|
|
6807
|
-
"@inquirer/confirm" "^3.1.
|
|
6806
|
+
"@inquirer/confirm" "^3.1.5"
|
|
6808
6807
|
"@inquirer/input" "^2.1.1"
|
|
6809
6808
|
"@inquirer/select" "^2.2.1"
|
|
6810
|
-
"@oclif/core" "^3.26.
|
|
6809
|
+
"@oclif/core" "^3.26.4"
|
|
6811
6810
|
"@oclif/plugin-help" "^6.0.21"
|
|
6812
6811
|
"@oclif/plugin-not-found" "^3.0.14"
|
|
6813
6812
|
"@oclif/plugin-warn-if-update-available" "^3.0.14"
|
|
@@ -6815,7 +6814,7 @@ oclif@^4.8.5:
|
|
|
6815
6814
|
chalk "^4"
|
|
6816
6815
|
change-case "^4"
|
|
6817
6816
|
debug "^4.3.3"
|
|
6818
|
-
ejs "^3.1.
|
|
6817
|
+
ejs "^3.1.10"
|
|
6819
6818
|
find-yarn-workspace-root "^2.0.0"
|
|
6820
6819
|
fs-extra "^8.1"
|
|
6821
6820
|
github-slugger "^1.5.0"
|
|
@@ -7233,10 +7232,10 @@ prettier-linter-helpers@^1.0.0:
|
|
|
7233
7232
|
dependencies:
|
|
7234
7233
|
fast-diff "^1.1.2"
|
|
7235
7234
|
|
|
7236
|
-
prettier-plugin-apex@^2.1.
|
|
7237
|
-
version "2.1.
|
|
7238
|
-
resolved "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.1.
|
|
7239
|
-
integrity sha512-
|
|
7235
|
+
prettier-plugin-apex@^2.1.3:
|
|
7236
|
+
version "2.1.3"
|
|
7237
|
+
resolved "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.1.3.tgz"
|
|
7238
|
+
integrity sha512-t/+8XGZiZDoga5SHQUoHdXv9kQM7oSj80VoHU5G4/T7R1k61dRv9yYao7hDaJKHic9M81X6JWKN3ZUkia0SOJQ==
|
|
7240
7239
|
dependencies:
|
|
7241
7240
|
jest-docblock "^29.0.0"
|
|
7242
7241
|
wait-on "^7.2.0"
|
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.68",
|
|
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.
|
|
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.2.2",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.47",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.58",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.54"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.0.20",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
18
18
|
"c8": "^9.1.0",
|
|
19
19
|
"eslint-plugin-prettier": "^5.1.3",
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.18.2",
|
|
21
21
|
"nock": "^13.5.4",
|
|
22
|
-
"oclif": "^4.
|
|
22
|
+
"oclif": "^4.9.0",
|
|
23
23
|
"patch-package": "^8.0.0",
|
|
24
24
|
"pinst": "^3.0.0",
|
|
25
25
|
"prettier": "^3.2.5",
|