@oclif/plugin-commands 3.0.5 → 3.0.7
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/README.md +14 -14
- package/oclif.lock +244 -188
- package/oclif.manifest.json +1 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-commands
|
|
|
20
20
|
$ oclif-example COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ oclif-example (--version)
|
|
23
|
-
@oclif/plugin-commands/3.0.
|
|
23
|
+
@oclif/plugin-commands/3.0.7 linux-x64 node-v20.9.0
|
|
24
24
|
$ oclif-example --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ oclif-example COMMAND
|
|
@@ -43,18 +43,18 @@ USAGE
|
|
|
43
43
|
[--no-header | [--csv | --no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
|
|
44
44
|
|
|
45
45
|
FLAGS
|
|
46
|
-
-h, --help
|
|
47
|
-
-x, --extended
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
46
|
+
-h, --help Show CLI help.
|
|
47
|
+
-x, --extended show extra columns
|
|
48
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
49
|
+
--csv output is csv format [alias: --output=csv]
|
|
50
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
51
|
+
--hidden show hidden commands
|
|
52
|
+
--no-header hide table header from output
|
|
53
|
+
--no-truncate do not truncate output to fit screen
|
|
54
|
+
--output=<option> output in a more machine friendly format
|
|
55
|
+
<options: csv|json|yaml>
|
|
56
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
57
|
+
--tree show tree of commands
|
|
58
58
|
|
|
59
59
|
GLOBAL FLAGS
|
|
60
60
|
--json Format output as json.
|
|
@@ -63,5 +63,5 @@ DESCRIPTION
|
|
|
63
63
|
list all the commands
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
-
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.
|
|
66
|
+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.7/src/commands/commands.ts)_
|
|
67
67
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -291,10 +291,10 @@
|
|
|
291
291
|
resolve-global "1.0.0"
|
|
292
292
|
yargs "^17.0.0"
|
|
293
293
|
|
|
294
|
-
"@commitlint/config-conventional@^17.
|
|
295
|
-
version "17.
|
|
296
|
-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.
|
|
297
|
-
integrity sha512-
|
|
294
|
+
"@commitlint/config-conventional@^17.8.1":
|
|
295
|
+
version "17.8.1"
|
|
296
|
+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz#e5bcf0cfec8da7ac50bc04dc92e0a4ea74964ce0"
|
|
297
|
+
integrity sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==
|
|
298
298
|
dependencies:
|
|
299
299
|
conventional-changelog-conventionalcommits "^6.1.0"
|
|
300
300
|
|
|
@@ -455,10 +455,10 @@
|
|
|
455
455
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4"
|
|
456
456
|
integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==
|
|
457
457
|
|
|
458
|
-
"@eslint/eslintrc@^2.1.
|
|
459
|
-
version "2.1.
|
|
460
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.
|
|
461
|
-
integrity sha512
|
|
458
|
+
"@eslint/eslintrc@^2.1.3":
|
|
459
|
+
version "2.1.3"
|
|
460
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
|
|
461
|
+
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
|
|
462
462
|
dependencies:
|
|
463
463
|
ajv "^6.12.4"
|
|
464
464
|
debug "^4.3.2"
|
|
@@ -470,22 +470,22 @@
|
|
|
470
470
|
minimatch "^3.1.2"
|
|
471
471
|
strip-json-comments "^3.1.1"
|
|
472
472
|
|
|
473
|
-
"@eslint/js@8.
|
|
474
|
-
version "8.
|
|
475
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
|
476
|
-
integrity sha512-
|
|
473
|
+
"@eslint/js@8.53.0":
|
|
474
|
+
version "8.53.0"
|
|
475
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
|
|
476
|
+
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
|
|
477
477
|
|
|
478
478
|
"@gar/promisify@^1.0.1":
|
|
479
479
|
version "1.1.2"
|
|
480
480
|
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
|
|
481
481
|
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==
|
|
482
482
|
|
|
483
|
-
"@humanwhocodes/config-array@^0.11.
|
|
484
|
-
version "0.11.
|
|
485
|
-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.
|
|
486
|
-
integrity sha512-
|
|
483
|
+
"@humanwhocodes/config-array@^0.11.13":
|
|
484
|
+
version "0.11.13"
|
|
485
|
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
|
|
486
|
+
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
|
|
487
487
|
dependencies:
|
|
488
|
-
"@humanwhocodes/object-schema" "^
|
|
488
|
+
"@humanwhocodes/object-schema" "^2.0.1"
|
|
489
489
|
debug "^4.1.1"
|
|
490
490
|
minimatch "^3.0.5"
|
|
491
491
|
|
|
@@ -494,10 +494,10 @@
|
|
|
494
494
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
|
|
495
495
|
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
|
|
496
496
|
|
|
497
|
-
"@humanwhocodes/object-schema@^
|
|
498
|
-
version "
|
|
499
|
-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-
|
|
500
|
-
integrity sha512-
|
|
497
|
+
"@humanwhocodes/object-schema@^2.0.1":
|
|
498
|
+
version "2.0.1"
|
|
499
|
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
|
500
|
+
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
|
501
501
|
|
|
502
502
|
"@isaacs/string-locale-compare@^1.1.0":
|
|
503
503
|
version "1.1.0"
|
|
@@ -570,14 +570,6 @@
|
|
|
570
570
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
571
571
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
572
572
|
|
|
573
|
-
"@nodelib/fs.scandir@2.1.3":
|
|
574
|
-
version "2.1.3"
|
|
575
|
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
|
|
576
|
-
integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
|
|
577
|
-
dependencies:
|
|
578
|
-
"@nodelib/fs.stat" "2.0.3"
|
|
579
|
-
run-parallel "^1.1.9"
|
|
580
|
-
|
|
581
573
|
"@nodelib/fs.scandir@2.1.5":
|
|
582
574
|
version "2.1.5"
|
|
583
575
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
@@ -586,25 +578,17 @@
|
|
|
586
578
|
"@nodelib/fs.stat" "2.0.5"
|
|
587
579
|
run-parallel "^1.1.9"
|
|
588
580
|
|
|
589
|
-
"@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2":
|
|
590
|
-
version "2.0.3"
|
|
591
|
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
|
|
592
|
-
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
|
|
593
|
-
|
|
594
581
|
"@nodelib/fs.stat@2.0.5":
|
|
595
582
|
version "2.0.5"
|
|
596
583
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
|
|
597
584
|
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
|
598
585
|
|
|
599
|
-
"@nodelib/fs.
|
|
600
|
-
version "
|
|
601
|
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.
|
|
602
|
-
integrity sha512-
|
|
603
|
-
dependencies:
|
|
604
|
-
"@nodelib/fs.scandir" "2.1.3"
|
|
605
|
-
fastq "^1.6.0"
|
|
586
|
+
"@nodelib/fs.stat@^2.0.2":
|
|
587
|
+
version "2.0.3"
|
|
588
|
+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
|
|
589
|
+
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
|
|
606
590
|
|
|
607
|
-
"@nodelib/fs.walk@^1.2.8":
|
|
591
|
+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
|
|
608
592
|
version "1.2.8"
|
|
609
593
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
|
|
610
594
|
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
|
|
@@ -787,10 +771,10 @@
|
|
|
787
771
|
wordwrap "^1.0.0"
|
|
788
772
|
wrap-ansi "^7.0.0"
|
|
789
773
|
|
|
790
|
-
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.
|
|
791
|
-
version "3.
|
|
792
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
793
|
-
integrity sha512-
|
|
774
|
+
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1":
|
|
775
|
+
version "3.11.0"
|
|
776
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.11.0.tgz#dadfac39238af3b717e33b910dde1f1f0fd2105e"
|
|
777
|
+
integrity sha512-9A2LhDQATf1vrRqPoO0gGuBrey0jt3kDafC+eazxTNWV2EvlEpgY2587iyrxPK/fL2xg7f+0mtxYaSHdO2k8eg==
|
|
794
778
|
dependencies:
|
|
795
779
|
ansi-escapes "^4.3.2"
|
|
796
780
|
ansi-styles "^4.3.0"
|
|
@@ -814,6 +798,7 @@
|
|
|
814
798
|
strip-ansi "^6.0.1"
|
|
815
799
|
supports-color "^8.1.1"
|
|
816
800
|
supports-hyperlinks "^2.2.0"
|
|
801
|
+
tsconfck "^3.0.0"
|
|
817
802
|
widest-line "^3.1.0"
|
|
818
803
|
wordwrap "^1.0.0"
|
|
819
804
|
wrap-ansi "^7.0.0"
|
|
@@ -1047,10 +1032,10 @@
|
|
|
1047
1032
|
"@types/node" "*"
|
|
1048
1033
|
"@types/responselike" "^1.0.0"
|
|
1049
1034
|
|
|
1050
|
-
"@types/chai@*", "@types/chai@^4.3.
|
|
1051
|
-
version "4.3.
|
|
1052
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
|
1053
|
-
integrity sha512-
|
|
1035
|
+
"@types/chai@*", "@types/chai@^4.3.10":
|
|
1036
|
+
version "4.3.10"
|
|
1037
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.10.tgz#2ad2959d1767edee5b0e4efb1a0cd2b500747317"
|
|
1038
|
+
integrity sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==
|
|
1054
1039
|
|
|
1055
1040
|
"@types/cli-progress@^3.11.0":
|
|
1056
1041
|
version "3.11.0"
|
|
@@ -1086,31 +1071,31 @@
|
|
|
1086
1071
|
dependencies:
|
|
1087
1072
|
"@types/node" "*"
|
|
1088
1073
|
|
|
1089
|
-
"@types/lodash.pickby@^4.6.
|
|
1090
|
-
version "4.6.
|
|
1091
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.pickby/-/lodash.pickby-4.6.
|
|
1092
|
-
integrity sha512-
|
|
1074
|
+
"@types/lodash.pickby@^4.6.8":
|
|
1075
|
+
version "4.6.8"
|
|
1076
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.pickby/-/lodash.pickby-4.6.8.tgz#1acdd5c45fd98acbab9ebb2a13082b7beb737bac"
|
|
1077
|
+
integrity sha512-V9FXPmtaawzkyXQ3zVMtLrNinVSUTGNzzf6rkngzDZigzGxvRus+QT3HYpYvoEKMe1/t+sJtw8odeN1qf7sDmA==
|
|
1093
1078
|
dependencies:
|
|
1094
1079
|
"@types/lodash" "*"
|
|
1095
1080
|
|
|
1096
|
-
"@types/lodash.sortby@^4.7.
|
|
1097
|
-
version "4.7.
|
|
1098
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.sortby/-/lodash.sortby-4.7.
|
|
1099
|
-
integrity sha512
|
|
1081
|
+
"@types/lodash.sortby@^4.7.9":
|
|
1082
|
+
version "4.7.9"
|
|
1083
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.sortby/-/lodash.sortby-4.7.9.tgz#e4af00e03daece7a939378ff64f0d44e638d7db6"
|
|
1084
|
+
integrity sha512-PDmjHnOlndLS59GofH0pnxIs+n9i4CWeXGErSB5JyNFHu2cmvW6mQOaUKjG8EDPkni14IgF8NsRW8bKvFzTm9A==
|
|
1100
1085
|
dependencies:
|
|
1101
1086
|
"@types/lodash" "*"
|
|
1102
1087
|
|
|
1103
|
-
"@types/lodash.template@^4.5.
|
|
1104
|
-
version "4.5.
|
|
1105
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.template/-/lodash.template-4.5.
|
|
1106
|
-
integrity sha512-
|
|
1088
|
+
"@types/lodash.template@^4.5.3":
|
|
1089
|
+
version "4.5.3"
|
|
1090
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.template/-/lodash.template-4.5.3.tgz#1174483eaa761a76a9d68c4adbee4c4e2742f329"
|
|
1091
|
+
integrity sha512-Mo0UYKLu1oXgkV9TVoXZLlXXjyIXlW7ZQRxi/4gQJmzJr63dmicE8gG0OkPjYTKBrBic852q0JzqrtNUWLBIyA==
|
|
1107
1092
|
dependencies:
|
|
1108
1093
|
"@types/lodash" "*"
|
|
1109
1094
|
|
|
1110
|
-
"@types/lodash.uniqby@^4.7.
|
|
1111
|
-
version "4.7.
|
|
1112
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.uniqby/-/lodash.uniqby-4.7.
|
|
1113
|
-
integrity sha512-
|
|
1095
|
+
"@types/lodash.uniqby@^4.7.9":
|
|
1096
|
+
version "4.7.9"
|
|
1097
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.uniqby/-/lodash.uniqby-4.7.9.tgz#10bacba9cf3263c6e07ae11d953de6ada6605104"
|
|
1098
|
+
integrity sha512-rjrXji/seS6BZJRgXrU2h6FqxRVufsbq/HE0Tx0SdgbtlWr2YmD/M64BlYEYYlaMcpZwy32IYVkMfUMYlPuv0w==
|
|
1114
1099
|
dependencies:
|
|
1115
1100
|
"@types/lodash" "*"
|
|
1116
1101
|
|
|
@@ -1129,10 +1114,10 @@
|
|
|
1129
1114
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.3.tgz#dd249cef80c6fff2ba6a0d4e5beca913e04e25f8"
|
|
1130
1115
|
integrity sha512-ZYFzrvyWUNhaPomn80dsMNgMeXxNWZBdkuG/hWlUvXvbdUH8ZERNBGXnU87McuGcWDsyzX2aChCv/SVN348k3A==
|
|
1131
1116
|
|
|
1132
|
-
"@types/mocha@^10.0.
|
|
1133
|
-
version "10.0.
|
|
1134
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
|
1135
|
-
integrity sha512-
|
|
1117
|
+
"@types/mocha@^10.0.4":
|
|
1118
|
+
version "10.0.4"
|
|
1119
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4"
|
|
1120
|
+
integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==
|
|
1136
1121
|
|
|
1137
1122
|
"@types/nock@^11.1.0":
|
|
1138
1123
|
version "11.1.0"
|
|
@@ -1152,9 +1137,11 @@
|
|
|
1152
1137
|
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
1153
1138
|
|
|
1154
1139
|
"@types/node@^18":
|
|
1155
|
-
version "18.18.
|
|
1156
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.
|
|
1157
|
-
integrity sha512-
|
|
1140
|
+
version "18.18.9"
|
|
1141
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.9.tgz#5527ea1832db3bba8eb8023ce8497b7d3f299592"
|
|
1142
|
+
integrity sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==
|
|
1143
|
+
dependencies:
|
|
1144
|
+
undici-types "~5.26.4"
|
|
1158
1145
|
|
|
1159
1146
|
"@types/normalize-package-data@^2.4.0":
|
|
1160
1147
|
version "2.4.1"
|
|
@@ -1193,16 +1180,16 @@
|
|
|
1193
1180
|
"@types/expect" "^1.20.4"
|
|
1194
1181
|
"@types/node" "*"
|
|
1195
1182
|
|
|
1196
|
-
"@typescript-eslint/eslint-plugin@^6.
|
|
1197
|
-
version "6.
|
|
1198
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.
|
|
1199
|
-
integrity sha512-
|
|
1183
|
+
"@typescript-eslint/eslint-plugin@^6.9.1":
|
|
1184
|
+
version "6.10.0"
|
|
1185
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.10.0.tgz#cfe2bd34e26d2289212946b96ab19dcad64b661a"
|
|
1186
|
+
integrity sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==
|
|
1200
1187
|
dependencies:
|
|
1201
1188
|
"@eslint-community/regexpp" "^4.5.1"
|
|
1202
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1203
|
-
"@typescript-eslint/type-utils" "6.
|
|
1204
|
-
"@typescript-eslint/utils" "6.
|
|
1205
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1189
|
+
"@typescript-eslint/scope-manager" "6.10.0"
|
|
1190
|
+
"@typescript-eslint/type-utils" "6.10.0"
|
|
1191
|
+
"@typescript-eslint/utils" "6.10.0"
|
|
1192
|
+
"@typescript-eslint/visitor-keys" "6.10.0"
|
|
1206
1193
|
debug "^4.3.4"
|
|
1207
1194
|
graphemer "^1.4.0"
|
|
1208
1195
|
ignore "^5.2.4"
|
|
@@ -1210,74 +1197,126 @@
|
|
|
1210
1197
|
semver "^7.5.4"
|
|
1211
1198
|
ts-api-utils "^1.0.1"
|
|
1212
1199
|
|
|
1213
|
-
"@typescript-eslint/parser@^6.
|
|
1214
|
-
version "6.
|
|
1215
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.
|
|
1216
|
-
integrity sha512
|
|
1200
|
+
"@typescript-eslint/parser@^6.9.1":
|
|
1201
|
+
version "6.10.0"
|
|
1202
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.10.0.tgz#578af79ae7273193b0b6b61a742a2bc8e02f875a"
|
|
1203
|
+
integrity sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==
|
|
1217
1204
|
dependencies:
|
|
1218
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1219
|
-
"@typescript-eslint/types" "6.
|
|
1220
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1221
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1205
|
+
"@typescript-eslint/scope-manager" "6.10.0"
|
|
1206
|
+
"@typescript-eslint/types" "6.10.0"
|
|
1207
|
+
"@typescript-eslint/typescript-estree" "6.10.0"
|
|
1208
|
+
"@typescript-eslint/visitor-keys" "6.10.0"
|
|
1222
1209
|
debug "^4.3.4"
|
|
1223
1210
|
|
|
1224
|
-
"@typescript-eslint/scope-manager@6.
|
|
1225
|
-
version "6.
|
|
1226
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
1227
|
-
integrity sha512-
|
|
1211
|
+
"@typescript-eslint/scope-manager@6.10.0":
|
|
1212
|
+
version "6.10.0"
|
|
1213
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.10.0.tgz#b0276118b13d16f72809e3cecc86a72c93708540"
|
|
1214
|
+
integrity sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==
|
|
1228
1215
|
dependencies:
|
|
1229
|
-
"@typescript-eslint/types" "6.
|
|
1230
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1216
|
+
"@typescript-eslint/types" "6.10.0"
|
|
1217
|
+
"@typescript-eslint/visitor-keys" "6.10.0"
|
|
1231
1218
|
|
|
1232
|
-
"@typescript-eslint/
|
|
1233
|
-
version "6.
|
|
1234
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1235
|
-
integrity sha512-
|
|
1219
|
+
"@typescript-eslint/scope-manager@6.9.1":
|
|
1220
|
+
version "6.9.1"
|
|
1221
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz#e96afeb9a68ad1cd816dba233351f61e13956b75"
|
|
1222
|
+
integrity sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==
|
|
1236
1223
|
dependencies:
|
|
1237
|
-
"@typescript-eslint/
|
|
1238
|
-
"@typescript-eslint/
|
|
1224
|
+
"@typescript-eslint/types" "6.9.1"
|
|
1225
|
+
"@typescript-eslint/visitor-keys" "6.9.1"
|
|
1226
|
+
|
|
1227
|
+
"@typescript-eslint/type-utils@6.10.0":
|
|
1228
|
+
version "6.10.0"
|
|
1229
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.10.0.tgz#1007faede067c78bdbcef2e8abb31437e163e2e1"
|
|
1230
|
+
integrity sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==
|
|
1231
|
+
dependencies:
|
|
1232
|
+
"@typescript-eslint/typescript-estree" "6.10.0"
|
|
1233
|
+
"@typescript-eslint/utils" "6.10.0"
|
|
1239
1234
|
debug "^4.3.4"
|
|
1240
1235
|
ts-api-utils "^1.0.1"
|
|
1241
1236
|
|
|
1242
|
-
"@typescript-eslint/types@6.
|
|
1243
|
-
version "6.
|
|
1244
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.
|
|
1245
|
-
integrity sha512-
|
|
1237
|
+
"@typescript-eslint/types@6.10.0":
|
|
1238
|
+
version "6.10.0"
|
|
1239
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.10.0.tgz#f4f0a84aeb2ac546f21a66c6e0da92420e921367"
|
|
1240
|
+
integrity sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==
|
|
1246
1241
|
|
|
1247
|
-
"@typescript-eslint/
|
|
1248
|
-
version "6.
|
|
1249
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1250
|
-
integrity sha512-
|
|
1242
|
+
"@typescript-eslint/types@6.9.1":
|
|
1243
|
+
version "6.9.1"
|
|
1244
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
|
|
1245
|
+
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
|
|
1246
|
+
|
|
1247
|
+
"@typescript-eslint/typescript-estree@6.10.0":
|
|
1248
|
+
version "6.10.0"
|
|
1249
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.10.0.tgz#667381eed6f723a1a8ad7590a31f312e31e07697"
|
|
1250
|
+
integrity sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==
|
|
1251
1251
|
dependencies:
|
|
1252
|
-
"@typescript-eslint/types" "6.
|
|
1253
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1252
|
+
"@typescript-eslint/types" "6.10.0"
|
|
1253
|
+
"@typescript-eslint/visitor-keys" "6.10.0"
|
|
1254
1254
|
debug "^4.3.4"
|
|
1255
1255
|
globby "^11.1.0"
|
|
1256
1256
|
is-glob "^4.0.3"
|
|
1257
1257
|
semver "^7.5.4"
|
|
1258
1258
|
ts-api-utils "^1.0.1"
|
|
1259
1259
|
|
|
1260
|
-
"@typescript-eslint/
|
|
1261
|
-
version "6.
|
|
1262
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1263
|
-
integrity sha512-
|
|
1260
|
+
"@typescript-eslint/typescript-estree@6.9.1":
|
|
1261
|
+
version "6.9.1"
|
|
1262
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz#8c77910a49a04f0607ba94d78772da07dab275ad"
|
|
1263
|
+
integrity sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==
|
|
1264
|
+
dependencies:
|
|
1265
|
+
"@typescript-eslint/types" "6.9.1"
|
|
1266
|
+
"@typescript-eslint/visitor-keys" "6.9.1"
|
|
1267
|
+
debug "^4.3.4"
|
|
1268
|
+
globby "^11.1.0"
|
|
1269
|
+
is-glob "^4.0.3"
|
|
1270
|
+
semver "^7.5.4"
|
|
1271
|
+
ts-api-utils "^1.0.1"
|
|
1272
|
+
|
|
1273
|
+
"@typescript-eslint/utils@6.10.0":
|
|
1274
|
+
version "6.10.0"
|
|
1275
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
|
|
1276
|
+
integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
|
|
1264
1277
|
dependencies:
|
|
1265
1278
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1266
1279
|
"@types/json-schema" "^7.0.12"
|
|
1267
1280
|
"@types/semver" "^7.5.0"
|
|
1268
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1269
|
-
"@typescript-eslint/types" "6.
|
|
1270
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1281
|
+
"@typescript-eslint/scope-manager" "6.10.0"
|
|
1282
|
+
"@typescript-eslint/types" "6.10.0"
|
|
1283
|
+
"@typescript-eslint/typescript-estree" "6.10.0"
|
|
1271
1284
|
semver "^7.5.4"
|
|
1272
1285
|
|
|
1273
|
-
"@typescript-eslint/
|
|
1274
|
-
version "6.
|
|
1275
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1276
|
-
integrity sha512-
|
|
1286
|
+
"@typescript-eslint/utils@^6.7.5":
|
|
1287
|
+
version "6.9.1"
|
|
1288
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.1.tgz#763da41281ef0d16974517b5f0d02d85897a1c1e"
|
|
1289
|
+
integrity sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
|
|
1277
1290
|
dependencies:
|
|
1278
|
-
"@
|
|
1291
|
+
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1292
|
+
"@types/json-schema" "^7.0.12"
|
|
1293
|
+
"@types/semver" "^7.5.0"
|
|
1294
|
+
"@typescript-eslint/scope-manager" "6.9.1"
|
|
1295
|
+
"@typescript-eslint/types" "6.9.1"
|
|
1296
|
+
"@typescript-eslint/typescript-estree" "6.9.1"
|
|
1297
|
+
semver "^7.5.4"
|
|
1298
|
+
|
|
1299
|
+
"@typescript-eslint/visitor-keys@6.10.0":
|
|
1300
|
+
version "6.10.0"
|
|
1301
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.10.0.tgz#b9eaf855a1ac7e95633ae1073af43d451e8f84e3"
|
|
1302
|
+
integrity sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==
|
|
1303
|
+
dependencies:
|
|
1304
|
+
"@typescript-eslint/types" "6.10.0"
|
|
1279
1305
|
eslint-visitor-keys "^3.4.1"
|
|
1280
1306
|
|
|
1307
|
+
"@typescript-eslint/visitor-keys@6.9.1":
|
|
1308
|
+
version "6.9.1"
|
|
1309
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz#6753a9225a0ba00459b15d6456b9c2780b66707d"
|
|
1310
|
+
integrity sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
|
|
1311
|
+
dependencies:
|
|
1312
|
+
"@typescript-eslint/types" "6.9.1"
|
|
1313
|
+
eslint-visitor-keys "^3.4.1"
|
|
1314
|
+
|
|
1315
|
+
"@ungap/structured-clone@^1.2.0":
|
|
1316
|
+
version "1.2.0"
|
|
1317
|
+
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
1318
|
+
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
|
|
1319
|
+
|
|
1281
1320
|
JSONStream@^1.3.5:
|
|
1282
1321
|
version "1.3.5"
|
|
1283
1322
|
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
|
|
@@ -1486,7 +1525,7 @@ array-ify@^1.0.0:
|
|
|
1486
1525
|
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
|
|
1487
1526
|
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
|
|
1488
1527
|
|
|
1489
|
-
array-includes@^3.1.
|
|
1528
|
+
array-includes@^3.1.7:
|
|
1490
1529
|
version "3.1.7"
|
|
1491
1530
|
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda"
|
|
1492
1531
|
integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==
|
|
@@ -1502,7 +1541,7 @@ array-union@^2.1.0:
|
|
|
1502
1541
|
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
|
|
1503
1542
|
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
|
|
1504
1543
|
|
|
1505
|
-
array.prototype.findlastindex@^1.2.
|
|
1544
|
+
array.prototype.findlastindex@^1.2.3:
|
|
1506
1545
|
version "1.2.3"
|
|
1507
1546
|
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
|
|
1508
1547
|
integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==
|
|
@@ -1513,7 +1552,7 @@ array.prototype.findlastindex@^1.2.2:
|
|
|
1513
1552
|
es-shim-unscopables "^1.0.0"
|
|
1514
1553
|
get-intrinsic "^1.2.1"
|
|
1515
1554
|
|
|
1516
|
-
array.prototype.flat@^1.3.
|
|
1555
|
+
array.prototype.flat@^1.3.2:
|
|
1517
1556
|
version "1.3.2"
|
|
1518
1557
|
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
|
|
1519
1558
|
integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
|
|
@@ -1523,7 +1562,7 @@ array.prototype.flat@^1.3.1:
|
|
|
1523
1562
|
es-abstract "^1.22.1"
|
|
1524
1563
|
es-shim-unscopables "^1.0.0"
|
|
1525
1564
|
|
|
1526
|
-
array.prototype.flatmap@^1.3.
|
|
1565
|
+
array.prototype.flatmap@^1.3.2:
|
|
1527
1566
|
version "1.3.2"
|
|
1528
1567
|
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
|
|
1529
1568
|
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
|
|
@@ -2556,19 +2595,19 @@ escape-string-regexp@^1.0.5:
|
|
|
2556
2595
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
|
2557
2596
|
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
|
|
2558
2597
|
|
|
2559
|
-
eslint-config-oclif-typescript@^3.0.
|
|
2560
|
-
version "3.0.
|
|
2561
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.
|
|
2562
|
-
integrity sha512-
|
|
2598
|
+
eslint-config-oclif-typescript@^3.0.13:
|
|
2599
|
+
version "3.0.13"
|
|
2600
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.13.tgz#be9fd042f3e5143963d77c2be8ad78851109b13c"
|
|
2601
|
+
integrity sha512-w+lMp9Wb2mAMJBl+iHWbJYAIVqscctYBMDfJksdy5Mn3jAhQJKsMiDH84KayodTIjQGMcKCgyGALTqkSxvNjaQ==
|
|
2563
2602
|
dependencies:
|
|
2564
|
-
"@typescript-eslint/eslint-plugin" "^6.
|
|
2565
|
-
"@typescript-eslint/parser" "^6.
|
|
2603
|
+
"@typescript-eslint/eslint-plugin" "^6.9.1"
|
|
2604
|
+
"@typescript-eslint/parser" "^6.9.1"
|
|
2566
2605
|
eslint-config-xo-space "^0.34.0"
|
|
2567
2606
|
eslint-import-resolver-typescript "^3.6.1"
|
|
2568
|
-
eslint-plugin-import "^2.
|
|
2607
|
+
eslint-plugin-import "^2.29.0"
|
|
2569
2608
|
eslint-plugin-mocha "^10.2.0"
|
|
2570
2609
|
eslint-plugin-node "^11.1.0"
|
|
2571
|
-
eslint-plugin-perfectionist "^2.
|
|
2610
|
+
eslint-plugin-perfectionist "^2.2.0"
|
|
2572
2611
|
|
|
2573
2612
|
eslint-config-oclif@^5.0.0:
|
|
2574
2613
|
version "5.0.0"
|
|
@@ -2599,7 +2638,7 @@ eslint-config-xo@^0.43.0:
|
|
|
2599
2638
|
dependencies:
|
|
2600
2639
|
confusing-browser-globals "1.0.11"
|
|
2601
2640
|
|
|
2602
|
-
eslint-import-resolver-node@^0.3.
|
|
2641
|
+
eslint-import-resolver-node@^0.3.9:
|
|
2603
2642
|
version "0.3.9"
|
|
2604
2643
|
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
|
|
2605
2644
|
integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
|
|
@@ -2636,26 +2675,26 @@ eslint-plugin-es@^3.0.0:
|
|
|
2636
2675
|
eslint-utils "^2.0.0"
|
|
2637
2676
|
regexpp "^3.0.0"
|
|
2638
2677
|
|
|
2639
|
-
eslint-plugin-import@^2.
|
|
2640
|
-
version "2.
|
|
2641
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.
|
|
2642
|
-
integrity sha512-
|
|
2678
|
+
eslint-plugin-import@^2.29.0:
|
|
2679
|
+
version "2.29.0"
|
|
2680
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
|
|
2681
|
+
integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
|
|
2643
2682
|
dependencies:
|
|
2644
|
-
array-includes "^3.1.
|
|
2645
|
-
array.prototype.findlastindex "^1.2.
|
|
2646
|
-
array.prototype.flat "^1.3.
|
|
2647
|
-
array.prototype.flatmap "^1.3.
|
|
2683
|
+
array-includes "^3.1.7"
|
|
2684
|
+
array.prototype.findlastindex "^1.2.3"
|
|
2685
|
+
array.prototype.flat "^1.3.2"
|
|
2686
|
+
array.prototype.flatmap "^1.3.2"
|
|
2648
2687
|
debug "^3.2.7"
|
|
2649
2688
|
doctrine "^2.1.0"
|
|
2650
|
-
eslint-import-resolver-node "^0.3.
|
|
2689
|
+
eslint-import-resolver-node "^0.3.9"
|
|
2651
2690
|
eslint-module-utils "^2.8.0"
|
|
2652
|
-
|
|
2653
|
-
is-core-module "^2.13.
|
|
2691
|
+
hasown "^2.0.0"
|
|
2692
|
+
is-core-module "^2.13.1"
|
|
2654
2693
|
is-glob "^4.0.3"
|
|
2655
2694
|
minimatch "^3.1.2"
|
|
2656
|
-
object.fromentries "^2.0.
|
|
2657
|
-
object.groupby "^1.0.
|
|
2658
|
-
object.values "^1.1.
|
|
2695
|
+
object.fromentries "^2.0.7"
|
|
2696
|
+
object.groupby "^1.0.1"
|
|
2697
|
+
object.values "^1.1.7"
|
|
2659
2698
|
semver "^6.3.1"
|
|
2660
2699
|
tsconfig-paths "^3.14.2"
|
|
2661
2700
|
|
|
@@ -2679,12 +2718,12 @@ eslint-plugin-node@^11.1.0:
|
|
|
2679
2718
|
resolve "^1.10.1"
|
|
2680
2719
|
semver "^6.1.0"
|
|
2681
2720
|
|
|
2682
|
-
eslint-plugin-perfectionist@^2.1.0:
|
|
2683
|
-
version "2.
|
|
2684
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.
|
|
2685
|
-
integrity sha512
|
|
2721
|
+
eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.2.0:
|
|
2722
|
+
version "2.2.0"
|
|
2723
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.2.0.tgz#a1b1f1407ce9bc20a4f0e2b8113fb84e5b9dfb9f"
|
|
2724
|
+
integrity sha512-/nG2Uurd6AY7CI6zlgjHPOoiPY8B7EYMUWdNb5w+EzyauYiQjjD5lQwAI1FlkBbCCFFZw/CdZIPQhXumYoiyaw==
|
|
2686
2725
|
dependencies:
|
|
2687
|
-
"@typescript-eslint/utils" "^6.
|
|
2726
|
+
"@typescript-eslint/utils" "^6.7.5"
|
|
2688
2727
|
minimatch "^9.0.3"
|
|
2689
2728
|
natural-compare-lite "^1.4.0"
|
|
2690
2729
|
|
|
@@ -2746,18 +2785,19 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
2746
2785
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
2747
2786
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
2748
2787
|
|
|
2749
|
-
eslint@^8.
|
|
2750
|
-
version "8.
|
|
2751
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
2752
|
-
integrity sha512-
|
|
2788
|
+
eslint@^8.53.0:
|
|
2789
|
+
version "8.53.0"
|
|
2790
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
|
|
2791
|
+
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
|
|
2753
2792
|
dependencies:
|
|
2754
2793
|
"@eslint-community/eslint-utils" "^4.2.0"
|
|
2755
2794
|
"@eslint-community/regexpp" "^4.6.1"
|
|
2756
|
-
"@eslint/eslintrc" "^2.1.
|
|
2757
|
-
"@eslint/js" "8.
|
|
2758
|
-
"@humanwhocodes/config-array" "^0.11.
|
|
2795
|
+
"@eslint/eslintrc" "^2.1.3"
|
|
2796
|
+
"@eslint/js" "8.53.0"
|
|
2797
|
+
"@humanwhocodes/config-array" "^0.11.13"
|
|
2759
2798
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
2760
2799
|
"@nodelib/fs.walk" "^1.2.8"
|
|
2800
|
+
"@ungap/structured-clone" "^1.2.0"
|
|
2761
2801
|
ajv "^6.12.4"
|
|
2762
2802
|
chalk "^4.0.0"
|
|
2763
2803
|
cross-spawn "^7.0.2"
|
|
@@ -3110,6 +3150,11 @@ function-bind@^1.1.1:
|
|
|
3110
3150
|
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
|
3111
3151
|
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
|
|
3112
3152
|
|
|
3153
|
+
function-bind@^1.1.2:
|
|
3154
|
+
version "1.1.2"
|
|
3155
|
+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
|
|
3156
|
+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
|
|
3157
|
+
|
|
3113
3158
|
function.prototype.name@^1.1.6:
|
|
3114
3159
|
version "1.1.6"
|
|
3115
3160
|
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd"
|
|
@@ -3455,6 +3500,13 @@ hasha@^5.0.0:
|
|
|
3455
3500
|
is-stream "^2.0.0"
|
|
3456
3501
|
type-fest "^0.8.0"
|
|
3457
3502
|
|
|
3503
|
+
hasown@^2.0.0:
|
|
3504
|
+
version "2.0.0"
|
|
3505
|
+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c"
|
|
3506
|
+
integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
|
|
3507
|
+
dependencies:
|
|
3508
|
+
function-bind "^1.1.2"
|
|
3509
|
+
|
|
3458
3510
|
he@1.2.0:
|
|
3459
3511
|
version "1.2.0"
|
|
3460
3512
|
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
|
|
@@ -3594,16 +3646,11 @@ ignore-walk@^4.0.1:
|
|
|
3594
3646
|
dependencies:
|
|
3595
3647
|
minimatch "^3.0.4"
|
|
3596
3648
|
|
|
3597
|
-
ignore@^5.1.1, ignore@^5.2.4:
|
|
3649
|
+
ignore@^5.1.1, ignore@^5.2.0, ignore@^5.2.4:
|
|
3598
3650
|
version "5.2.4"
|
|
3599
3651
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
|
|
3600
3652
|
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
|
|
3601
3653
|
|
|
3602
|
-
ignore@^5.2.0:
|
|
3603
|
-
version "5.2.0"
|
|
3604
|
-
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
|
|
3605
|
-
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
|
|
3606
|
-
|
|
3607
3654
|
import-fresh@^3.0.0, import-fresh@^3.2.1:
|
|
3608
3655
|
version "3.2.2"
|
|
3609
3656
|
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.2.tgz#fc129c160c5d68235507f4331a6baad186bdbc3e"
|
|
@@ -3760,6 +3807,13 @@ is-core-module@^2.11.0, is-core-module@^2.13.0:
|
|
|
3760
3807
|
dependencies:
|
|
3761
3808
|
has "^1.0.3"
|
|
3762
3809
|
|
|
3810
|
+
is-core-module@^2.13.1:
|
|
3811
|
+
version "2.13.1"
|
|
3812
|
+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
|
|
3813
|
+
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
|
|
3814
|
+
dependencies:
|
|
3815
|
+
hasown "^2.0.0"
|
|
3816
|
+
|
|
3763
3817
|
is-core-module@^2.2.0, is-core-module@^2.5.0:
|
|
3764
3818
|
version "2.6.0"
|
|
3765
3819
|
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
|
|
@@ -3801,14 +3855,7 @@ is-generator-function@^1.0.7:
|
|
|
3801
3855
|
dependencies:
|
|
3802
3856
|
has-tostringtag "^1.0.0"
|
|
3803
3857
|
|
|
3804
|
-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
|
|
3805
|
-
version "4.0.1"
|
|
3806
|
-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
|
|
3807
|
-
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
|
|
3808
|
-
dependencies:
|
|
3809
|
-
is-extglob "^2.1.1"
|
|
3810
|
-
|
|
3811
|
-
is-glob@^4.0.3:
|
|
3858
|
+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
|
|
3812
3859
|
version "4.0.3"
|
|
3813
3860
|
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
|
|
3814
3861
|
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
|
|
@@ -4852,14 +4899,13 @@ no-case@^3.0.4:
|
|
|
4852
4899
|
lower-case "^2.0.2"
|
|
4853
4900
|
tslib "^2.0.3"
|
|
4854
4901
|
|
|
4855
|
-
nock@*, nock@^13.3.3, nock@^13.3.
|
|
4856
|
-
version "13.3.
|
|
4857
|
-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.
|
|
4858
|
-
integrity sha512-
|
|
4902
|
+
nock@*, nock@^13.3.3, nock@^13.3.6:
|
|
4903
|
+
version "13.3.6"
|
|
4904
|
+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.6.tgz#b279968ec8d076c2393810a6c9bf2d4d5b3a1071"
|
|
4905
|
+
integrity sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==
|
|
4859
4906
|
dependencies:
|
|
4860
4907
|
debug "^4.1.0"
|
|
4861
4908
|
json-stringify-safe "^5.0.1"
|
|
4862
|
-
lodash "^4.17.21"
|
|
4863
4909
|
propagate "^2.0.0"
|
|
4864
4910
|
|
|
4865
4911
|
node-fetch@^2.6.7:
|
|
@@ -5098,7 +5144,7 @@ object.assign@^4.1.4:
|
|
|
5098
5144
|
has-symbols "^1.0.3"
|
|
5099
5145
|
object-keys "^1.1.1"
|
|
5100
5146
|
|
|
5101
|
-
object.fromentries@^2.0.
|
|
5147
|
+
object.fromentries@^2.0.7:
|
|
5102
5148
|
version "2.0.7"
|
|
5103
5149
|
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616"
|
|
5104
5150
|
integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==
|
|
@@ -5107,7 +5153,7 @@ object.fromentries@^2.0.6:
|
|
|
5107
5153
|
define-properties "^1.2.0"
|
|
5108
5154
|
es-abstract "^1.22.1"
|
|
5109
5155
|
|
|
5110
|
-
object.groupby@^1.0.
|
|
5156
|
+
object.groupby@^1.0.1:
|
|
5111
5157
|
version "1.0.1"
|
|
5112
5158
|
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
|
|
5113
5159
|
integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
|
|
@@ -5117,7 +5163,7 @@ object.groupby@^1.0.0:
|
|
|
5117
5163
|
es-abstract "^1.22.1"
|
|
5118
5164
|
get-intrinsic "^1.2.1"
|
|
5119
5165
|
|
|
5120
|
-
object.values@^1.1.
|
|
5166
|
+
object.values@^1.1.7:
|
|
5121
5167
|
version "1.1.7"
|
|
5122
5168
|
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
|
|
5123
5169
|
integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==
|
|
@@ -5493,10 +5539,10 @@ prelude-ls@^1.2.1:
|
|
|
5493
5539
|
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
|
5494
5540
|
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
|
5495
5541
|
|
|
5496
|
-
prettier@^3.0
|
|
5497
|
-
version "3.0
|
|
5498
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.
|
|
5499
|
-
integrity sha512-
|
|
5542
|
+
prettier@^3.1.0:
|
|
5543
|
+
version "3.1.0"
|
|
5544
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
|
|
5545
|
+
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
|
|
5500
5546
|
|
|
5501
5547
|
pretty-bytes@^5.3.0:
|
|
5502
5548
|
version "5.6.0"
|
|
@@ -6467,6 +6513,11 @@ ts-node@^10.8.1, ts-node@^10.9.1:
|
|
|
6467
6513
|
v8-compile-cache-lib "^3.0.1"
|
|
6468
6514
|
yn "3.1.1"
|
|
6469
6515
|
|
|
6516
|
+
tsconfck@^3.0.0:
|
|
6517
|
+
version "3.0.0"
|
|
6518
|
+
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
|
|
6519
|
+
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
|
|
6520
|
+
|
|
6470
6521
|
tsconfig-paths@^3.14.2:
|
|
6471
6522
|
version "3.14.2"
|
|
6472
6523
|
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
|
|
@@ -6597,6 +6648,11 @@ unbox-primitive@^1.0.2:
|
|
|
6597
6648
|
has-symbols "^1.0.3"
|
|
6598
6649
|
which-boxed-primitive "^1.0.2"
|
|
6599
6650
|
|
|
6651
|
+
undici-types@~5.26.4:
|
|
6652
|
+
version "5.26.5"
|
|
6653
|
+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
|
|
6654
|
+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
|
|
6655
|
+
|
|
6600
6656
|
unique-filename@^1.1.1:
|
|
6601
6657
|
version "1.1.1"
|
|
6602
6658
|
resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-commands",
|
|
3
3
|
"description": "plugin to show the list of all the commands",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-commands/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.11.0",
|
|
9
9
|
"lodash.pickby": "^4.6.0",
|
|
10
10
|
"lodash.sortby": "^4.7.0",
|
|
11
11
|
"lodash.template": "^4.5.0",
|
|
12
12
|
"lodash.uniqby": "^4.7.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@commitlint/config-conventional": "^17.
|
|
15
|
+
"@commitlint/config-conventional": "^17.8.1",
|
|
16
16
|
"@oclif/plugin-help": "^5.2.20",
|
|
17
17
|
"@oclif/prettier-config": "^0.2.1",
|
|
18
18
|
"@oclif/test": "^3.0.2",
|
|
19
|
-
"@types/chai": "^4.3.
|
|
20
|
-
"@types/lodash.pickby": "^4.6.
|
|
21
|
-
"@types/lodash.sortby": "^4.7.
|
|
22
|
-
"@types/lodash.template": "^4.5.
|
|
23
|
-
"@types/lodash.uniqby": "^4.7.
|
|
24
|
-
"@types/mocha": "^10.0.
|
|
19
|
+
"@types/chai": "^4.3.10",
|
|
20
|
+
"@types/lodash.pickby": "^4.6.8",
|
|
21
|
+
"@types/lodash.sortby": "^4.7.9",
|
|
22
|
+
"@types/lodash.template": "^4.5.3",
|
|
23
|
+
"@types/lodash.uniqby": "^4.7.9",
|
|
24
|
+
"@types/mocha": "^10.0.4",
|
|
25
25
|
"@types/nock": "^11.1.0",
|
|
26
26
|
"@types/node": "^18",
|
|
27
27
|
"chai": "^4.3.10",
|
|
28
28
|
"commitlint": "^17.8.1",
|
|
29
|
-
"eslint": "^8.
|
|
29
|
+
"eslint": "^8.53.0",
|
|
30
30
|
"eslint-config-oclif": "^5.0.0",
|
|
31
|
-
"eslint-config-oclif-typescript": "^3.0.
|
|
31
|
+
"eslint-config-oclif-typescript": "^3.0.13",
|
|
32
32
|
"eslint-config-prettier": "^9.0.0",
|
|
33
33
|
"globby": "^11",
|
|
34
34
|
"husky": "^8.0.3",
|
|
35
35
|
"lint-staged": "^14.0.1",
|
|
36
36
|
"mocha": "^10.2.0",
|
|
37
|
-
"nock": "^13.3.
|
|
37
|
+
"nock": "^13.3.6",
|
|
38
38
|
"nyc": "^15.1.0",
|
|
39
39
|
"oclif": "^4.0.3",
|
|
40
|
-
"prettier": "^3.0
|
|
40
|
+
"prettier": "^3.1.0",
|
|
41
41
|
"shx": "^0.3.3",
|
|
42
42
|
"ts-node": "^10.9.1",
|
|
43
43
|
"typescript": "^5.2.2"
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"postpack": "shx rm -f oclif.manifest.json oclif.lock",
|
|
73
73
|
"posttest": "yarn lint",
|
|
74
74
|
"prepack": "shx rm -rf lib && tsc && oclif lock && oclif manifest . && oclif readme",
|
|
75
|
-
"prepare": "husky install",
|
|
75
|
+
"prepare": "husky install && yarn build",
|
|
76
76
|
"pretest": "yarn build && tsc -p test --noEmit",
|
|
77
77
|
"test": "mocha \"test/**/*.test.ts\"",
|
|
78
78
|
"version": "oclif readme && git add README.md"
|