sfdx-jayree 4.7.1 → 4.7.3
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 +21 -0
- package/README.md +23 -23
- package/oclif.manifest.json +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [4.7.3](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.7.2...v4.7.3) (2023-05-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-legacy from 1.1.37 to 1.1.38 ([#763](https://github.com/jayree/sfdx-jayree-plugin/issues/763)) ([357c891](https://github.com/jayree/sfdx-jayree-plugin/commit/357c8913b561369b735a1d16e6dd8ee8ee2411ef))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.0.14 to 3.0.16 ([#762](https://github.com/jayree/sfdx-jayree-plugin/issues/762)) ([2734f2c](https://github.com/jayree/sfdx-jayree-plugin/commit/2734f2c5d3fae667030d3f7b0db29de94115bfe2))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.39 to 1.3.1 ([#769](https://github.com/jayree/sfdx-jayree-plugin/issues/769)) ([af4a9d5](https://github.com/jayree/sfdx-jayree-plugin/commit/af4a9d565f830da9d38f8efbb41e5d0e4b7ebe3b))
|
|
9
|
+
|
|
10
|
+
## [4.7.2](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.7.1...v4.7.2) (2023-05-05)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @jayree/sfdx-plugin-legacy from 1.1.36 to 1.1.37 ([#758](https://github.com/jayree/sfdx-jayree-plugin/issues/758)) ([32fb54f](https://github.com/jayree/sfdx-jayree-plugin/commit/32fb54ff6c295b8621e0f01f2c524af2749f1cd9))
|
|
16
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.0.13 to 3.0.14 ([#751](https://github.com/jayree/sfdx-jayree-plugin/issues/751)) ([cc05759](https://github.com/jayree/sfdx-jayree-plugin/commit/cc0575950ffd67213d6a6d8de07820ac9f6a3b44))
|
|
17
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.0.2 to 1.0.3 ([#760](https://github.com/jayree/sfdx-jayree-plugin/issues/760)) ([2e22676](https://github.com/jayree/sfdx-jayree-plugin/commit/2e22676ef5dc51a5d389b45b0caeef53733af8ac))
|
|
18
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.38 to 1.2.39 ([#756](https://github.com/jayree/sfdx-jayree-plugin/issues/756)) ([d2e3b6f](https://github.com/jayree/sfdx-jayree-plugin/commit/d2e3b6f4b819d165649f86b57ddcae2da5478357))
|
|
19
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.1.1 to 1.1.2 ([#754](https://github.com/jayree/sfdx-jayree-plugin/issues/754)) ([01ef6f2](https://github.com/jayree/sfdx-jayree-plugin/commit/01ef6f2bcb818129cf155dd69b2e71ad52083338))
|
|
20
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 8.0.4 to 8.0.6 ([#753](https://github.com/jayree/sfdx-jayree-plugin/issues/753)) ([69631c0](https://github.com/jayree/sfdx-jayree-plugin/commit/69631c08c32c994baa59cd81b5f33a71b712a661))
|
|
21
|
+
|
|
1
22
|
## [4.7.1](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.7.0...v4.7.1) (2023-04-28)
|
|
2
23
|
|
|
3
24
|
|
package/README.md
CHANGED
|
@@ -88,7 +88,7 @@ EXAMPLES
|
|
|
88
88
|
❯ ChangeSet1
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
91
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
92
92
|
|
|
93
93
|
### `sfdx jayree:automation:changeset:list`
|
|
94
94
|
|
|
@@ -112,7 +112,7 @@ DESCRIPTION
|
|
|
112
112
|
list incomming change sets of an org (beta)
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
115
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/automation/changeset/list.ts)_
|
|
116
116
|
|
|
117
117
|
### `sfdx jayree:automation:ltngsync:status`
|
|
118
118
|
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
|
150
150
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
153
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
154
154
|
|
|
155
155
|
### `sfdx jayree:flowtestcoverage`
|
|
156
156
|
|
|
@@ -174,7 +174,7 @@ EXAMPLES
|
|
|
174
174
|
...
|
|
175
175
|
```
|
|
176
176
|
|
|
177
|
-
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.
|
|
177
|
+
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.3/src/commands/jayree/flowtestcoverage.ts)_
|
|
178
178
|
|
|
179
179
|
### `sfdx jayree:manifest:cleanup`
|
|
180
180
|
|
|
@@ -202,7 +202,7 @@ EXAMPLES
|
|
|
202
202
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
203
203
|
```
|
|
204
204
|
|
|
205
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.
|
|
205
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.16/src/commands/jayree/manifest/cleanup.ts)_
|
|
206
206
|
|
|
207
207
|
### `sfdx jayree:manifest:generate`
|
|
208
208
|
|
|
@@ -238,7 +238,7 @@ EXAMPLES
|
|
|
238
238
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.
|
|
241
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.16/src/commands/jayree/manifest/generate.ts)_
|
|
242
242
|
|
|
243
243
|
### `sfdx jayree:manifest:git:diff`
|
|
244
244
|
|
|
@@ -320,7 +320,7 @@ FLAG DESCRIPTIONS
|
|
|
320
320
|
The location can be an absolute path or relative to the current working directory.
|
|
321
321
|
```
|
|
322
322
|
|
|
323
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.
|
|
323
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.16/src/commands/jayree/manifest/git/diff.ts)_
|
|
324
324
|
|
|
325
325
|
### `sfdx jayree:manifest:legacy:git:diff`
|
|
326
326
|
|
|
@@ -398,7 +398,7 @@ FLAG DESCRIPTIONS
|
|
|
398
398
|
The location can be an absolute path or relative to the current working directory.
|
|
399
399
|
```
|
|
400
400
|
|
|
401
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.
|
|
401
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.16/src/commands/jayree/manifest/legacy/git/diff.ts)_
|
|
402
402
|
|
|
403
403
|
### `sfdx jayree:org:configure`
|
|
404
404
|
|
|
@@ -431,7 +431,7 @@ EXAMPLES
|
|
|
431
431
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
432
432
|
```
|
|
433
433
|
|
|
434
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.
|
|
434
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.3/src/commands/jayree/org/configure/index.ts)_
|
|
435
435
|
|
|
436
436
|
### `sfdx jayree:org:configure:country`
|
|
437
437
|
|
|
@@ -454,7 +454,7 @@ DESCRIPTION
|
|
|
454
454
|
update country integration values in the State/Country Picklists
|
|
455
455
|
```
|
|
456
456
|
|
|
457
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.
|
|
457
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.3/src/commands/jayree/org/configure/country.ts)_
|
|
458
458
|
|
|
459
459
|
### `sfdx jayree:org:configure:state`
|
|
460
460
|
|
|
@@ -482,7 +482,7 @@ DESCRIPTION
|
|
|
482
482
|
import (create/update) states into the State/Country Picklists
|
|
483
483
|
```
|
|
484
484
|
|
|
485
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.
|
|
485
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.3/src/commands/jayree/org/configure/state.ts)_
|
|
486
486
|
|
|
487
487
|
### `sfdx jayree:org:settings`
|
|
488
488
|
|
|
@@ -506,7 +506,7 @@ EXAMPLES
|
|
|
506
506
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
507
507
|
```
|
|
508
508
|
|
|
509
|
-
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.
|
|
509
|
+
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.3/src/commands/jayree/org/settings.ts)_
|
|
510
510
|
|
|
511
511
|
### `sfdx jayree:org:streaming`
|
|
512
512
|
|
|
@@ -529,7 +529,7 @@ EXAMPLES
|
|
|
529
529
|
...
|
|
530
530
|
```
|
|
531
531
|
|
|
532
|
-
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.
|
|
532
|
+
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.3/src/commands/jayree/org/streaming.ts)_
|
|
533
533
|
|
|
534
534
|
### `sfdx jayree:packagedescription:create`
|
|
535
535
|
|
|
@@ -554,7 +554,7 @@ EXAMPLES
|
|
|
554
554
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
555
555
|
```
|
|
556
556
|
|
|
557
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
557
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/packagedescription/create.ts)_
|
|
558
558
|
|
|
559
559
|
### `sfdx jayree:packagedescription:get`
|
|
560
560
|
|
|
@@ -579,7 +579,7 @@ EXAMPLES
|
|
|
579
579
|
Description of Package FILENAME
|
|
580
580
|
```
|
|
581
581
|
|
|
582
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
582
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/packagedescription/get.ts)_
|
|
583
583
|
|
|
584
584
|
### `sfdx jayree:packagedescription:remove`
|
|
585
585
|
|
|
@@ -603,7 +603,7 @@ EXAMPLES
|
|
|
603
603
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
604
604
|
```
|
|
605
605
|
|
|
606
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
606
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/packagedescription/remove.ts)_
|
|
607
607
|
|
|
608
608
|
### `sfdx jayree:packagedescription:set`
|
|
609
609
|
|
|
@@ -628,7 +628,7 @@ EXAMPLES
|
|
|
628
628
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
629
629
|
```
|
|
630
630
|
|
|
631
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
631
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.38/src/commands/jayree/packagedescription/set.ts)_
|
|
632
632
|
|
|
633
633
|
### `sfdx jayree:source:fix`
|
|
634
634
|
|
|
@@ -652,7 +652,7 @@ FLAG DESCRIPTIONS
|
|
|
652
652
|
log output to console
|
|
653
653
|
```
|
|
654
654
|
|
|
655
|
-
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.
|
|
655
|
+
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.7.3/src/commands/jayree/source/fix.ts)_
|
|
656
656
|
|
|
657
657
|
### `sfdx jayree:source:snapshot:compare`
|
|
658
658
|
|
|
@@ -669,7 +669,7 @@ GLOBAL FLAGS
|
|
|
669
669
|
--json Format output as json.
|
|
670
670
|
```
|
|
671
671
|
|
|
672
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.1.
|
|
672
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.1.2/src/commands/jayree/source/snapshot/compare.ts)_
|
|
673
673
|
|
|
674
674
|
### `sfdx jayree:source:snapshot:generate`
|
|
675
675
|
|
|
@@ -686,7 +686,7 @@ GLOBAL FLAGS
|
|
|
686
686
|
--json Format output as json.
|
|
687
687
|
```
|
|
688
688
|
|
|
689
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.1.
|
|
689
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.1.2/src/commands/jayree/source/snapshot/generate.ts)_
|
|
690
690
|
|
|
691
691
|
### `sfdx jayree:source:tracking:list`
|
|
692
692
|
|
|
@@ -710,7 +710,7 @@ EXAMPLES
|
|
|
710
710
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
711
711
|
```
|
|
712
712
|
|
|
713
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.1.
|
|
713
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.1.2/src/commands/jayree/source/tracking/list.ts)_
|
|
714
714
|
|
|
715
715
|
### `sfdx jayree:source:tracking:store:get`
|
|
716
716
|
|
|
@@ -731,7 +731,7 @@ EXAMPLES
|
|
|
731
731
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
732
732
|
```
|
|
733
733
|
|
|
734
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.1.
|
|
734
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.1.2/src/commands/jayree/source/tracking/store/get.ts)_
|
|
735
735
|
|
|
736
736
|
### `sfdx jayree:source:tracking:store:set`
|
|
737
737
|
|
|
@@ -755,7 +755,7 @@ EXAMPLES
|
|
|
755
755
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
756
756
|
```
|
|
757
757
|
|
|
758
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.1.
|
|
758
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.1.2/src/commands/jayree/source/tracking/store/set.ts)_
|
|
759
759
|
<!-- commandsstop -->
|
|
760
760
|
|
|
761
761
|
## Hooks
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
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.7.
|
|
4
|
+
"version": "4.7.3",
|
|
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
9
|
"@jayree/changelog": "^1.1.0",
|
|
10
|
-
"@jayree/sfdx-plugin-legacy": "^1.1.
|
|
11
|
-
"@jayree/sfdx-plugin-manifest": "^3.0.
|
|
12
|
-
"@jayree/sfdx-plugin-org": "^1.0.
|
|
13
|
-
"@jayree/sfdx-plugin-prettier": "^1.
|
|
14
|
-
"@jayree/sfdx-plugin-source": "^1.1.
|
|
10
|
+
"@jayree/sfdx-plugin-legacy": "^1.1.38",
|
|
11
|
+
"@jayree/sfdx-plugin-manifest": "^3.0.16",
|
|
12
|
+
"@jayree/sfdx-plugin-org": "^1.0.3",
|
|
13
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.1",
|
|
14
|
+
"@jayree/sfdx-plugin-source": "^1.1.2",
|
|
15
15
|
"@oclif/core": "^2.8.2",
|
|
16
16
|
"@salesforce/kit": "^1.9.2",
|
|
17
17
|
"@salesforce/sf-plugins-core": "^2.2.11",
|
|
18
|
-
"@salesforce/source-deploy-retrieve": "^8.0.
|
|
18
|
+
"@salesforce/source-deploy-retrieve": "^8.0.6",
|
|
19
19
|
"debug": "^4.3.4",
|
|
20
20
|
"fast-xml-parser": "^4.2.0",
|
|
21
21
|
"fs-extra": "^11.1.1",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"tslib": "^2.5.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@oclif/plugin-command-snapshot": "^3.3.
|
|
28
|
+
"@oclif/plugin-command-snapshot": "^3.3.14",
|
|
29
29
|
"@oclif/plugin-help": "^5.2.9",
|
|
30
30
|
"@salesforce/dev-config": "^3.1.0",
|
|
31
31
|
"@salesforce/dev-scripts": "^4.3.0",
|
|
@@ -34,26 +34,26 @@
|
|
|
34
34
|
"@types/fs-extra": "^11.0.1",
|
|
35
35
|
"@types/jsforce": "^1.11.0",
|
|
36
36
|
"@types/mkdirp": "^1.0.2",
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
38
|
-
"@typescript-eslint/parser": "^5.59.
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
|
38
|
+
"@typescript-eslint/parser": "^5.59.5",
|
|
39
39
|
"c8": "^7.12.0",
|
|
40
40
|
"chai": "^4.3.7",
|
|
41
|
-
"eslint": "^8.
|
|
41
|
+
"eslint": "^8.40.0",
|
|
42
42
|
"eslint-config-prettier": "^8.8.0",
|
|
43
43
|
"eslint-config-salesforce": "^1.2.0",
|
|
44
44
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
45
45
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
46
46
|
"eslint-plugin-header": "^3.1.1",
|
|
47
47
|
"eslint-plugin-import": "^2.27.5",
|
|
48
|
-
"eslint-plugin-jsdoc": "^43.
|
|
48
|
+
"eslint-plugin-jsdoc": "^43.2.0",
|
|
49
49
|
"eslint-plugin-prettier": "^4.2.1",
|
|
50
|
-
"eslint-plugin-sf-plugin": "^1.15.
|
|
50
|
+
"eslint-plugin-sf-plugin": "^1.15.2",
|
|
51
51
|
"husky": "^8.0.3",
|
|
52
52
|
"is-ci": "^3.0.1",
|
|
53
53
|
"mocha": "^10.2.0",
|
|
54
54
|
"nock": "^13.3.1",
|
|
55
55
|
"nyc": "^15.1.0",
|
|
56
|
-
"oclif": "^3.
|
|
56
|
+
"oclif": "^3.9.0",
|
|
57
57
|
"patch-package": "^6.5.1",
|
|
58
58
|
"pinst": "^3.0.0",
|
|
59
59
|
"prettier": "^2.8.7",
|